Go to the wp-content/plugins/wordbb/wordbb.php line 139
Remove the
if(empty($prefix))
$prefix=’mybb_’;
And that’s it!
The problem is your db prefix this plugin assumes that everybody have a “mybb_” db prefix
Go to the wp-content/plugins/wordbb/wordbb.php line 139
Remove the
if(empty($prefix))
$prefix=’mybb_’;
And that’s it!
The problem is your db prefix this plugin assumes that everybody have a “mybb_” db prefix