So we have installed the newest version of magento, all the extensions we needed and now the integration section isnt working. Here is the error log:
a:4:{i:0;s:154:"Notice: Undefined index: all_resources in /home/wworks/public_html/demo/vendor/magento/module-integration/Controller/Adminhtml/Integration.php on line 129";i:1;s:5311:"#0 /home/wworks/public_html/demo/vendor/magento/module-integration/Controller/Adminhtml/Integration.php(129): Magento\Framework\App\ErrorHandler->handler(8, 'Undefined index...', '/home/wworks/pu...', 129, Array) #1 /home/wworks/public_html/demo/vendor/magento/module-integration/Controller/Adminhtml/Integration/NewAction.php(18): Magento\Integration\Controller\Adminhtml\Integration->restoreResourceAndSaveToRegistry() #2 /home/wworks/public_html/demo/var/generation/Magento/Integration/Controller/Adminhtml/Integration/NewAction/Interceptor.php(24): Magento\Integration\Controller\Adminhtml\Integration\NewAction->execute() #3 /home/wworks/public_html/demo/vendor/magento/framework/App/Action/Action.php(102): Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor->execute() #4 /home/wworks/public_html/demo/vendor/magento/module-backend/App/AbstractAction.php(226): Magento\Framework\App\Action\Action->dispatch(Object(Magento\Framework\App\Request\Http)) #5 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Interceptor.php(74): Magento\Backend\App\AbstractAction->dispatch(Object(Magento\Framework\App\Request\Http)) #6 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Chain/Chain.php(70): Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor->___callParent('dispatch', Array) #7 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Chain/Chain.php(63): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Integra...', 'dispatch', Object(Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor), Array, 'adminAuthentica...') #8 /home/wworks/public_html/demo/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): Magento\Framework\Interception\Chain\Chain->Magento\Framework\Interception\Chain\{closure}(Object(Magento\Framework\App\Request\Http)) #9 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Chain/Chain.php(67): Magento\Backend\App\Action\Plugin\Authentication->aroundDispatch(Object(Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http)) #10 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Integra...', 'dispatch', Object(Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor), Array, 'adminMassaction...') #11 /home/wworks/public_html/demo/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http)) #12 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Interceptor.php(142): Magento\Backend\App\Action\Plugin\MassactionKey->aroundDispatch(Object(Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http)) #13 /home/wworks/public_html/demo/var/generation/Magento/Integration/Controller/Adminhtml/Integration/NewAction/Interceptor.php(39): Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor->___callPlugins('dispatch', Array, Array) #14 /home/wworks/public_html/demo/vendor/magento/framework/App/FrontController.php(55): Magento\Integration\Controller\Adminhtml\Integration\NewAction\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http)) #15 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Interceptor.php(74): Magento\Framework\App\FrontController->dispatch(Object(Magento\Framework\App\Request\Http)) #16 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Chain/Chain.php(70): Magento\Framework\App\FrontController\Interceptor->___callParent('dispatch', Array) #17 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\Interception\Chain\Chain->invokeNext('Magento\\Framewo...', 'dispatch', Object(Magento\Framework\App\FrontController\Interceptor), Array, 'install') #18 /home/wworks/public_html/demo/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http)) #19 /home/wworks/public_html/demo/vendor/magento/framework/Interception/Interceptor.php(142): Magento\Framework\Module\Plugin\DbStatusValidator->aroundDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http)) #20 /home/wworks/public_html/demo/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, Array) #21 /home/wworks/public_html/demo/vendor/magento/framework/App/Http.php(135): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http)) #22 /home/wworks/public_html/demo/vendor/magento/framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch() #23 /home/wworks/public_html/demo/pub/index.php(37): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http)) #24 {main}";s:3:"url";s:120:"/demo/pub/index.php/okthxoyt/admin/integration/new/key/efbaf92708927695175eaa3b69ff509e5719dbe76363a3418d9f468bda8c1032/";s:11:"script_name";s:19:"/demo/pub/index.php";}
we were having issues with the payment method section and the shoping cart page on our other demo, so we recreated the whole site here and those now work perfectly but this section which we need for the clients API isnt working. Any help would be greatly appreciated.
Everything has been cleared and re indexed and I have disabled each extension one by one to see if that was the issue but doesnt look to be