Skip to content
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 adminhtml/catalog_product_helper_form_config does not exist but mentioned in: catalog_eav_attribute.frontend_input_renderer #351

Closed
diazwatson opened this issue Aug 21, 2017 · 2 comments

Comments

@diazwatson
Copy link
Contributor

When migrating from Magento EE 1.14.2.3 to Magento EE 2.1.8 I got this message:

Class adminhtml/catalog_product_helper_form_config does not exist but mentioned in: catalog_eav_attribute.frontend_input_renderer for attribute_id=110
Class adminhtml/catalog_product_helper_form_config does not exist but mentioned in: catalog_eav_attribute.frontend_input_renderer for attribute_id=134

Those two attributes are:

  • gift_message_available
  • gift_wrapping_available

Looking at those attributes in M2 I can see that the class being used as frontend_input_render for both is Magento\GiftWrapping\Block\Adminhtml\Product\Helper\Form\Config

Is this the right class?
Can someone confirm this?
If so, why adminhtml/catalog_product_helper_form_config is not mentioned in class-map.xml.dist?

diazwatson added a commit to diazwatson/data-migration-tool that referenced this issue Aug 21, 2017
Class adminhtml/catalog_product_helper_form_config does not exist but mentioned in: catalog_eav_attribute.frontend_input_renderer
@victor-v-rad
Copy link
Collaborator

Thank you @diazwatson for sharing this fix. I believe it occurs for those who updated to 1.14.2.3 from previous versions. Because if I install Magento EE 1.14.2.3 these attributes get

giftmessage/adminhtml_product_helper_form_config
enterprise_giftwrapping/adminhtml_product_helper_form_config

in frontend_input_renderer field and they are covered in class-map.xml.dist
Anyway, internal issue MAGETWO-71810 to fix your scenario.

@diazwatson
Copy link
Contributor Author

Indeed, according to my repo, last update seems to be in:

app/code/core/Mage/GiftMessage/sql/giftmessage_setup/mysql4-upgrade-0.7.3-0.7.4.php

and

app/code/core/Enterprise/GiftWrapping/sql/enterprise_giftwrapping_setup/mysql4-upgrade-1.10.0.0.4-1.10.0.0.5.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants