Been at this for a few hours now.. 
On step 1 of import it gets part way through, looks like it imports about half or a little less. Then I get this (cut and pasted from the page):
... about 15 files here...
pm - importpmid Completed
usernote - importusernoteid Completed
phrase - importphraseid Completed
subscription - importsubscriptionid Completed
subscriptionlog - importsubscriptionlogid Completed
Valid found tables :
Possibly custom tables or incorrect prefix :
attachments NOT found.
board_permissions NOT found.
boards NOT found.
calendar NOT found.
calendar_holidays NOT found.
categories NOT found.....
etc.... About 15 more files are RED.
Impex config file for the data base to be imported:
$impexconfig['sourceexists'] = true;
####
#
# SOURCE - The source is the old forum database (where the data is coming from)
#
####
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'database_admin';
$impexconfig['source']['password'] = 'admin_password';
$impexconfig['source']['database'] = 'wind-s2_xmb2';
$impexconfig['source']['tableprefix'] = '';
Any ideas?

On step 1 of import it gets part way through, looks like it imports about half or a little less. Then I get this (cut and pasted from the page):
... about 15 files here...
pm - importpmid Completed
usernote - importusernoteid Completed
phrase - importphraseid Completed
subscription - importsubscriptionid Completed
subscriptionlog - importsubscriptionlogid Completed
Valid found tables :
Possibly custom tables or incorrect prefix :
attachments NOT found.
board_permissions NOT found.
boards NOT found.
calendar NOT found.
calendar_holidays NOT found.
categories NOT found.....
etc.... About 15 more files are RED.
Impex config file for the data base to be imported:
$impexconfig['sourceexists'] = true;
####
#
# SOURCE - The source is the old forum database (where the data is coming from)
#
####
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'database_admin';
$impexconfig['source']['password'] = 'admin_password';
$impexconfig['source']['database'] = 'wind-s2_xmb2';
$impexconfig['source']['tableprefix'] = '';
Any ideas?
Comment