我正在尝试使用data-migration-tool将我的Magento 1.9.3.4迁移到Magento 2.2.2。
我做到了,商店在本地主机上工作了;我有客户,销售,静态页面和产品。
当我尝试编辑一种产品时,我收到此致命错误:
致命错误:未捕获的TypeError:传递给Magento \ Framework \ View \ Element \ UiComponentFactory :: argumentsResolver()的参数2必须为数组类型,给定为null,在D:\ xampp \ htdocs \ magento2 \ vendor \ magento \ framework中调用212行上的\ View \ Element \ UiComponentFactory.php,并在D:\ xampp \ htdocs \ magento2 \ vendor \ magento \ framework \ View \ Element \ UiComponentFactory.php:164中定义:堆栈跟踪:
0 D:\ xampp \ htdocs \ magento2 \ vendor \ magento \ framework \ View \ Element \ UiComponentFactory.php(212):Magento \ Framework \ View \ Element \ UiComponentFactory-> argumentsResolver('created_by',NULL)
1 D:\ xampp \ htdocs \ magento2 \ vendor \ magento \ module-ui \ Component \ Form \ Field.php(84):Magento \ Framework \ View \ Element \ UiComponentFactory-> create('created_by','',Array )
2 D:\ xampp \ htdocs \ magento2 \ vendor \ magento \ framework \ View \ Layout \ Generator \ UiComponent.php(159):Magento \ Ui \ Component \ Form \ Field-> prepare()
3 D:\ xampp \ htdocs \ magento2 \ vendor \ magento \ framework \ View \ Layout \ Generator \ UiComponent.php(156):Magento \ Framework \ View \ Layout \ Generator \ UiComponent->在D:\ xampp \ htdocs中进行准备第164行上的\ magento2 \ vendor \ magento \ framework \ View \ Element \ UiComponentFactory.php
有什么建议吗?