Announcement
Collapse
No announcement yet.
Dont understand Impex
Collapse
X
-
I am getting the same problem on my boards when importing from PHPBB 2.07
Basically it comes up with this, which is basically the same problem.
Database error in vBulletin:ImpEx Target 3.0.2:
Invalid SQL: SELECT title, data FROM rouse_datastore WHERE title = 'ImpExSession'
mysql error: Table 'blueuniv_rouse.rouse_datastore' doesn't exist
mysql error number: 1146
Date: Friday 02nd of July 2004 02:38:26 PM
Script: http://www.rouseindahouse.com/impex/index.php
Referer:
Username: ed
IP Address: **.**.***.***
Thanks (also didn't mean to steal your topic, but the problems look identical at first glance)
Comment
-
Use this config layout:
Code:;vBulletin:Impex Config File<?php /* ;| #################################################################### |; ;| # vBulletin 3.0.1 - Licence Number ;| # ---------------------------------------------------------------- # |; ;| # Copyright ©2000–2004 Jelsoft Enterprises Ltd. All Rights Reserved. |; ;| # This file may not be redistributed in whole or significant part. # |; ;| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |; ;| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # |; ;| #################################################################### |; [ 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 = targetpassword = targetdatabase = 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 = sourcepassword = sourcedatabase = sourcetableprefix = ;targetuser = ;targetpassword = ;targetdatabase = ;targettableprefix = ;| #################################################################### |; ;| # File ends with closing PHP tag... # |; ;| #################################################################### |; ;*/ ?>
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment