有人遇到这个错误吗?
我正在尝试迁移自定义模块。
运行此命令时,出现以下错误。请告知。
php bin/migrate.php migrateModuleStructure source destination
PHP Fatal error: Uncaught Error: Cannot instantiate interface Magento\Framework\Serialize\SerializerInterface in /var/www/code-migration-develop/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50
谢谢。
答案 0 :(得分:1)
从ShaneVBG在https://github.com/magento/code-migration/issues/103找到
在@〜第91行中添加到app / etc / di.xml
<preference for="Magento\Framework\Serialize\SerializerInterface" type="Magento\Framework\Serialize\Serializer\Json" />