![]() |
Error message about table prefix - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: Merge System Support (https://community.mybb.com/forum-180.html) +--- Thread: Error message about table prefix (/thread-221348.html) |
Error message about table prefix - RobiRobs - 2019-01-04 Hi there, I'm trying to run a merge from "Burning Board® Lite Version 2.0.1 pl 1 (Nova)" to MyBB 1.8 using "MyBB Merge System - Version: 1.8.11". I'm getting the following error message:
I logged into the phpmyadmin, and the database name and the table prefixes are set correctly starting with wcf1_ or wbb1_1_ (e.g. "wbb1_1_board") In wbb3.php it also looks correct: define("WCF_PREFIX", "wcf{$this->installationnumber}_"); define("WBB_PREFIX", "wbb{$this->installationnumber}_1_"); Any suggestions how to solve this? Or can I set the "Database Configuration" manually in a file and mark the step as completed? Many thanks, Robert RE: Error message about table prefix - guiwald - 2019-03-19 Hi RobiRobs, Have you found a solution to your problem? I have the same with a Woltlab 3 forum when trying to merge the database. Thanks! RE: Error message about table prefix - Veryard - 2019-03-24 If someone can send me a copy of WBB to install on my local machine (PM me a ZIP) I can update the MyBB Merge Github with a fix. |