Hello, I'm trying to upgrade to vB from phpBB. I have installed the vB and it works. I have installed Impex but when I go to import/export in the admin cp I click on start module for
This is the error I get
The NOT lines are in red. After showing this for a few seconds it disappears and I have an option to redo the module but the same thing keeps happening.
Could someone please help and explain where I have gone wrong?
Thanks.
001 Check and update database
ImpEx will now Alter the tables in the vB database to include import id numbers.
This is needed during the import process for maintaining refrences between the tables during an import.If you have large tables (i.e. lots of posts) this can take some time. They will also be left after the import if you need to link back to the origional phpBB userid.
moderator - importmoderatorid OK
usergroup - importusergroupid OK
ranks - importrankid OK
poll - importpollid OK
forum - importforumid OK
forum - importcategoryid OK
user - importuserid OK
style - importstyleid OK
thread - importthreadid OK
post - importthreadid OK
thread - importforumid OK
smilie - importsmilieid OK
pmtext - importpmid OK
avatar - importavatarid OK
customavatar - importcustomavatarid OK
customprofilepic - importcustomprofilepicid OK
post - importpostid OK
attachment - importattachmentid OK
pm - importpmid OK
phpbb_auth_access NOT found or a non standard table.
phpbb_banlist NOT found or a non standard table.
phpbb_categories NOT found or a non standard table.
phpbb_config NOT found or a non standard table.
phpbb_confirm NOT found or a non standard table.
phpbb_disallow NOT found or a non standard table.
phpbb_forum_prune NOT found or a non standard table.
phpbb_forums NOT found or a non standard table.
phpbb_groups NOT found or a non standard table.
phpbb_posts NOT found or a non standard table.
phpbb_posts_text NOT found or a non standard table.
phpbb_privmsgs NOT found or a non standard table.
phpbb_privmsgs_text NOT found or a non standard table.
phpbb_ranks NOT found or a non standard table.
phpbb_search_results NOT found or a non standard table.
phpbb_search_wordlist NOT found or a non standard table.
phpbb_search_wordmatch NOT found or a non standard table.
phpbb_sessions NOT found or a non standard table.
phpbb_smilies NOT found or a non standard table.
phpbb_themes NOT found or a non standard table.
phpbb_themes_name NOT found or a non standard table.
phpbb_topics NOT found or a non standard table.
phpbb_topics_watch NOT found or a non standard table.
phpbb_user_group NOT found or a non standard table.
phpbb_users NOT found or a non standard table.
phpbb_vote_desc NOT found or a non standard table.
phpbb_vote_results NOT found or a non standard table.
phpbb_vote_voters NOT found or a non standard table.
phpbb_words NOT found or a non standard table. myvar = ""; timeout = 50; function exec_refresh() { window.status="Redirecting"+myvar; myvar = myvar + " ."; timerID = setTimeout("exec_refresh();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.status=""; window.location="index.php"; } } exec_refresh();
This is needed during the import process for maintaining refrences between the tables during an import.If you have large tables (i.e. lots of posts) this can take some time. They will also be left after the import if you need to link back to the origional phpBB userid.
moderator - importmoderatorid OK
usergroup - importusergroupid OK
ranks - importrankid OK
poll - importpollid OK
forum - importforumid OK
forum - importcategoryid OK
user - importuserid OK
style - importstyleid OK
thread - importthreadid OK
post - importthreadid OK
thread - importforumid OK
smilie - importsmilieid OK
pmtext - importpmid OK
avatar - importavatarid OK
customavatar - importcustomavatarid OK
customprofilepic - importcustomprofilepicid OK
post - importpostid OK
attachment - importattachmentid OK
pm - importpmid OK
phpbb_auth_access NOT found or a non standard table.
phpbb_banlist NOT found or a non standard table.
phpbb_categories NOT found or a non standard table.
phpbb_config NOT found or a non standard table.
phpbb_confirm NOT found or a non standard table.
phpbb_disallow NOT found or a non standard table.
phpbb_forum_prune NOT found or a non standard table.
phpbb_forums NOT found or a non standard table.
phpbb_groups NOT found or a non standard table.
phpbb_posts NOT found or a non standard table.
phpbb_posts_text NOT found or a non standard table.
phpbb_privmsgs NOT found or a non standard table.
phpbb_privmsgs_text NOT found or a non standard table.
phpbb_ranks NOT found or a non standard table.
phpbb_search_results NOT found or a non standard table.
phpbb_search_wordlist NOT found or a non standard table.
phpbb_search_wordmatch NOT found or a non standard table.
phpbb_sessions NOT found or a non standard table.
phpbb_smilies NOT found or a non standard table.
phpbb_themes NOT found or a non standard table.
phpbb_themes_name NOT found or a non standard table.
phpbb_topics NOT found or a non standard table.
phpbb_topics_watch NOT found or a non standard table.
phpbb_user_group NOT found or a non standard table.
phpbb_users NOT found or a non standard table.
phpbb_vote_desc NOT found or a non standard table.
phpbb_vote_results NOT found or a non standard table.
phpbb_vote_voters NOT found or a non standard table.
phpbb_words NOT found or a non standard table. myvar = ""; timeout = 50; function exec_refresh() { window.status="Redirecting"+myvar; myvar = myvar + " ."; timerID = setTimeout("exec_refresh();", 100); if (timeout > 0) { timeout -= 1; } else { clearTimeout(timerID); window.status=""; window.location="index.php"; } } exec_refresh();
The NOT lines are in red. After showing this for a few seconds it disappears and I have an option to redo the module but the same thing keeps happening.
Could someone please help and explain where I have gone wrong?
Thanks.
Comment