PDA

View Full Version : Impex Import User Problem!



dillony
Wed 12th Oct '05, 1:21pm
The old vb3 forum is: Forum_bkup
The new vb3.5 forum is: Forum_02

My files look like this:
includes\config.php
$config['Database']['dbname'] = 'Forum_02';

impex\ImpExConfig.php
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'xxx';
$impexconfig['target']['password'] = 'xxx';
$impexconfig['target']['database'] = 'Forum_02';
$impexconfig['target']['tableprefix'] = '';
$impexconfig['sourceexists'] = true;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'xxx';
$impexconfig['source']['password'] = 'xxx';
$impexconfig['source']['database'] = 'Forum_bkup';
$impexconfig['source']['tableprefix'] = '';

Forum_02 is a new db from a fresh vb3.5 install.

Close Forum_02 in admincp.
Go to Import/Import
Begin Import (vBulletin 3.0.x)

Run Mod 001 (seems ok)
skipped Mod 002
Run Mod 003 (seems ok)
Run Mod 004 (goes to page cannot be displayed)

Any ideas?

Jerry
Wed 12th Oct '05, 4:16pm
Is it a PHP or a web server error ?

dillony
Wed 12th Oct '05, 4:46pm
There isn't any actual error message. The menu on the left stays there, the window it tries to open display the page not found message. I've opened up a ticket.