Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: What’s integration?

New error I got from re-installing of BB

bbPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]

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

bbPress database error: [Key column ‘post_id’ doesn’t exist in table]

ALTER TABLE wp_posts ADD PRIMARY KEY (post_id)

Any tips to resolve this?

Skip to toolbar