Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPress database error Table 'database.wp_bp_user_blogs_posts' doesn't exist


  • Vakantie Ameland
    Member

    @christianebuddy

    Installed teh budyypress plugin. Get this error in my webserver log:

    WordPress database error Table ‘database.wp_bp_user_blogs_posts’ doesn’t exist for query SELECT post_id FROM wp_bp_user_blogs_posts WHERE post_id =

    in bp-blogs.php are different CREATE statements like this:

    $sql[] = “CREATE TABLE {$bp->blogs->table_name} (

    id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,

    user_id bigint(20) NOT NULL,

    blog_id bigint(20) NOT NULL,

    KEY user_id (user_id),

    KEY blog_id (blog_id)

    ) {$charset_collate};”;

    etc for other tables…

    But there is no CREATE statement for wp_bp_user_blogs_posts

    Could this be the error why there is no wp_bp_user_blogs_posts table?

    Or why is this error showing?

    WordPress is 2.9.1

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress database error Table 'database.wp_bp_user_blogs_posts' doesn't exist’ is closed to new replies.
Skip to toolbar