MyBB Community Forums

Full Version: merge bbpress 2.5.4 error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I am trying to use merge-system from bbpress & buddypress to Mybb, trouble as below:

1) bbpress sql database is together with in my wordpress sql database, so I put all the hostname and username.... However, got error due to "forum database does not exceed"?
2) Is that not support for bbpress version 2.5.4 ?

thanks
Damien990
as you might have seen, officially current Merge system supports BBpress 1.0
however, have you used correct prefix of your BBpress forum at the merge settings
@m

I think so, I have follow every step.
just wondering is the version 2.5.4 not support?
is that anyway to move bbpress forum to mybb?
The versions on the website are wrong, we usually try to always support the latest version. However I haven't tested the bbpress module yet so not 100% sure here. But the db configuration is the same for all modules.
Anyway, I wasn't able to find that error message in the source code, are you sure, that was the one shown?
@Jones H, @m

Sorry that the connection to my sql fixed!

Quote:/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
end quote

it was because Table prefix found error on "bb_", so I found the solution and changed it to "wp_" and got through, and than next error occur as below.

Can you help!

Quote-"

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'xxxxxxxxxxxxxx.wp_forums' doesn't exist
Query:
SELECT COUNT(*) as count FROM wp_forums

"end Quoted


Damien