CreationNation
Active member
Heya @Slavik @Jake Bunce - I'm having a heck of a time trying to do this last final server import, after having had success doing my dev setup.
The only thing that's changed is, before, I made a complete copy of my live DB, and ran all imports off of "localhost" (since my live server and dev were separate).
The new attempt, I am looking to pull data from the live server (using: protected $slaveDbHost = 'ip.add.re.ss'
.
I am running the 1-8 separate.
Posts seem to work fine (had to use the iconv-chunks method @arn recommended).
When I try to run users, I get:
user & user authenticateAn unexpected database error occurred. Please try again later.
<!-- Mysqli prepare error: Table '[myDBname].user' doesn't exist -->
This db and table do exist though? I searched this thread and didn't see anything that has helped me. Have you all run into this issue?
Log within XF:
I'm using latest Export/Import, and latest XF version.
EDIT:
When I try to export threads, I get:
exporting threads...
threads (882,690 records in 17.60s)...
watched threads (152,421 records in 0.47s)...
thread user post (3,888,487 records in 36.91s)...
pollsAn unexpected database error occurred. Please try again later.
<!-- Mysqli prepare error: Table '[myDBname].poll' doesn't exist -->
Attachments and avatars also generate the error, Misc, Forums, Private Messages did fine.
The only thing that's changed is, before, I made a complete copy of my live DB, and ran all imports off of "localhost" (since my live server and dev were separate).
The new attempt, I am looking to pull data from the live server (using: protected $slaveDbHost = 'ip.add.re.ss'

I am running the 1-8 separate.
Posts seem to work fine (had to use the iconv-chunks method @arn recommended).
When I try to run users, I get:
user & user authenticateAn unexpected database error occurred. Please try again later.
<!-- Mysqli prepare error: Table '[myDBname].user' doesn't exist -->
This db and table do exist though? I searched this thread and didn't see anything that has helped me. Have you all run into this issue?
Log within XF:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table '[myDBname].user' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77
I'm using latest Export/Import, and latest XF version.
EDIT:
When I try to export threads, I get:
exporting threads...
threads (882,690 records in 17.60s)...
watched threads (152,421 records in 0.47s)...
thread user post (3,888,487 records in 36.91s)...
pollsAn unexpected database error occurred. Please try again later.
<!-- Mysqli prepare error: Table '[myDBname].poll' doesn't exist -->
Attachments and avatars also generate the error, Misc, Forums, Private Messages did fine.
Last edited: