MyBB Community Forums

Full Version: how to merge vbulletin v4.1.5 to mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to merge vbulletin v4.1.5 to mybb
there is no option board slection vbulletin 4.1.5
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 6
Query:
CREATE TABLE mybb_post_trackers ( pid int NOT NULL default '0', import_pid int NOT NULL default '0', import_uid int NOT NULL default '0', KEY pid (pid,import_pid) ) TYPE=MyISAM;
Edit ./resources/functions.php

Replace all instances of TYPE=MyISAM with ENGINE=MyISAM
i m using local server

i m new user what lines replace ?
Ctrl + F for TYPE=MyISAM
I'm getting ready to push the next release of the merge system that fixes this issue anyways. Just been delayed because of the DDOS we're undergoing right now.

It wont have support for vB4 yet though, but it will fix the type/engine error. Some people have had success using the vB3 module.