PDA

View Full Version : Trying to restart getting datastore doesn't exist



gfuchs
Tue 16th May '06, 3:17pm
I'm making my first attempt to import from Ubbthreads into a clean vB 3.5.4
I didn't have the source table prefix set correctly and am trying to restart after fixing the config.
When I try to restart "Database cleanup & restart"
The "Cancel and return to the import" link just takes me back to the page that has the "Databse cleanup & restart"

If I use the "Delete Session" I get the following error:

ImpEx Database errormysql error: Invalid SQL: DELETE FROM datastore WHERE title='ImpExSession';
mysql error: Table 'vb354test.datastore' doesn't exist
mysql error number: 1146
Date: Tuesday 16th of May 2006 01:02:20 PM
Database: vb354test
MySQL error: Table 'vb354test.datastore' doesn't exist

That's correct the datastore table doesn't exist but I can't get around this.

Thanks,
Greg

Steve Machol
Tue 16th May '06, 3:20pm
If datastore doesn't exist, then your forums won't run. Are you using a table prefix for your vB tables?

gfuchs
Tue 16th May '06, 3:36pm
Missed setting the destination prefix also.

Thanks,

Greg