Magento2 error when trying to add new integration from admin
I have being working on a new magento website using magento 2.1.3 and I now need to add an extension but when I go to system->integrations and click "add new integration" I am given the following error:
1 exception(s):
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
#0 /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php(24): MagentoFrameworkAppErrorHandler->handler(8, 'Undefined index...', '/home/username/...', 24, Array)
#1 /home/username/public_html/magento/vendor/magento/module-integration/Block/Adminhtml/Integration/Edit/Tab/Webapi.php(180): MagentoIntegrationHelperData->mapResources(Array)
#2 /home/username/public_html/magento/vendor/magento/module-integration/view/adminhtml/templates/resourcetree.phtml(40): MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi->getTree()
#3 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#4 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi), '/home/username/...', Array)
#5 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#6 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#7 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#8 /home/username/public_html/magento/vendor/magento/module-backend/Block/Widget/Tabs.php(387): MagentoFrameworkViewElementAbstractBlock->toHtml()
#9 /home/username/public_html/magento/vendor/magento/module-backend/view/adminhtml/templates/widget/tabs.phtml(57): MagentoBackendBlockWidgetTabs->getTabContent(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi))
#10 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#11 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabs), '/home/username/...', Array)
#12 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#13 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#14 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#15 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(542): MagentoFrameworkViewElementAbstractBlock->toHtml()
#16 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(518): MagentoFrameworkViewLayout->_renderBlock('integration_edi...')
#17 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('integration_edi...')
#18 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('integration_edi...')
#19 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('left')
#20 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('left')
#21 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('left')
#22 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('side.col')
#23 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('side.col')
#24 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('side.col')
#25 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.main.conta...')
#26 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.main.conta...')
#27 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.main.conta...')
#28 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.content')
#29 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.content')
#30 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.content')
#31 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.wrapper')
#32 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.wrapper')
#33 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.wrapper')
#34 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('backend.page')
#35 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('backend.page')
#36 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('backend.page')
#37 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('root')
#38 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('root')
#39 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(938): MagentoFrameworkViewLayout->renderElement('root')
#40 /home/username/public_html/magento/var/generation/Magento/Framework/View/Layout/Interceptor.php(37): MagentoFrameworkViewLayout->getOutput()
#41 /home/username/public_html/magento/vendor/magento/framework/View/Result/Page.php(243): MagentoFrameworkViewLayoutInterceptor->getOutput()
#42 /home/username/public_html/magento/vendor/magento/framework/View/Result/Layout.php(164): MagentoFrameworkViewResultPage->render(Object(MagentoFrameworkAppResponseHttpInterceptor))
#43 /home/username/public_html/magento/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoFrameworkViewResultLayout->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#44 /home/username/public_html/magento/vendor/magento/framework/App/View.php(221): MagentoBackendModelViewResultPageInterceptor->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#45 /home/username/public_html/magento/vendor/magento/module-integration/Controller/Adminhtml/Integration/NewAction.php(29): MagentoFrameworkAppView->renderLayout()
#46 /home/username/public_html/magento/vendor/magento/framework/App/Action/Action.php(102): MagentoIntegrationControllerAdminhtmlIntegrationNewAction->execute()
#47 /home/username/public_html/magento/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#48 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#49 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callParent('dispatch', Array)
#50 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminAuthentica...')
#51 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChain{closure}(Object(MagentoFrameworkAppRequestHttp))
#52 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#53 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminMassaction...')
#54 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#55 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#56 /home/username/public_html/magento/var/generation/Magento/Integration/Controller/Adminhtml/Integration/NewAction/Interceptor.php(26): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callPlugins('dispatch', Array, Array)
#57 /home/username/public_html/magento/vendor/magento/framework/App/FrontController.php(55): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#58 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#59 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#60 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#61 /home/username/public_html/magento/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#62 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#63 /home/username/public_html/magento/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#64 /home/username/public_html/magento/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#65 /home/username/public_html/magento/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#66 /home/username/public_html/magento/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#67 {main}
I can't find any information on fixing this!
admin magento-2.1.3
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have being working on a new magento website using magento 2.1.3 and I now need to add an extension but when I go to system->integrations and click "add new integration" I am given the following error:
1 exception(s):
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
#0 /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php(24): MagentoFrameworkAppErrorHandler->handler(8, 'Undefined index...', '/home/username/...', 24, Array)
#1 /home/username/public_html/magento/vendor/magento/module-integration/Block/Adminhtml/Integration/Edit/Tab/Webapi.php(180): MagentoIntegrationHelperData->mapResources(Array)
#2 /home/username/public_html/magento/vendor/magento/module-integration/view/adminhtml/templates/resourcetree.phtml(40): MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi->getTree()
#3 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#4 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi), '/home/username/...', Array)
#5 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#6 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#7 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#8 /home/username/public_html/magento/vendor/magento/module-backend/Block/Widget/Tabs.php(387): MagentoFrameworkViewElementAbstractBlock->toHtml()
#9 /home/username/public_html/magento/vendor/magento/module-backend/view/adminhtml/templates/widget/tabs.phtml(57): MagentoBackendBlockWidgetTabs->getTabContent(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi))
#10 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#11 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabs), '/home/username/...', Array)
#12 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#13 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#14 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#15 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(542): MagentoFrameworkViewElementAbstractBlock->toHtml()
#16 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(518): MagentoFrameworkViewLayout->_renderBlock('integration_edi...')
#17 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('integration_edi...')
#18 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('integration_edi...')
#19 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('left')
#20 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('left')
#21 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('left')
#22 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('side.col')
#23 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('side.col')
#24 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('side.col')
#25 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.main.conta...')
#26 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.main.conta...')
#27 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.main.conta...')
#28 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.content')
#29 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.content')
#30 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.content')
#31 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.wrapper')
#32 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.wrapper')
#33 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.wrapper')
#34 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('backend.page')
#35 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('backend.page')
#36 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('backend.page')
#37 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('root')
#38 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('root')
#39 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(938): MagentoFrameworkViewLayout->renderElement('root')
#40 /home/username/public_html/magento/var/generation/Magento/Framework/View/Layout/Interceptor.php(37): MagentoFrameworkViewLayout->getOutput()
#41 /home/username/public_html/magento/vendor/magento/framework/View/Result/Page.php(243): MagentoFrameworkViewLayoutInterceptor->getOutput()
#42 /home/username/public_html/magento/vendor/magento/framework/View/Result/Layout.php(164): MagentoFrameworkViewResultPage->render(Object(MagentoFrameworkAppResponseHttpInterceptor))
#43 /home/username/public_html/magento/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoFrameworkViewResultLayout->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#44 /home/username/public_html/magento/vendor/magento/framework/App/View.php(221): MagentoBackendModelViewResultPageInterceptor->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#45 /home/username/public_html/magento/vendor/magento/module-integration/Controller/Adminhtml/Integration/NewAction.php(29): MagentoFrameworkAppView->renderLayout()
#46 /home/username/public_html/magento/vendor/magento/framework/App/Action/Action.php(102): MagentoIntegrationControllerAdminhtmlIntegrationNewAction->execute()
#47 /home/username/public_html/magento/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#48 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#49 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callParent('dispatch', Array)
#50 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminAuthentica...')
#51 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChain{closure}(Object(MagentoFrameworkAppRequestHttp))
#52 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#53 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminMassaction...')
#54 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#55 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#56 /home/username/public_html/magento/var/generation/Magento/Integration/Controller/Adminhtml/Integration/NewAction/Interceptor.php(26): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callPlugins('dispatch', Array, Array)
#57 /home/username/public_html/magento/vendor/magento/framework/App/FrontController.php(55): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#58 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#59 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#60 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#61 /home/username/public_html/magento/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#62 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#63 /home/username/public_html/magento/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#64 /home/username/public_html/magento/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#65 /home/username/public_html/magento/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#66 /home/username/public_html/magento/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#67 {main}
I can't find any information on fixing this!
admin magento-2.1.3
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have being working on a new magento website using magento 2.1.3 and I now need to add an extension but when I go to system->integrations and click "add new integration" I am given the following error:
1 exception(s):
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
#0 /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php(24): MagentoFrameworkAppErrorHandler->handler(8, 'Undefined index...', '/home/username/...', 24, Array)
#1 /home/username/public_html/magento/vendor/magento/module-integration/Block/Adminhtml/Integration/Edit/Tab/Webapi.php(180): MagentoIntegrationHelperData->mapResources(Array)
#2 /home/username/public_html/magento/vendor/magento/module-integration/view/adminhtml/templates/resourcetree.phtml(40): MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi->getTree()
#3 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#4 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi), '/home/username/...', Array)
#5 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#6 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#7 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#8 /home/username/public_html/magento/vendor/magento/module-backend/Block/Widget/Tabs.php(387): MagentoFrameworkViewElementAbstractBlock->toHtml()
#9 /home/username/public_html/magento/vendor/magento/module-backend/view/adminhtml/templates/widget/tabs.phtml(57): MagentoBackendBlockWidgetTabs->getTabContent(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi))
#10 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#11 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabs), '/home/username/...', Array)
#12 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#13 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#14 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#15 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(542): MagentoFrameworkViewElementAbstractBlock->toHtml()
#16 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(518): MagentoFrameworkViewLayout->_renderBlock('integration_edi...')
#17 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('integration_edi...')
#18 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('integration_edi...')
#19 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('left')
#20 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('left')
#21 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('left')
#22 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('side.col')
#23 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('side.col')
#24 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('side.col')
#25 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.main.conta...')
#26 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.main.conta...')
#27 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.main.conta...')
#28 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.content')
#29 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.content')
#30 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.content')
#31 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.wrapper')
#32 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.wrapper')
#33 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.wrapper')
#34 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('backend.page')
#35 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('backend.page')
#36 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('backend.page')
#37 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('root')
#38 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('root')
#39 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(938): MagentoFrameworkViewLayout->renderElement('root')
#40 /home/username/public_html/magento/var/generation/Magento/Framework/View/Layout/Interceptor.php(37): MagentoFrameworkViewLayout->getOutput()
#41 /home/username/public_html/magento/vendor/magento/framework/View/Result/Page.php(243): MagentoFrameworkViewLayoutInterceptor->getOutput()
#42 /home/username/public_html/magento/vendor/magento/framework/View/Result/Layout.php(164): MagentoFrameworkViewResultPage->render(Object(MagentoFrameworkAppResponseHttpInterceptor))
#43 /home/username/public_html/magento/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoFrameworkViewResultLayout->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#44 /home/username/public_html/magento/vendor/magento/framework/App/View.php(221): MagentoBackendModelViewResultPageInterceptor->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#45 /home/username/public_html/magento/vendor/magento/module-integration/Controller/Adminhtml/Integration/NewAction.php(29): MagentoFrameworkAppView->renderLayout()
#46 /home/username/public_html/magento/vendor/magento/framework/App/Action/Action.php(102): MagentoIntegrationControllerAdminhtmlIntegrationNewAction->execute()
#47 /home/username/public_html/magento/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#48 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#49 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callParent('dispatch', Array)
#50 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminAuthentica...')
#51 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChain{closure}(Object(MagentoFrameworkAppRequestHttp))
#52 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#53 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminMassaction...')
#54 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#55 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#56 /home/username/public_html/magento/var/generation/Magento/Integration/Controller/Adminhtml/Integration/NewAction/Interceptor.php(26): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callPlugins('dispatch', Array, Array)
#57 /home/username/public_html/magento/vendor/magento/framework/App/FrontController.php(55): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#58 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#59 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#60 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#61 /home/username/public_html/magento/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#62 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#63 /home/username/public_html/magento/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#64 /home/username/public_html/magento/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#65 /home/username/public_html/magento/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#66 /home/username/public_html/magento/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#67 {main}
I can't find any information on fixing this!
admin magento-2.1.3
I have being working on a new magento website using magento 2.1.3 and I now need to add an extension but when I go to system->integrations and click "add new integration" I am given the following error:
1 exception(s):
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
Exception #0 (Exception): Notice: Undefined index: title in /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php on line 24
#0 /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php(24): MagentoFrameworkAppErrorHandler->handler(8, 'Undefined index...', '/home/username/...', 24, Array)
#1 /home/username/public_html/magento/vendor/magento/module-integration/Block/Adminhtml/Integration/Edit/Tab/Webapi.php(180): MagentoIntegrationHelperData->mapResources(Array)
#2 /home/username/public_html/magento/vendor/magento/module-integration/view/adminhtml/templates/resourcetree.phtml(40): MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi->getTree()
#3 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#4 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi), '/home/username/...', Array)
#5 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#6 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#7 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#8 /home/username/public_html/magento/vendor/magento/module-backend/Block/Widget/Tabs.php(387): MagentoFrameworkViewElementAbstractBlock->toHtml()
#9 /home/username/public_html/magento/vendor/magento/module-backend/view/adminhtml/templates/widget/tabs.phtml(57): MagentoBackendBlockWidgetTabs->getTabContent(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabWebapi))
#10 /home/username/public_html/magento/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/username/...')
#11 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(255): MagentoFrameworkViewTemplateEnginePhp->render(Object(MagentoIntegrationBlockAdminhtmlIntegrationEditTabs), '/home/username/...', Array)
#12 /home/username/public_html/magento/vendor/magento/framework/View/Element/Template.php(279): MagentoFrameworkViewElementTemplate->fetchView('/home/username/...')
#13 /home/username/public_html/magento/vendor/magento/module-backend/Block/Template.php(104): MagentoFrameworkViewElementTemplate->_toHtml()
#14 /home/username/public_html/magento/vendor/magento/framework/View/Element/AbstractBlock.php(659): MagentoBackendBlockTemplate->_toHtml()
#15 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(542): MagentoFrameworkViewElementAbstractBlock->toHtml()
#16 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(518): MagentoFrameworkViewLayout->_renderBlock('integration_edi...')
#17 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('integration_edi...')
#18 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('integration_edi...')
#19 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('left')
#20 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('left')
#21 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('left')
#22 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('side.col')
#23 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('side.col')
#24 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('side.col')
#25 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.main.conta...')
#26 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.main.conta...')
#27 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.main.conta...')
#28 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.content')
#29 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.content')
#30 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.content')
#31 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('page.wrapper')
#32 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('page.wrapper')
#33 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('page.wrapper')
#34 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('backend.page')
#35 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('backend.page')
#36 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(569): MagentoFrameworkViewLayout->renderElement('backend.page')
#37 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(520): MagentoFrameworkViewLayout->_renderContainer('root')
#38 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(472): MagentoFrameworkViewLayout->renderNonCachedElement('root')
#39 /home/username/public_html/magento/vendor/magento/framework/View/Layout.php(938): MagentoFrameworkViewLayout->renderElement('root')
#40 /home/username/public_html/magento/var/generation/Magento/Framework/View/Layout/Interceptor.php(37): MagentoFrameworkViewLayout->getOutput()
#41 /home/username/public_html/magento/vendor/magento/framework/View/Result/Page.php(243): MagentoFrameworkViewLayoutInterceptor->getOutput()
#42 /home/username/public_html/magento/vendor/magento/framework/View/Result/Layout.php(164): MagentoFrameworkViewResultPage->render(Object(MagentoFrameworkAppResponseHttpInterceptor))
#43 /home/username/public_html/magento/var/generation/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): MagentoFrameworkViewResultLayout->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#44 /home/username/public_html/magento/vendor/magento/framework/App/View.php(221): MagentoBackendModelViewResultPageInterceptor->renderResult(Object(MagentoFrameworkAppResponseHttpInterceptor))
#45 /home/username/public_html/magento/vendor/magento/module-integration/Controller/Adminhtml/Integration/NewAction.php(29): MagentoFrameworkAppView->renderLayout()
#46 /home/username/public_html/magento/vendor/magento/framework/App/Action/Action.php(102): MagentoIntegrationControllerAdminhtmlIntegrationNewAction->execute()
#47 /home/username/public_html/magento/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#48 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#49 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callParent('dispatch', Array)
#50 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminAuthentica...')
#51 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChain{closure}(Object(MagentoFrameworkAppRequestHttp))
#52 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#53 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Integra...', 'dispatch', Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Array, 'adminMassaction...')
#54 /home/username/public_html/magento/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#55 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#56 /home/username/public_html/magento/var/generation/Magento/Integration/Controller/Adminhtml/Integration/NewAction/Interceptor.php(26): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->___callPlugins('dispatch', Array, Array)
#57 /home/username/public_html/magento/vendor/magento/framework/App/FrontController.php(55): MagentoIntegrationControllerAdminhtmlIntegrationNewActionInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#58 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#59 /home/username/public_html/magento/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#60 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#61 /home/username/public_html/magento/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}(Object(MagentoFrameworkAppRequestHttp))
#62 /home/username/public_html/magento/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#63 /home/username/public_html/magento/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#64 /home/username/public_html/magento/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#65 /home/username/public_html/magento/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#66 /home/username/public_html/magento/index.php(39): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#67 {main}
I can't find any information on fixing this!
admin magento-2.1.3
admin magento-2.1.3
edited Nov 4 '18 at 6:11
Shashank Kumrawat
1,3701341
1,3701341
asked Dec 27 '16 at 18:55
Shane BuckleyShane Buckley
63
63
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Removing line 24 of /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php solved my issue.
Please mark your answer as accepted.
– Bare Feet
Feb 20 '18 at 12:46
That is not a solution as any future deployment will undo this removal. The underlying issue is probably some 3rd module not properly defining resource. Another issue is that in production environment notice should not be raised to an exception but this is for Magento team to finally sort out.
– Zefiryn
Nov 3 '18 at 17:16
add a comment |
`title` attribute is missing from webapi.xml.
There must be a custom module which has website.xml in etc folder and one of the node does not have title.
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%2f152069%2fmagento2-error-when-trying-to-add-new-integration-from-admin%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
Removing line 24 of /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php solved my issue.
Please mark your answer as accepted.
– Bare Feet
Feb 20 '18 at 12:46
That is not a solution as any future deployment will undo this removal. The underlying issue is probably some 3rd module not properly defining resource. Another issue is that in production environment notice should not be raised to an exception but this is for Magento team to finally sort out.
– Zefiryn
Nov 3 '18 at 17:16
add a comment |
Removing line 24 of /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php solved my issue.
Please mark your answer as accepted.
– Bare Feet
Feb 20 '18 at 12:46
That is not a solution as any future deployment will undo this removal. The underlying issue is probably some 3rd module not properly defining resource. Another issue is that in production environment notice should not be raised to an exception but this is for Magento team to finally sort out.
– Zefiryn
Nov 3 '18 at 17:16
add a comment |
Removing line 24 of /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php solved my issue.
Removing line 24 of /home/username/public_html/magento/vendor/magento/module-integration/Helper/Data.php solved my issue.
answered Dec 28 '16 at 21:11
Shane BuckleyShane Buckley
63
63
Please mark your answer as accepted.
– Bare Feet
Feb 20 '18 at 12:46
That is not a solution as any future deployment will undo this removal. The underlying issue is probably some 3rd module not properly defining resource. Another issue is that in production environment notice should not be raised to an exception but this is for Magento team to finally sort out.
– Zefiryn
Nov 3 '18 at 17:16
add a comment |
Please mark your answer as accepted.
– Bare Feet
Feb 20 '18 at 12:46
That is not a solution as any future deployment will undo this removal. The underlying issue is probably some 3rd module not properly defining resource. Another issue is that in production environment notice should not be raised to an exception but this is for Magento team to finally sort out.
– Zefiryn
Nov 3 '18 at 17:16
Please mark your answer as accepted.
– Bare Feet
Feb 20 '18 at 12:46
Please mark your answer as accepted.
– Bare Feet
Feb 20 '18 at 12:46
That is not a solution as any future deployment will undo this removal. The underlying issue is probably some 3rd module not properly defining resource. Another issue is that in production environment notice should not be raised to an exception but this is for Magento team to finally sort out.
– Zefiryn
Nov 3 '18 at 17:16
That is not a solution as any future deployment will undo this removal. The underlying issue is probably some 3rd module not properly defining resource. Another issue is that in production environment notice should not be raised to an exception but this is for Magento team to finally sort out.
– Zefiryn
Nov 3 '18 at 17:16
add a comment |
`title` attribute is missing from webapi.xml.
There must be a custom module which has website.xml in etc folder and one of the node does not have title.
add a comment |
`title` attribute is missing from webapi.xml.
There must be a custom module which has website.xml in etc folder and one of the node does not have title.
add a comment |
`title` attribute is missing from webapi.xml.
There must be a custom module which has website.xml in etc folder and one of the node does not have title.
`title` attribute is missing from webapi.xml.
There must be a custom module which has website.xml in etc folder and one of the node does not have title.
answered Nov 4 '18 at 6:25
Kumar MKumar M
66935
66935
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f152069%2fmagento2-error-when-trying-to-add-new-integration-from-admin%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