![]() |
Vanilla 2.1 to Mybb - 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: Vanilla 2.1 to Mybb (/thread-161913.html) Pages:
1
2
|
Vanilla 2.1 to Mybb - Doctors Companion - 2014-10-26 Trying to merge a Vanilla forum 2.1 into mybb 1.8 and when i do the database settings it keeps giving me the error message of: Quote:Error However my details are correct that ive put in. Database name, user, password and host are correct. Anyone else had this issue? Am i missing something obvious? Thanks Jon RE: Vanilla 2.1 to Mybb - Jones H - 2014-10-26 Could you look in your database (via phpmyadmin) and look at the table names? Usually they should start with "gdn_" which is the default table prefix. If they start with another prefix you need to change that in the database configuration page. RE: Vanilla 2.1 to Mybb - Doctors Companion - 2014-10-26 Checked, there listed as GDN_ so that was correct too. Changed them to caps in the settings too and hasnt made a difference. Still getting the error. RE: Vanilla 2.1 to Mybb - Jones H - 2014-10-26 Is you host "localhost"? If not it can be that mysql is configured to reject the connection. RE: Vanilla 2.1 to Mybb - Doctors Companion - 2014-10-26 No, ive got that set to the address its meant to be. 😕 RE: Vanilla 2.1 to Mybb - Jones H - 2014-10-26 Hmm, I'm not aware of any issues with the db configuration. I'm not at home atm but I'll try to write a little script layer today which throws a more detailed error. RE: Vanilla 2.1 to Mybb - Doctors Companion - 2014-10-26 Ok! Thanks for that!! Appreciate the help. ![]() RE: Vanilla 2.1 to Mybb - Jones H - 2014-10-26 Can you remove Line 125 from /resources/class_converter.php? That should show a little more detailed error though it's still a MyBB one. RE: Vanilla 2.1 to Mybb - Doctors Companion - 2014-10-26 It doesn't show anything extra for me., same error message RE: Vanilla 2.1 to Mybb - Jones H - 2014-10-27 Can you put the following in a new file "db_test.php" in your merge folder and access it afterwards?
Edit the first line to include your credentials. That should throw the error php receives. |