You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
I'm guessing there may be a mistake with the array or something similar. Check the second link and maybe change the code (while statement) to check for errors.
Also feel free to make a pull request to update the code afterwards if you find mistakes.
I did find these links from the Delta Migration topic but I wasn't able to figuire out where I was going wrong. I think that I am making the database connection but it's obviously not returning anything. My php knowledge is pretty basic. This would be a life saver if I could figure it out!
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.
The text was updated successfully, but these errors were encountered: