Clean import
Source - yaf - 1.9.1.7 (NET v2.0)
Target - vBulletin 3.8.3
Module - 001
It seems like the importer is not finding my tables. I have checked and double checked the config and see no issues. The table prefix is correct, I just can't seem to get this first step working!
Here is the output from the first module... Any ideas?
Source - yaf - 1.9.1.7 (NET v2.0)
Target - vBulletin 3.8.3
Module - 001
It seems like the importer is not finding my tables. I have checked and double checked the config and see no issues. The table prefix is correct, I just can't seem to get this first step working!
Here is the output from the first module... Any ideas?

Code:
ImpEx build version : 1.92
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 references 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 original 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
yaf_accessmask NOT found.
yaf_active NOT found.
yaf_attachment NOT found.
yaf_bannedip NOT found.
yaf_board NOT found.
yaf_category NOT found.
yaf_checkemail NOT found.
yaf_choice NOT found.
yaf_forum NOT found.
yaf_forumaccess NOT found.
yaf_group NOT found.
yaf_mail NOT found.
yaf_message NOT found.
yaf_nntpforum NOT found.
yaf_nntpserver NOT found.
yaf_nntptopic NOT found.
yaf_pmessage NOT found.
yaf_poll NOT found.
yaf_rank NOT found.
yaf_registry NOT found.
yaf_replace_words NOT found.
yaf_smiley NOT found.
yaf_topic NOT found.
yaf_user NOT found.
yaf_userforum NOT found.
yaf_usergroup NOT found.
yaf_userpmessage NOT found.
yaf_watchforum NOT found.
yaf_watchtopic NOT found.
Comment