Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Forum Integration: HELPING HINTS


Famous
Participant

@famous

These are the errors I got when trying to integrate the two:

SQL ERROR!

>>> Database: username (localhost)

>>>>>> ALTER TABLE wp_posts ADD COLUMN post_id bigint(20) NOT NULL auto_increment;

>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

SQL ERROR!

>>> Database: database (localhost)

>>>>>> ALTER TABLE wp_posts ADD PRIMARY KEY (post_id);

>>>>>> Key column ‘post_id’ doesn’t exist in table

and the nonce key is missing in bbconfig

Skip to toolbar