Re: Forum Integration: HELPING HINTS
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