PDA

View Full Version : Help with SMF 1.1.4 -> VB 3.6.8



jacobsen1
Wed 19th Dec '07, 1:10am
OK, installed impex and set it up OK, I think...
I went to import my db from my forum and I get this:

Altering tables

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 vB userid.
moderator - importmoderatorid Completed
usergroup - importusergroupid Completed
ranks - importrankid Completed
poll - importpollid Completed
forum - importforumid Completed
forum - importcategoryid Completed
user - importuserid Completed
style - importstyleid Completed
thread - importthreadid Completed
post - importthreadid Completed
thread - importforumid Completed
smilie - importsmilieid Completed
pmtext - importpmid Completed
avatar - importavatarid Completed
customavatar - importcustomavatarid Completed
customprofilepic - importcustomprofilepicid Completed
post - importpostid Completed
attachment - importattachmentid Completed
pm - importpmid Completed
usernote - importusernoteid Completed
phrase - importphraseid Completed
subscription - importsubscriptionid Completed
subscriptionlog - importsubscriptionlogid Completed

Valid found tables :


Possibly custom tables or incorrect prefix :

attachments NOT found.
board_permissions NOT found.
boards NOT found.
calendar NOT found.
calendar_holidays NOT found.
categories NOT found.
collapsed_categories NOT found.
log_actions NOT found.
log_activity NOT found.
log_banned NOT found.
log_boards NOT found.
log_errors NOT found.
log_floodcontrol NOT found.
log_karma NOT found.
log_mark_read NOT found.
log_notify NOT found.
log_online NOT found.
log_polls NOT found.
log_topics NOT found.
membergroups NOT found.
members NOT found.
messages NOT found.
moderators NOT found.
permissions NOT found.
poll_choices NOT found.
polls NOT found.
settings NOT found.
smileys NOT found.
themes NOT found.
topics NOT found.
sessions NOT found.

any ideas?

jacobsen1
Wed 19th Dec '07, 1:12am
wait, I think I might at least know what the issue is... The importer is set to work with SMF 1.1.2 and I'm using 1.1.4... How do I work around that?

Steve Machol
Wed 19th Dec '07, 1:28am
Actually the most likely problem is that your SMF database uses a table prefix and you have not added that prefix to ImpExConfig.php.

jacobsen1
Wed 19th Dec '07, 1:31am
OK, how do I figure that out?

just looked at my SMF config file:
$db_server = 'xxxxxxxxxxxxx';
$db_name = 'xxxxxxxxxxxxx';
$db_user = 'xxxxxxxxxxxxx';
$db_passwd = 'xxxxxxxxx';
$db_prefix = 'smf_';
$db_persist = 0;
$db_error_send = 1;

so that smf_ is what you're talking about right? Where do I add that?

jacobsen1
Wed 19th Dec '07, 1:38am
you were right, THANKS!!!
Not sure how I missed that, but it sure works much better now. ;)

Steve Machol
Wed 19th Dec '07, 2:53am
Glad to hear it. :)