I imported my phpbb db into a fresh install of phpnuke a couple years ago. Now I'm trying to import everything I can from nuke into vbulletin. I know, vbulletin can't import things like polls, and other module info. I was hoping to tackle that import with vbadvance later. But my main concern is importing all of my users, posts, and everything else in the forums over to vbulletin. The rest I can live without.
Source - phpBB2 - 2.0.19
Target - vBulletin 3.6.5
Module - 001 - Check and update Database
my db name is php3, and in the db I have nuke_ prefix's, and phpbb_prefix's, then I have some tables with no prefix at all, but begin with nuke (ie. nuketblname). I've tried prefix nuke_, phpbb_, nuke_bb, nuke_auth, nuke, phpbb, everything I can think of with no luck.
Anyone have any tips, tricks, or want to make a quick buck to get me converted?
Thanks in advance.
Source - phpBB2 - 2.0.19
Target - vBulletin 3.6.5
Module - 001 - Check and update Database
Valid found tables :
Possiablly custom tables or incorrect prefix :
attachments NOT found.
attachments_desc NOT found.
auth_access NOT found.
banlist NOT found.
categories NOT found.
config NOT found.
confirm NOT found.
disallow NOT found.
forum_prune NOT found.
forums NOT found.
groups NOT found.
posts NOT found.
posts_text NOT found.
privmsgs NOT found.
privmsgs_text NOT found.
ranks NOT found.
search_results NOT found.
search_wordlist NOT found.
search_wordmatch NOT found.
sessions NOT found.
smilies NOT found.
themes NOT found.
themes_name NOT found.
topics NOT found.
topics_watch NOT found.
user_group NOT found.
users NOT found.
vote_desc NOT found.
vote_results NOT found.
vote_voters NOT found.
words NOT found.
If you have all red tables, i.e. none correct this could possible be your table prefix :
nuke_bb
Possiablly custom tables or incorrect prefix :
attachments NOT found.
attachments_desc NOT found.
auth_access NOT found.
banlist NOT found.
categories NOT found.
config NOT found.
confirm NOT found.
disallow NOT found.
forum_prune NOT found.
forums NOT found.
groups NOT found.
posts NOT found.
posts_text NOT found.
privmsgs NOT found.
privmsgs_text NOT found.
ranks NOT found.
search_results NOT found.
search_wordlist NOT found.
search_wordmatch NOT found.
sessions NOT found.
smilies NOT found.
themes NOT found.
themes_name NOT found.
topics NOT found.
topics_watch NOT found.
user_group NOT found.
users NOT found.
vote_desc NOT found.
vote_results NOT found.
vote_voters NOT found.
words NOT found.
If you have all red tables, i.e. none correct this could possible be your table prefix :
nuke_bb
Anyone have any tips, tricks, or want to make a quick buck to get me converted?
Thanks in advance.
Comment