Я пытаюсь перенести мой Magento 1.9.3.4 в Magento 2.2.2 с помощью инструмента для переноса данных.
Я сделал это, и магазин работает в localhost; У меня есть клиенты, продажи, статические страницы и продукты.
Я получаю эту фатальную ошибку при попытке изменить один продукт:
Неустранимая ошибка: Uncaught TypeError: Аргумент 2 передан в Magento \ Framework \ View \ Element \ UiComponentFactory :: argumentsResolver () должен иметь массив типа, заданный null, вызываемый в D: \ xampp \ htdocs \ magento2 \ vendor \ magento \ framework \ View \ Element \ UiComponentFactory.php в строке 212 и определяется в 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 ('made_by', NULL)
1 D: \ xampp \ htdocs \ magento2 \ vendor \ magento \ module-ui \ Component \ Form \ Field.php (84): Magento \ Framework \ View \ Element \ UiComponentFactory-> create ('creation_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 \ magento2 \ vendor \ magento \ framework \ View \ Element \ UiComponentFactory.php в строке 164
Некоторые предложения?