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 38 forks source link

unserialize() error #41

Closed Robx64 closed 6 years ago

Robx64 commented 6 years ago

Guys is it work with Magento 2.2.0 yet? Getting error right after open the page.

Notice: unserialize(): Unexpected end of serialized data in /home/localdev/public_html/migra/yii/caching/CCache.php on line 108

Notice: unserialize(): Error at offset 0 of 1 bytes in /home/localdev/public_html/migra/yii/caching/CCache.php on line 108

UberthemeTeam commented 6 years ago

Hi @Robx64 ,

Yes, our latest UB Data Migration Pro version 3.1.1 is fully compatible with Magento 2.2.0.

It's true that Magento 2.2.0 changed the method from serialized() to json_encode(). Our latest Pro ver3.1.1 already comes with tweak code to handle this change automatically.

Hope that helps.

PS. Please note that the old script here at Github is no longer maintained, and has been replaced with UB Data Migration Pro.

Regards, Ubertheme team

Robx64 commented 6 years ago

Thank you