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;








1















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









share|improve this question
































    1















    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









    share|improve this question




























      1












      1








      1


      1






      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









      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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























          2 Answers
          2






          active

          oldest

          votes


















          0














          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






          share|improve this answer
































            0














            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.






            share|improve this answer





























              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
              );



              );













              draft saved

              draft discarded


















              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









              0














              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






              share|improve this answer





























                0














                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






                share|improve this answer



























                  0












                  0








                  0







                  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






                  share|improve this answer













                  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







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 25 '16 at 17:51









                  Mariusz PietrukowskiMariusz Pietrukowski

                  817 bronze badges




                  817 bronze badges


























                      0














                      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.






                      share|improve this answer































                        0














                        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.






                        share|improve this answer





























                          0












                          0








                          0







                          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.






                          share|improve this answer















                          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.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          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






























                              draft saved

                              draft discarded
















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                              Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                              Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form