shirazi
Mon 28th Aug '06, 5:32pm
Hello all,
I have my webwiz 7.9 *.mdb file converted to *.sql (using convert tools)
I've already installed vb 3.6 into "VB" database, also exported webwiz sql file to "WIZ" database.
here's my ImpExconfig.php content:
-----------------
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'vb';
$impexconfig['target']['password'] = '****;
$impexconfig['target']['database'] = 'vb';
$impexconfig['target']['tableprefix'] = '';
$impexconfig['sourceexists'] = true;
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'wiz';
$impexconfig['source']['password'] = '****';
$impexconfig['source']['database'] = 'wiz';
$impexconfig['source']['tableprefix'] = '';
-----------------
Now that I want to use it to import information to vbulletin,
the following errors apear:
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
usernote - importusernoteid OK
phrase - importphraseid OK
subscription - importsubscriptionid OK
subscriptionlog - importsubscriptionlogid OK
Valid found tables :
Possiablly custom tables or incorrect prefix :
ActiveUser NOT found.
Author NOT found.
BanList NOT found.
BookMark NOT found.
BuddyList NOT found.
Category NOT found.
Configuration NOT found.
DateTimeFormat NOT found.
EmailNotify NOT found.
Forum NOT found.
Group NOT found.
GuestName NOT found.
PMMessage NOT found.
Permissions NOT found.
Poll NOT found.
PollChoice NOT found.
Smut NOT found.
Thread NOT found.
Topic NOT found.
Failed Check database permissions and connection, or table prefix to ensure its correct.
and yes! I know table problems!
just to let you know, webwiz table format is as follwings:
counters
tblauthor
tblbanlist
tblbuddylist
tblcategory
tblconfiguration
tbldatetimeformat
tblemailnotify
tblforum
tblgroup
tblguestname
tblpermissions
tblpmmessage
tblpoll
tblpollchoice
tblsmut
tblthread
tbltopic
Please help me how to fix it?!:mad:
I have my webwiz 7.9 *.mdb file converted to *.sql (using convert tools)
I've already installed vb 3.6 into "VB" database, also exported webwiz sql file to "WIZ" database.
here's my ImpExconfig.php content:
-----------------
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'vb';
$impexconfig['target']['password'] = '****;
$impexconfig['target']['database'] = 'vb';
$impexconfig['target']['tableprefix'] = '';
$impexconfig['sourceexists'] = true;
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'wiz';
$impexconfig['source']['password'] = '****';
$impexconfig['source']['database'] = 'wiz';
$impexconfig['source']['tableprefix'] = '';
-----------------
Now that I want to use it to import information to vbulletin,
the following errors apear:
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
usernote - importusernoteid OK
phrase - importphraseid OK
subscription - importsubscriptionid OK
subscriptionlog - importsubscriptionlogid OK
Valid found tables :
Possiablly custom tables or incorrect prefix :
ActiveUser NOT found.
Author NOT found.
BanList NOT found.
BookMark NOT found.
BuddyList NOT found.
Category NOT found.
Configuration NOT found.
DateTimeFormat NOT found.
EmailNotify NOT found.
Forum NOT found.
Group NOT found.
GuestName NOT found.
PMMessage NOT found.
Permissions NOT found.
Poll NOT found.
PollChoice NOT found.
Smut NOT found.
Thread NOT found.
Topic NOT found.
Failed Check database permissions and connection, or table prefix to ensure its correct.
and yes! I know table problems!
just to let you know, webwiz table format is as follwings:
counters
tblauthor
tblbanlist
tblbuddylist
tblcategory
tblconfiguration
tbldatetimeformat
tblemailnotify
tblforum
tblgroup
tblguestname
tblpermissions
tblpmmessage
tblpoll
tblpollchoice
tblsmut
tblthread
tbltopic
Please help me how to fix it?!:mad: