ubertheme / module-ubdatamigration

This is a module for Magento 2. This allow migrate data from Magento 1.x to Magento 2.x
https://www.ubertheme.com/magento-extensions-2-x/magento-2-data-migration-pro?utm_source=github&utm_medium=repo&utm_campaign=magento_migration_ce
48 stars 37 forks source link

Unable to unserialize value. Error: Syntax error #48

Open atty31 opened 4 years ago

atty31 commented 4 years ago

Hi, after successfully migration all of the products , customers , orders etc . I can see them in the admin panel. But when I am accessing the order view page: {base_url}admin/sales/order/view/order_id/8276/key/d8552eb3065f5435cf121462e5296f25ea82bf953414d5cc8c0ebece615a0e70/

A report is generated , with this content:

{"0":"Unable to unserialize value. Error: Syntax error","1":"<pre>#1 Magento\\Framework\\Model\\ResourceModel\\AbstractResource->_unserializeField() called at [vendor\/magento\/framework\/Model\/ResourceModel\/Db\/AbstractDb.php:507]\n#2 Magento\\Framework\\Model\\ResourceModel\\Db\\AbstractDb->unserializeFields() called at [vendor\/magento\/module-sales\/Model\/ResourceModel\/Order\/Item\/Collection.php:62]\n#3 Magento\\Sales\\Model\\ResourceModel\\Order\\Item\\Collection->_afterLoad() called at [vendor\/magento\/framework\/Data\/Collection\/AbstractDb.php:594]\n#4 Magento\\Framework\\Data\\Collection\\AbstractDb->loadWithFilter() called at [vendor\/magento\/framework\/Data\/Collection\/AbstractDb.php:565]\n#5 Magento\\Framework\\Data\\Collection\\AbstractDb->load() called at [vendor\/magento\/framework\/Data\/Collection.php:333]\n#6 Magento\\Framework\\Data\\Collection->getItems() called at [vendor\/magento\/module-sales\/Model\/Order\/ItemRepository.php:129]\n#7 Magento\\Sales\\Model\\Order\\ItemRepository->getList() called at [vendor\/magento\/module-sales\/Model\/Order.php:2118]\n#8 Magento\\Sales\\Model\\Order->getItems() called at [generated\/code\/Magento\/Sales\/Model\/Order\/Interceptor.php:1259]\n#9 Magento\\Sales\\Model\\Order\\Interceptor->getItems() called at [vendor\/magento\/module-sales\/Model\/Order\/ShippingAssignmentBuilder.php:86]\n#10 Magento\\Sales\\Model\\Order\\ShippingAssignmentBuilder->create() called at [vendor\/magento\/module-sales\/Model\/OrderRepository.php:289]\n#11 Magento\\Sales\\Model\\OrderRepository->setShippingAssignments() called at [vendor\/magento\/module-sales\/Model\/OrderRepository.php:143]\n#12 Magento\\Sales\\Model\\OrderRepository->get() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:58]\n#13 Magento\\Sales\\Model\\OrderRepository\\Interceptor->___callParent() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:138]\n#14 Magento\\Sales\\Model\\OrderRepository\\Interceptor->Magento\\Framework\\Interception\\{closure}() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:153]\n#15 Magento\\Sales\\Model\\OrderRepository\\Interceptor->___callPlugins() called at [generated\/code\/Magento\/Sales\/Model\/OrderRepository\/Interceptor.php:26]\n#16 Magento\\Sales\\Model\\OrderRepository\\Interceptor->get() called at [vendor\/magento\/module-sales\/Controller\/Adminhtml\/Order.php:155]\n#17 Magento\\Sales\\Controller\\Adminhtml\\Order->_initOrder() called at [vendor\/magento\/module-sales\/Controller\/Adminhtml\/Order\/View.php:26]\n#18 Magento\\Sales\\Controller\\Adminhtml\\Order\\View->execute() called at [generated\/code\/Magento\/Sales\/Controller\/Adminhtml\/Order\/View\/Interceptor.php:24]\n#19 Magento\\Sales\\Controller\\Adminhtml\\Order\\View\\Interceptor->execute() called at [vendor\/magento\/framework\/App\/Action\/Action.php:108]\n#20 Magento\\Framework\\App\\Action\\Action->dispatch() called at [vendor\/magento\/module-backend\/App\/AbstractAction.php:231]\n#21 Magento\\Backend\\App\\AbstractAction->dispatch() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:58]\n#22 Magento\\Sales\\Controller\\Adminhtml\\Order\\View\\Interceptor->___callParent() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:138]\n#23 Magento\\Sales\\Controller\\Adminhtml\\Order\\View\\Interceptor->Magento\\Framework\\Interception\\{closure}() called at [vendor\/magento\/module-backend\/App\/Action\/Plugin\/Authentication.php:143]\n#24 Magento\\Backend\\App\\Action\\Plugin\\Authentication->aroundDispatch() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:135]\n#25 Magento\\Sales\\Controller\\Adminhtml\\Order\\View\\Interceptor->Magento\\Framework\\Interception\\{closure}() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:153]\n#26 Magento\\Sales\\Controller\\Adminhtml\\Order\\View\\Interceptor->___callPlugins() called at [generated\/code\/Magento\/Sales\/Controller\/Adminhtml\/Order\/View\/Interceptor.php:39]\n#27 Magento\\Sales\\Controller\\Adminhtml\\Order\\View\\Interceptor->dispatch() called at [vendor\/magento\/framework\/App\/FrontController.php:159]\n#28 Magento\\Framework\\App\\FrontController->processRequest() called at [vendor\/magento\/framework\/App\/FrontController.php:98]\n#29 Magento\\Framework\\App\\FrontController->dispatch() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:58]\n#30 Magento\\Framework\\App\\FrontController\\Interceptor->___callParent() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:138]\n#31 Magento\\Framework\\App\\FrontController\\Interceptor->Magento\\Framework\\Interception\\{closure}() called at [vendor\/magento\/framework\/Interception\/Interceptor.php:153]\n#32 Magento\\Framework\\App\\FrontController\\Interceptor->___callPlugins() called at [generated\/code\/Magento\/Framework\/App\/FrontController\/Interceptor.php:26]\n#33 Magento\\Framework\\App\\FrontController\\Interceptor->dispatch() called at [vendor\/magento\/framework\/App\/Http.php:137]\n#34 Magento\\Framework\\App\\Http->launch() called at [generated\/code\/Magento\/Framework\/App\/Http\/Interceptor.php:24]\n#35 Magento\\Framework\\App\\Http\\Interceptor->launch() called at [vendor\/magento\/framework\/App\/Bootstrap.php:261]\n#36 Magento\\Framework\\App\\Bootstrap->run() called at [pub\/index.php:40]\n<\/pre>","url":"\/mmanager\/sales\/order\/view\/order_id\/8276\/key\/d8552eb3065f5435cf121462e5296f25ea82bf953414d5cc8c0ebece615a0e70\/","script_name":"\/index.php"}

My environment: Magento: 2.3.3 Ub-tool: 3.2.3

Any advice on how to fix this ? Thank you in advance :)

UberthemeTeam commented 4 years ago

Hi @atty31 ,

Thanks for working around with our script here.

It's a pity that our old script on Github is no longer maintained. Since it was based on an outdated codebase, you might encounter unexpected issues during the migration process that are beyond our scope of support. And it is not compatible with Magento 2.3.3 as well.

We highly recommend you consider to use our newer migration tool here.

Thanks for your understanding.

Regards, Ubertheme team