9 answers
Hi there,
Look like you have get wrong steps during install of our tool. To solve the issue let run bellow sql in your Magento2 database:
DELETE FROM ub_migrate_step where id > 8;
And then, you can continue with data migration as our guide in the Readme.html in your downloaded package.
Regards,
Mall.
That worked! Thanks for the quick reply.
Hi there,
Yeah, let’s contact me if you need further assistance.
Regards,
Mall.
I have another problem now. I’m stuck at step #5. Seems to timeout after awhile. Not sure if it’s due to the sheer size of products or what.
Simple Products (34504)
Configurable Products (1685)
Hi there,
Let try run delta migrate in the step #5 with bellow cli command:
php -f bin/ubdatamigration run --step=5
And tell me know how it goes.
Regards,
Mall.
I was able to migrate all the databases! Thanks for the help.
Now another problem, when I try to edit a product on the catalog page I get the following:
1 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): The requested component ("blfa_file") is not found. Before using, you must add the implementation.
https://www.screencast.com/t/yizhpX8H
Please advise
Hi there,
The requested component (“blfa_file”) is not found.
I need a closer look to detect the root of that issue. Let’s provide me the admin credentials, ssh credentials and web root path of your Magento2. I will check further and help you out.
Regards,
Mall.
Hi,
The blfa_file was related to an attribute. So I ended up not selecting it during the transfer. I can edit the products now.
Now another problem though, when I try to delete a product I get:
1 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid UI Component element name: '' Exception #0 (Magento\Framework\Exception\LocalizedException): Invalid UI Component element name: '' #0 /home/payless/public_html/vendor/magento/framework/View/Element/UiComponentFactory.php(144): Magento\Ui\Model\Manager->prepareData(NULL)
https://www.screencast.com/t/BctzA2rBIG8
What should I do?
Hi there,
The blfa_file was related to an attribute. So I ended up not selecting it during the transfer. I can edit the products now.
Ok, so do you have re-migrate the data in other steps after re-settings and re-migrate data in the step #3?
That screenshots doesn’t helps me see the root of issue. It seem that product has some custom data which was not compatible with Magento2 base.
Let’s provide me the admin credentials, ssh credentials and web root path of your magento2 site. I will check further and reply you more later.
Regards,
Mall.