Error accessing categories in backendI created a custom module ,but getting error, not able to figure out what the error is about. How to get out of this error?Could not create an acl object: Role '9' - how to resolve this?Not able to add/update magento2 category post upgrade from 1.9 to 2.1.0Trying to uninstall moduleMagento 2 Front controller reached 100 router match iterations issueDeleted ShipperHQ module causing error in “All Customers” section of Magento 2“Area code is not set” in var/logwhen click on place order then paypal showing error in Magento2magento error logs Error log record number: 1173359093956Warning: session_regenerate_id(): Session object destruction failed. on Magento 2 Checkout
What gave Harry Potter the idea of writing in Tom Riddle's diary?
During the Space Shuttle Columbia Disaster of 2003, Why Did The Flight Director Say, "Lock the doors."?
Can you castle with a "ghost" rook?
What game uses dice with sides powers of 2?
Can a fight scene, component-wise, be too complex and complicated?
Why does Intel's Haswell chip allow FP multiplication to be twice as fast as addition?
How can I shift my job responsibilities back to programming?
What are the conventions for transcribing Semitic languages into Greek?
constant evaluation when using differential equations.
Why is transplanting a specific intact brain impossible if it is generally possible?
Does this Foo machine halt?
Plausibility of Ice Eaters in the Arctic
Double redundancy for the Saturn V LVDC computer memory, how were disagreements resolved?
Why isn’t SHA-3 in wider use?
A tool to replace all words with antonyms
Not going forward with internship interview process
Is refreshing multiple times a test case for web applications?
How are you supposed to know the strumming pattern for a song from the "chord sheet music"?
How to take the beginning and end parts of a list with simpler syntax?
Is there a standardised way to check fake news?
How can I solve for the intersection points of two ellipses?
Is it legal for a company to enter an agreement not to hire employees from another company?
A simple stop watch which I want to extend
What happen to those who died but not from the snap?
Error accessing categories in backend
I created a custom module ,but getting error, not able to figure out what the error is about. How to get out of this error?Could not create an acl object: Role '9' - how to resolve this?Not able to add/update magento2 category post upgrade from 1.9 to 2.1.0Trying to uninstall moduleMagento 2 Front controller reached 100 router match iterations issueDeleted ShipperHQ module causing error in “All Customers” section of Magento 2“Area code is not set” in var/logwhen click on place order then paypal showing error in Magento2magento error logs Error log record number: 1173359093956Warning: session_regenerate_id(): Session object destruction failed. on Magento 2 Checkout
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
When I try to access "Categories" in backend, I receive an error.
The error is:
Attribute with attributeCode "umm_dd_block_top" does not exist.
In the attributes list and the attributsets, the named code is really not existing.
It´s a Magento version 2.1.2, migrated from 1.9.3, including attributes - so maybe it is a standard attribute which was overridden by migration process?
Any advice would be appreciated.
The errorlog
Exception #0 (MagentoFrameworkExceptionNoSuchEntityException): Attribute with attributeCode "umm_dd_block_top" does not exist.
#0 MAGEROOT/vendor/magento/module-catalog/Model/Category/AttributeRepository.php(64): MagentoEavModelAttributeRepository->get('catalog_categor...', 'umm_dd_block_to...')
#1 MAGEROOT/vendor/magento/module-catalog/Ui/Component/Category/Form/Element/Wysiwyg.php(59): MagentoCatalogModelCategoryAttributeRepository->get('umm_dd_block_to...')
#2 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(93): MagentoCatalogUiComponentCategoryFormElementWysiwyg->__construct(Object(MagentoFrameworkViewElementUiComponentContext), Object(MagentoFrameworkDataFormFactory), Object(MagentoCmsModelWysiwygConfig), Object(MagentoFrameworkViewLayoutInterceptor), Object(MagentoBackendHelperData), Object(MagentoCatalogModelCategoryAttributeRepository), Array, Array, Array)
#3 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(89): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject('Magento\Catalog...', Array)
#4 MAGEROOT/vendor/magento/framework/ObjectManager/ObjectManager.php(57): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Catalog...', Array)
#5 MAGEROOT/vendor/magento/framework/View/Element/UiComponentFactory.php(212): MagentoFrameworkObjectManagerObjectManager->create('Magento\Catalog...', Array)
#6 MAGEROOT/vendor/magento/module-ui/Component/Form/Field.php(83): MagentoFrameworkViewElementUiComponentFactory->create('umm_dd_block_to...', 'wysiwyg', Array)
#7 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(148): MagentoUiComponentFormField->prepare()
#8 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormField))
#9 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormFieldset))
#10 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(126): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentForm))
#11 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(93): MagentoFrameworkViewLayoutGeneratorUiComponent->generateComponent(Object(MagentoFrameworkViewLayoutDataStructure), 'category_form', Array, Object(MagentoFrameworkViewLayoutInterceptor))
#12 MAGEROOT/vendor/magento/framework/View/Layout/GeneratorPool.php(86): MagentoFrameworkViewLayoutGeneratorUiComponent->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#13 MAGEROOT/vendor/magento/framework/View/Layout.php(327): MagentoFrameworkViewLayoutGeneratorPool->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#14 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(89): MagentoFrameworkViewLayout->generateElements()
#15 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(129): MagentoFrameworkViewLayoutInterceptor->generateElements()
#16 MAGEROOT/vendor/magento/framework/View/Page/Builder.php(55): MagentoFrameworkViewLayoutBuilder->generateLayoutBlocks()
#17 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(65): MagentoFrameworkViewPageBuilder->generateLayoutBlocks()
#18 MAGEROOT/vendor/magento/framework/View/Layout.php(244): MagentoFrameworkViewLayoutBuilder->build()
#19 MAGEROOT/vendor/magento/framework/View/Layout.php(859): MagentoFrameworkViewLayout->build()
#20 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(414): MagentoFrameworkViewLayout->getBlock('menu')
#21 MAGEROOT/vendor/magento/module-backend/Model/View/Result/Page.php(59): MagentoFrameworkViewLayoutInterceptor->getBlock('menu')
#22 MAGEROOT/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoBackendModelViewResultPage->setActiveMenu('Magento_Catalog...')
#23 MAGEROOT/vendor/magento/module-catalog/Controller/Adminhtml/Category/Edit.php(102): MagentoBackendModelViewResultPageInterceptor->setActiveMenu('Magento_Catalog...')
#24 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(24): MagentoCatalogControllerAdminhtmlCategoryEdit->execute()
#25 MAGEROOT/vendor/magento/framework/App/Action/Action.php(102): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->execute()
#26 MAGEROOT/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#28 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callParent('dispatch', Array)
#29 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminAuthentica...')
#30 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#31 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#32 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminMassaction...')
#33 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#34 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#35 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(39): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callPlugins('dispatch', Array, Array)
#36 MAGEROOT/vendor/magento/framework/App/FrontController.php(55): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#37 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#38 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#39 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#40 MAGEROOT/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#41 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#42 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'infortis_cgen_m...')
#43 MAGEROOT/app/code/Infortis/Cgen/Plugin/Magento/Framework/App/FrontController.php(32): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#44 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): InfortisCgenPluginMagentoFrameworkAppFrontController->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#45 MAGEROOT/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#46 MAGEROOT/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#47 MAGEROOT/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#48 MAGEROOT/index.php(49): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#49 main
magento2 category backend migration magento-2.1.2
add a comment |
When I try to access "Categories" in backend, I receive an error.
The error is:
Attribute with attributeCode "umm_dd_block_top" does not exist.
In the attributes list and the attributsets, the named code is really not existing.
It´s a Magento version 2.1.2, migrated from 1.9.3, including attributes - so maybe it is a standard attribute which was overridden by migration process?
Any advice would be appreciated.
The errorlog
Exception #0 (MagentoFrameworkExceptionNoSuchEntityException): Attribute with attributeCode "umm_dd_block_top" does not exist.
#0 MAGEROOT/vendor/magento/module-catalog/Model/Category/AttributeRepository.php(64): MagentoEavModelAttributeRepository->get('catalog_categor...', 'umm_dd_block_to...')
#1 MAGEROOT/vendor/magento/module-catalog/Ui/Component/Category/Form/Element/Wysiwyg.php(59): MagentoCatalogModelCategoryAttributeRepository->get('umm_dd_block_to...')
#2 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(93): MagentoCatalogUiComponentCategoryFormElementWysiwyg->__construct(Object(MagentoFrameworkViewElementUiComponentContext), Object(MagentoFrameworkDataFormFactory), Object(MagentoCmsModelWysiwygConfig), Object(MagentoFrameworkViewLayoutInterceptor), Object(MagentoBackendHelperData), Object(MagentoCatalogModelCategoryAttributeRepository), Array, Array, Array)
#3 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(89): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject('Magento\Catalog...', Array)
#4 MAGEROOT/vendor/magento/framework/ObjectManager/ObjectManager.php(57): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Catalog...', Array)
#5 MAGEROOT/vendor/magento/framework/View/Element/UiComponentFactory.php(212): MagentoFrameworkObjectManagerObjectManager->create('Magento\Catalog...', Array)
#6 MAGEROOT/vendor/magento/module-ui/Component/Form/Field.php(83): MagentoFrameworkViewElementUiComponentFactory->create('umm_dd_block_to...', 'wysiwyg', Array)
#7 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(148): MagentoUiComponentFormField->prepare()
#8 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormField))
#9 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormFieldset))
#10 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(126): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentForm))
#11 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(93): MagentoFrameworkViewLayoutGeneratorUiComponent->generateComponent(Object(MagentoFrameworkViewLayoutDataStructure), 'category_form', Array, Object(MagentoFrameworkViewLayoutInterceptor))
#12 MAGEROOT/vendor/magento/framework/View/Layout/GeneratorPool.php(86): MagentoFrameworkViewLayoutGeneratorUiComponent->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#13 MAGEROOT/vendor/magento/framework/View/Layout.php(327): MagentoFrameworkViewLayoutGeneratorPool->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#14 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(89): MagentoFrameworkViewLayout->generateElements()
#15 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(129): MagentoFrameworkViewLayoutInterceptor->generateElements()
#16 MAGEROOT/vendor/magento/framework/View/Page/Builder.php(55): MagentoFrameworkViewLayoutBuilder->generateLayoutBlocks()
#17 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(65): MagentoFrameworkViewPageBuilder->generateLayoutBlocks()
#18 MAGEROOT/vendor/magento/framework/View/Layout.php(244): MagentoFrameworkViewLayoutBuilder->build()
#19 MAGEROOT/vendor/magento/framework/View/Layout.php(859): MagentoFrameworkViewLayout->build()
#20 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(414): MagentoFrameworkViewLayout->getBlock('menu')
#21 MAGEROOT/vendor/magento/module-backend/Model/View/Result/Page.php(59): MagentoFrameworkViewLayoutInterceptor->getBlock('menu')
#22 MAGEROOT/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoBackendModelViewResultPage->setActiveMenu('Magento_Catalog...')
#23 MAGEROOT/vendor/magento/module-catalog/Controller/Adminhtml/Category/Edit.php(102): MagentoBackendModelViewResultPageInterceptor->setActiveMenu('Magento_Catalog...')
#24 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(24): MagentoCatalogControllerAdminhtmlCategoryEdit->execute()
#25 MAGEROOT/vendor/magento/framework/App/Action/Action.php(102): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->execute()
#26 MAGEROOT/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#28 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callParent('dispatch', Array)
#29 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminAuthentica...')
#30 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#31 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#32 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminMassaction...')
#33 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#34 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#35 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(39): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callPlugins('dispatch', Array, Array)
#36 MAGEROOT/vendor/magento/framework/App/FrontController.php(55): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#37 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#38 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#39 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#40 MAGEROOT/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#41 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#42 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'infortis_cgen_m...')
#43 MAGEROOT/app/code/Infortis/Cgen/Plugin/Magento/Framework/App/FrontController.php(32): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#44 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): InfortisCgenPluginMagentoFrameworkAppFrontController->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#45 MAGEROOT/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#46 MAGEROOT/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#47 MAGEROOT/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#48 MAGEROOT/index.php(49): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#49 main
magento2 category backend migration magento-2.1.2
add a comment |
When I try to access "Categories" in backend, I receive an error.
The error is:
Attribute with attributeCode "umm_dd_block_top" does not exist.
In the attributes list and the attributsets, the named code is really not existing.
It´s a Magento version 2.1.2, migrated from 1.9.3, including attributes - so maybe it is a standard attribute which was overridden by migration process?
Any advice would be appreciated.
The errorlog
Exception #0 (MagentoFrameworkExceptionNoSuchEntityException): Attribute with attributeCode "umm_dd_block_top" does not exist.
#0 MAGEROOT/vendor/magento/module-catalog/Model/Category/AttributeRepository.php(64): MagentoEavModelAttributeRepository->get('catalog_categor...', 'umm_dd_block_to...')
#1 MAGEROOT/vendor/magento/module-catalog/Ui/Component/Category/Form/Element/Wysiwyg.php(59): MagentoCatalogModelCategoryAttributeRepository->get('umm_dd_block_to...')
#2 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(93): MagentoCatalogUiComponentCategoryFormElementWysiwyg->__construct(Object(MagentoFrameworkViewElementUiComponentContext), Object(MagentoFrameworkDataFormFactory), Object(MagentoCmsModelWysiwygConfig), Object(MagentoFrameworkViewLayoutInterceptor), Object(MagentoBackendHelperData), Object(MagentoCatalogModelCategoryAttributeRepository), Array, Array, Array)
#3 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(89): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject('Magento\Catalog...', Array)
#4 MAGEROOT/vendor/magento/framework/ObjectManager/ObjectManager.php(57): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Catalog...', Array)
#5 MAGEROOT/vendor/magento/framework/View/Element/UiComponentFactory.php(212): MagentoFrameworkObjectManagerObjectManager->create('Magento\Catalog...', Array)
#6 MAGEROOT/vendor/magento/module-ui/Component/Form/Field.php(83): MagentoFrameworkViewElementUiComponentFactory->create('umm_dd_block_to...', 'wysiwyg', Array)
#7 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(148): MagentoUiComponentFormField->prepare()
#8 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormField))
#9 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormFieldset))
#10 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(126): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentForm))
#11 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(93): MagentoFrameworkViewLayoutGeneratorUiComponent->generateComponent(Object(MagentoFrameworkViewLayoutDataStructure), 'category_form', Array, Object(MagentoFrameworkViewLayoutInterceptor))
#12 MAGEROOT/vendor/magento/framework/View/Layout/GeneratorPool.php(86): MagentoFrameworkViewLayoutGeneratorUiComponent->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#13 MAGEROOT/vendor/magento/framework/View/Layout.php(327): MagentoFrameworkViewLayoutGeneratorPool->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#14 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(89): MagentoFrameworkViewLayout->generateElements()
#15 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(129): MagentoFrameworkViewLayoutInterceptor->generateElements()
#16 MAGEROOT/vendor/magento/framework/View/Page/Builder.php(55): MagentoFrameworkViewLayoutBuilder->generateLayoutBlocks()
#17 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(65): MagentoFrameworkViewPageBuilder->generateLayoutBlocks()
#18 MAGEROOT/vendor/magento/framework/View/Layout.php(244): MagentoFrameworkViewLayoutBuilder->build()
#19 MAGEROOT/vendor/magento/framework/View/Layout.php(859): MagentoFrameworkViewLayout->build()
#20 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(414): MagentoFrameworkViewLayout->getBlock('menu')
#21 MAGEROOT/vendor/magento/module-backend/Model/View/Result/Page.php(59): MagentoFrameworkViewLayoutInterceptor->getBlock('menu')
#22 MAGEROOT/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoBackendModelViewResultPage->setActiveMenu('Magento_Catalog...')
#23 MAGEROOT/vendor/magento/module-catalog/Controller/Adminhtml/Category/Edit.php(102): MagentoBackendModelViewResultPageInterceptor->setActiveMenu('Magento_Catalog...')
#24 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(24): MagentoCatalogControllerAdminhtmlCategoryEdit->execute()
#25 MAGEROOT/vendor/magento/framework/App/Action/Action.php(102): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->execute()
#26 MAGEROOT/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#28 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callParent('dispatch', Array)
#29 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminAuthentica...')
#30 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#31 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#32 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminMassaction...')
#33 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#34 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#35 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(39): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callPlugins('dispatch', Array, Array)
#36 MAGEROOT/vendor/magento/framework/App/FrontController.php(55): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#37 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#38 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#39 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#40 MAGEROOT/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#41 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#42 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'infortis_cgen_m...')
#43 MAGEROOT/app/code/Infortis/Cgen/Plugin/Magento/Framework/App/FrontController.php(32): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#44 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): InfortisCgenPluginMagentoFrameworkAppFrontController->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#45 MAGEROOT/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#46 MAGEROOT/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#47 MAGEROOT/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#48 MAGEROOT/index.php(49): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#49 main
magento2 category backend migration magento-2.1.2
When I try to access "Categories" in backend, I receive an error.
The error is:
Attribute with attributeCode "umm_dd_block_top" does not exist.
In the attributes list and the attributsets, the named code is really not existing.
It´s a Magento version 2.1.2, migrated from 1.9.3, including attributes - so maybe it is a standard attribute which was overridden by migration process?
Any advice would be appreciated.
The errorlog
Exception #0 (MagentoFrameworkExceptionNoSuchEntityException): Attribute with attributeCode "umm_dd_block_top" does not exist.
#0 MAGEROOT/vendor/magento/module-catalog/Model/Category/AttributeRepository.php(64): MagentoEavModelAttributeRepository->get('catalog_categor...', 'umm_dd_block_to...')
#1 MAGEROOT/vendor/magento/module-catalog/Ui/Component/Category/Form/Element/Wysiwyg.php(59): MagentoCatalogModelCategoryAttributeRepository->get('umm_dd_block_to...')
#2 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(93): MagentoCatalogUiComponentCategoryFormElementWysiwyg->__construct(Object(MagentoFrameworkViewElementUiComponentContext), Object(MagentoFrameworkDataFormFactory), Object(MagentoCmsModelWysiwygConfig), Object(MagentoFrameworkViewLayoutInterceptor), Object(MagentoBackendHelperData), Object(MagentoCatalogModelCategoryAttributeRepository), Array, Array, Array)
#3 MAGEROOT/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(89): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject('Magento\Catalog...', Array)
#4 MAGEROOT/vendor/magento/framework/ObjectManager/ObjectManager.php(57): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Catalog...', Array)
#5 MAGEROOT/vendor/magento/framework/View/Element/UiComponentFactory.php(212): MagentoFrameworkObjectManagerObjectManager->create('Magento\Catalog...', Array)
#6 MAGEROOT/vendor/magento/module-ui/Component/Form/Field.php(83): MagentoFrameworkViewElementUiComponentFactory->create('umm_dd_block_to...', 'wysiwyg', Array)
#7 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(148): MagentoUiComponentFormField->prepare()
#8 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormField))
#9 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(145): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentFormFieldset))
#10 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(126): MagentoFrameworkViewLayoutGeneratorUiComponent->prepareComponent(Object(MagentoUiComponentForm))
#11 MAGEROOT/vendor/magento/framework/View/Layout/Generator/UiComponent.php(93): MagentoFrameworkViewLayoutGeneratorUiComponent->generateComponent(Object(MagentoFrameworkViewLayoutDataStructure), 'category_form', Array, Object(MagentoFrameworkViewLayoutInterceptor))
#12 MAGEROOT/vendor/magento/framework/View/Layout/GeneratorPool.php(86): MagentoFrameworkViewLayoutGeneratorUiComponent->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#13 MAGEROOT/vendor/magento/framework/View/Layout.php(327): MagentoFrameworkViewLayoutGeneratorPool->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext))
#14 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(89): MagentoFrameworkViewLayout->generateElements()
#15 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(129): MagentoFrameworkViewLayoutInterceptor->generateElements()
#16 MAGEROOT/vendor/magento/framework/View/Page/Builder.php(55): MagentoFrameworkViewLayoutBuilder->generateLayoutBlocks()
#17 MAGEROOT/vendor/magento/framework/View/Layout/Builder.php(65): MagentoFrameworkViewPageBuilder->generateLayoutBlocks()
#18 MAGEROOT/vendor/magento/framework/View/Layout.php(244): MagentoFrameworkViewLayoutBuilder->build()
#19 MAGEROOT/vendor/magento/framework/View/Layout.php(859): MagentoFrameworkViewLayout->build()
#20 MAGEROOT/var/generation/Magento/Framework/View/Layout/Interceptor.php(414): MagentoFrameworkViewLayout->getBlock('menu')
#21 MAGEROOT/vendor/magento/module-backend/Model/View/Result/Page.php(59): MagentoFrameworkViewLayoutInterceptor->getBlock('menu')
#22 MAGEROOT/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoBackendModelViewResultPage->setActiveMenu('Magento_Catalog...')
#23 MAGEROOT/vendor/magento/module-catalog/Controller/Adminhtml/Category/Edit.php(102): MagentoBackendModelViewResultPageInterceptor->setActiveMenu('Magento_Catalog...')
#24 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(24): MagentoCatalogControllerAdminhtmlCategoryEdit->execute()
#25 MAGEROOT/vendor/magento/framework/App/Action/Action.php(102): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->execute()
#26 MAGEROOT/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#28 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callParent('dispatch', Array)
#29 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminAuthentica...')
#30 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#31 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#32 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Catalog...', 'dispatch', Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Array, 'adminMassaction...')
#33 MAGEROOT/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#34 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoCatalogControllerAdminhtmlCategoryEditInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#35 MAGEROOT/var/generation/Magento/Catalog/Controller/Adminhtml/Category/Edit/Interceptor.php(39): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->___callPlugins('dispatch', Array, Array)
#36 MAGEROOT/vendor/magento/framework/App/FrontController.php(55): MagentoCatalogControllerAdminhtmlCategoryEditInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#37 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#38 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#39 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#40 MAGEROOT/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#41 MAGEROOT/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#42 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'infortis_cgen_m...')
#43 MAGEROOT/app/code/Infortis/Cgen/Plugin/Magento/Framework/App/FrontController.php(32): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#44 MAGEROOT/vendor/magento/framework/Interception/Interceptor.php(142): InfortisCgenPluginMagentoFrameworkAppFrontController->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#45 MAGEROOT/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#46 MAGEROOT/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#47 MAGEROOT/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#48 MAGEROOT/index.php(49): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#49 main
magento2 category backend migration magento-2.1.2
magento2 category backend migration magento-2.1.2
edited May 19 '17 at 3:08
Rafael Corrêa Gomes
5,1302 gold badges36 silver badges71 bronze badges
5,1302 gold badges36 silver badges71 bronze badges
asked Nov 25 '16 at 17:22
Carlos NovaisCarlos Novais
61 bronze badge
61 bronze badge
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You must have delete some module recently but attribute from it remains.
go to Manage Attributes in backend and delete "umm_dd_block_top"
hope this helps
add a comment |
I got it by myself by grep command and searching inside the app/* folder
umm_dd_block_top
stands for Ultra-Mega-Menu, it seems that the attribute should have been installed via /Setup/InstallData.php
, it should have create a catalog attribute with this name, but it did not in my case - so the error appears.
Create it by yourself or inspect the server error logs.
It could to be a server issue, if other module´s installer also not work.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f147565%2ferror-accessing-categories-in-backend%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You must have delete some module recently but attribute from it remains.
go to Manage Attributes in backend and delete "umm_dd_block_top"
hope this helps
add a comment |
You must have delete some module recently but attribute from it remains.
go to Manage Attributes in backend and delete "umm_dd_block_top"
hope this helps
add a comment |
You must have delete some module recently but attribute from it remains.
go to Manage Attributes in backend and delete "umm_dd_block_top"
hope this helps
You must have delete some module recently but attribute from it remains.
go to Manage Attributes in backend and delete "umm_dd_block_top"
hope this helps
answered Nov 25 '16 at 17:51
Mariusz PietrukowskiMariusz Pietrukowski
817 bronze badges
817 bronze badges
add a comment |
add a comment |
I got it by myself by grep command and searching inside the app/* folder
umm_dd_block_top
stands for Ultra-Mega-Menu, it seems that the attribute should have been installed via /Setup/InstallData.php
, it should have create a catalog attribute with this name, but it did not in my case - so the error appears.
Create it by yourself or inspect the server error logs.
It could to be a server issue, if other module´s installer also not work.
add a comment |
I got it by myself by grep command and searching inside the app/* folder
umm_dd_block_top
stands for Ultra-Mega-Menu, it seems that the attribute should have been installed via /Setup/InstallData.php
, it should have create a catalog attribute with this name, but it did not in my case - so the error appears.
Create it by yourself or inspect the server error logs.
It could to be a server issue, if other module´s installer also not work.
add a comment |
I got it by myself by grep command and searching inside the app/* folder
umm_dd_block_top
stands for Ultra-Mega-Menu, it seems that the attribute should have been installed via /Setup/InstallData.php
, it should have create a catalog attribute with this name, but it did not in my case - so the error appears.
Create it by yourself or inspect the server error logs.
It could to be a server issue, if other module´s installer also not work.
I got it by myself by grep command and searching inside the app/* folder
umm_dd_block_top
stands for Ultra-Mega-Menu, it seems that the attribute should have been installed via /Setup/InstallData.php
, it should have create a catalog attribute with this name, but it did not in my case - so the error appears.
Create it by yourself or inspect the server error logs.
It could to be a server issue, if other module´s installer also not work.
edited Dec 1 '16 at 10:32
SR_Magento
3,45911 gold badges52 silver badges97 bronze badges
3,45911 gold badges52 silver badges97 bronze badges
answered Dec 1 '16 at 10:28
PCoPCo
31 bronze badge
31 bronze badge
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f147565%2ferror-accessing-categories-in-backend%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown