Here's the scenario. I am moving my board from one server to another server. I had not run the 3.0.5 update on the current board which is running 3.0.1.
I installed the full 3.0.5 version on the new server and I am trying to use the importer to import the current database into the new database. But here is my problem, if I use the False statement it seeems to connect but then I get this.
Altering tables
ImpEx will now Alter the tables in the vB database to include import id numbers.
This is needed during the import process for maintaining refrences between the tables during an import.If you have large tables (i.e. lots of posts) this can take some time.
They will also be left after the import if you need to link back to the origional vB userid.
moderator - importmoderatorid OK
usergroup - importusergroupid OK
ranks - importrankid OK
poll - importpollid OK
forum - importforumid OK
forum - importcategoryid OK
user - importuserid OK
style - importstyleid OK
thread - importthreadid OK
post - importthreadid OK
thread - importforumid OK
smilie - importsmilieid OK
pmtext - importpmid OK
avatar - importavatarid OK
customavatar - importcustomavatarid OK
customprofilepic - importcustomprofilepicid OK
post - importpostid OK
attachment - importattachmentid OK
pm - importpmid OK
Please set 'sourceexists = true' in ImpExConfig.php
But if I change it to TRUE, I get this,
Connection to source server failed. Check username and password.
And that is as far as I can get. I have been trying different sourcedata paths to get to the MySQL server but it seems to only be connecting when it has False in it.
Is this a problem getting to the data or because there is a difference in the version going from 3.0.1 to 3.0.5? Or could it be something all together different that I am missing?
Thanks
I installed the full 3.0.5 version on the new server and I am trying to use the importer to import the current database into the new database. But here is my problem, if I use the False statement it seeems to connect but then I get this.
Altering tables
ImpEx will now Alter the tables in the vB database to include import id numbers.
This is needed during the import process for maintaining refrences between the tables during an import.If you have large tables (i.e. lots of posts) this can take some time.
They will also be left after the import if you need to link back to the origional vB userid.
moderator - importmoderatorid OK
usergroup - importusergroupid OK
ranks - importrankid OK
poll - importpollid OK
forum - importforumid OK
forum - importcategoryid OK
user - importuserid OK
style - importstyleid OK
thread - importthreadid OK
post - importthreadid OK
thread - importforumid OK
smilie - importsmilieid OK
pmtext - importpmid OK
avatar - importavatarid OK
customavatar - importcustomavatarid OK
customprofilepic - importcustomprofilepicid OK
post - importpostid OK
attachment - importattachmentid OK
pm - importpmid OK
Please set 'sourceexists = true' in ImpExConfig.php
But if I change it to TRUE, I get this,
Connection to source server failed. Check username and password.
And that is as far as I can get. I have been trying different sourcedata paths to get to the MySQL server but it seems to only be connecting when it has False in it.
Is this a problem getting to the data or because there is a difference in the version going from 3.0.1 to 3.0.5? Or could it be something all together different that I am missing?
Thanks
Comment