Hi Tijmen,
oups… is that easy 😉
Thank you very much for your response i try and i let you know.
Best Regards,
Daniel.
hi,
thank you for your reply, my client confirm that your demo page not working in china.
it will be very kind of you if you can explain my how to fix it.
Thank you very much for your help.
Have nice day,
Best Regards
Daniel
Hi,
maybe it’s help somone i have change in the both file the flush function to delete only the table with the wordpress prefix it’s work for me 🙂
all-in-one-wp-migration\lib\vendor\mysqldump-factory\mysqldump-factory\lib\MysqlDumpSQL.php and MysqlDumpPDO.php
around line 375 and 380
public function flush()
{
global $wpdb;
$dropTables = array();
foreach ($this->listTables() as $tableName) {
if (preg_match("/".$wpdb->prefix."/i", $tableName)) {
$dropTables[] = "DROP TABLE IF EXISTS '$tableName'";
}
}
Have nice day
Daniel