webstalker
Tue 3rd Aug '04, 4:26pm
I get lots and lots of errors while running ImpEx.
I have edited the Impexconfig and it still puts up errors in Step2.
Step 1 works 25%. Half the phpBB tables are okay. The rest are Not standard or something like that.
Step 1(and i have confirmed that these tables exist):
Import / Export
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
post - importpostid 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.
Step 2 produce:
Database error in vBulletin :
Database error in vBulletin:ImpEx Source 3.0.3:
Invalid SQL:
SELECT user_id,username
FROM phpBB_users
ORDER BY user_id
LIMIT 0,25
mysql error: Table 'mlo_forum.phpBB_users' doesn't exist
mysql error number: 1146
Date: Monday 02nd of August 2004 11:18:11 PM
Script: http://forums.themlo.com/impex/index.php
Referer: http://forums.themlo.com/impex/index.php
Username: weBstalkeR
IP Address: *
Step 3(skipping step 2):
Database error in vBulletin :
Invalid SQL:
CREATE TABLE vb3_access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
)
mysql error: Table 'vb3_access' already exists
mysql error number: 1050
Date: Tuesday 03rd of August 2004 12:12:54 AM
Script: http://forums.themlo.com/install/install.php?step=3
Referer: http://forums.themlo.com/install/install.php?step=2
Any help would be much appreciated seeing as I paid 85 dollars for vB and the importer is not even working.
I have edited the Impexconfig and it still puts up errors in Step2.
Step 1 works 25%. Half the phpBB tables are okay. The rest are Not standard or something like that.
Step 1(and i have confirmed that these tables exist):
Import / Export
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
post - importpostid 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.
Step 2 produce:
Database error in vBulletin :
Database error in vBulletin:ImpEx Source 3.0.3:
Invalid SQL:
SELECT user_id,username
FROM phpBB_users
ORDER BY user_id
LIMIT 0,25
mysql error: Table 'mlo_forum.phpBB_users' doesn't exist
mysql error number: 1146
Date: Monday 02nd of August 2004 11:18:11 PM
Script: http://forums.themlo.com/impex/index.php
Referer: http://forums.themlo.com/impex/index.php
Username: weBstalkeR
IP Address: *
Step 3(skipping step 2):
Database error in vBulletin :
Invalid SQL:
CREATE TABLE vb3_access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
)
mysql error: Table 'vb3_access' already exists
mysql error number: 1050
Date: Tuesday 03rd of August 2004 12:12:54 AM
Script: http://forums.themlo.com/install/install.php?step=3
Referer: http://forums.themlo.com/install/install.php?step=2
Any help would be much appreciated seeing as I paid 85 dollars for vB and the importer is not even working.