Hi,
This script would be hugely helpful to me if I could get it working.
I've setup the script in public_html of my Magento 2.
Magento 1 database prefix is mage_
Magento 2 database prefix is dac_
I've updated the script as so for all the arrays, for example:
array( 'name' => 'mage_cataloginventory_stock_item', 'id' => 'item_id', 'destination' => 'dac_cataloginventory_stock_item' ),
I get the error_log PHP Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home/designacake2020/public_html/delta_migration_script-master/delta_migration_script-master/script.php``
I know there must be something obvious I'm doing wrong?
Thank you.
Hi,
This script would be hugely helpful to me if I could get it working.
I've setup the script in public_html of my Magento 2.
Magento 1 database prefix is mage_
Magento 2 database prefix is dac_
I've updated the script as so for all the arrays, for example:
array( 'name' => 'mage_cataloginventory_stock_item', 'id' => 'item_id', 'destination' => 'dac_cataloginventory_stock_item' ),I get the error_log
PHP Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in/home/designacake2020/public_html/delta_migration_script-master/delta_migration_script-master/script.php``I know there must be something obvious I'm doing wrong?
Thank you.