Me

Arghagain

Avatar Image

active 3 months ago

Arghagain's

Activity Stream

  • Arghagain posted a reply on the forum topic One Click Forum BBpress Install Did Not Created BBPress Table:   3 months ago

    After looking through global db, I saw the buddypress did not installed any bbpress table at all. After looking into defaults.bb-schema.php, I recreated the bbpress tables as follow:
    CREATE TABLE mydb_global.wp_bb_forums (
    forum_id int(10) NOT NULL auto_increment,
    forum_name varchar(150) NOT NULL default ’',
    forum_slug varchar(255) NOT NULL default ’',
    forum_desc text NOT NULL,
    forum_parent int(10) [...]

  • Arghagain posted a reply on the forum topic One Click Forum BBpress Install Did Not Created BBPress Table:   3 months ago

    John, yes it say it did it successfully. I’m looking into defaults.bb-schema.php right now to see if I can find anything. I’m clueless now. Funny thing is that this file is not in buddypress plugin before, but I downloaded the buddypress again from buddypress.org and found it. This file supposed to [...]

  • Arghagain posted a reply on the forum topic One Click Forum BBpress Install Did Not Created BBPress Table:   3 months ago

    I did not use bbpress for buddypress 1.0.0, but after upgrade to buddypress 1.1.2, I use the one click install bbpress mode. No existing bbpress before that.

  • Arghagain started a new topic One Click Forum BBpress Install Did Not Created BBPress Table in the forum How-To and Troubleshooting:   3 months ago

    One click installation forum bbpress did not create a global table. Forum is broken because no topic can be created due to the reason I stated. So what is the mysql code to create bbpress table? In bb-config.php I saw a default table name listed, and so I know I need to [...]

  • Arghagain posted a reply on the forum topic Broken activity:   3 months ago

    OK, I saw this in bp-activity.php:
    /* Drop the old sitewide and user activity tables */
    $wpdb->query( ”DROP TABLE IF EXISTS {$wpdb->base_prefix}bp_activity_user_activity” );
    $wpdb->query( ”DROP TABLE IF EXISTS {$wpdb->base_prefix}bp_activity_sitewide” );
    And so I look in the global db and saw there is no bp_activity_user_activity table, and there is no bp_activity_sitewide table. This means it’s a good [...]

Arghagain's

Wire Messages

No one has posted to Arghagain's wire yet.