-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class Magento\Catalog\Model\Product\Attribute\Backend\Media does not exist #338
Comments
Strange enough. The latest data migration tool should have converted "catalog/product_attribute_backend_media" M1 class name to empty string. Find this M1 class name in class-map.xml.dist. Also you can remove Magento\Catalog\Model\Product\Attribute\Backend\Media manually in your migrated Magento 2 store in eav_attribute, catalog_eav_attribute, customer_eav_attribute, eav_entity_type tables |
Thanks a lot @victor-v-rad , Now i can see products on category page with images but product page is giving 404 error. |
Make sure you are using the latest version of the tool by checking out mage2_root/vendor/magento/data-migration-tool/composer.json file. There you should see "version": "2.1.7" |
Hello @victor-v-rad , I follwed the following setup to do the migration from magento 1.9.x to magento 2.0.7 I did this right ? I have inserted new row for same attribute id(Media Gallery) in catalog_eav_attritbues table and now facing following issue on front end of some categories. 1 exception(s): Exception #0 (ReflectionException): Class NULL does not exist |
Following the official Migration Guide would be best. |
so i have to start it again ? |
Thank you @victor-v-rad ,Issue is fixed now. |
i have migrated magento data from 1.9.x to fresh magento 2.1.7 and now when i save new product it ive the following error
Class Magento\Catalog\Model\Product\Attribute\Backend\Media does not exist
/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php
Kindly see the screenshot.
Please help
The text was updated successfully, but these errors were encountered: