Ok, I MIGHT be doing this wrong alltogether, but some of the instructions were confusing me. Just so everyone knows, I'm updating a IPB 1.3 database into vB 3.0.3...if that helps any.
I'm testing this out on my computer (I use appserv) to make sure that I'm doing it right, just because it's much faster than doing it online. Ok, now that you have all that information, here is my config:
Ok, just to be sure, the Target database is the vB database, right? And the source would be my IPB? Just about everything in editing the config confused me sadly...All of the information in there is correct (there are no passwords on my test server), are we supposed to have the quotes?
Here is the error messege when I open up AdminCP and hit Import/Export:
Help please?
I'm testing this out on my computer (I use appserv) to make sure that I'm doing it right, just because it's much faster than doing it online. Ok, now that you have all that information, here is my config:
Code:
[ Target Database ] ; The following settings allow ImpEx to connect to the vBulletin 3 ; database into which you will be importing data. targetdatabasetype = mysql targetserver = localhost targetuser = "root" targetpassword = "" targetdatabase = forums targettableprefix = [ Source Database ] ; If the system that is being imported from uses a database, ; enter the details for it here and set 'sourceexists' to TRUE. ; If the source data is NOT stored in a database, set 'sourceexists' to FALSE sourceexists = TRUE sourcedatabasetype = mysql sourceserver = localhost sourceuser = "root" sourcepassword = "" sourcedatabase = cptest sourcetableprefix = ibf_
Here is the error messege when I open up AdminCP and hit Import/Export:
Code:
Database error in vBulletin:ImpEx Target 3.0.3: Invalid SQL: SELECT title, data FROM datastore WHERE title = 'ImpExSession' mysql error: Table 'forums.datastore' doesn't exist mysql error number: 1146 Date: Thursday 21st of October 2004 12:19:54 PM Script: http://localhost/test2/impex/index.php Referer: http://localhost/test2/admincp/index.php?do=nav Username: jd-inflames IP Address: 127.0.0.1
Comment