Closed alexjuniodev closed 4 years ago
Hi,
We're making updates to this module for the latest supported versions of Magento, unfortunately 2.2.2 is no longer supported - the module in it's current state is tested and working on 2.3.x and 2.4.x (bar a few bugs which will be fixed in a coming release).
When I try to open the Clean Checkout on Admin/Sales/Clean Checkout I got the following error:
PHP: 7.0 Magento: 2.2.2 Developor Mode
What I tried: php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:flush delete static files
Exception #0 (Exception): Notice: Undefined index: label in public_html/vendor/magento/framework/Data/Form/Element/Select.php on line 68
1 exception(s): Exception #0 (Exception): Notice: Undefined index: label in /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form/Element/Select.php on line 68
Exception #0 (Exception): Notice: Undefined index: label in /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form/Element/Select.php on line 68
0 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form/Element/Select.php(68): Magento\Framework\App\ErrorHandler->handler(8, 'Undefined index...', '/home/175824.cl...', 68, Array)
1 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-config/Block/System/Config/Form/Field.php(29): Magento\Framework\Data\Form\Element\Select->getElementHtml()
2 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-config/Block/System/Config/Form/Field.php(78): Magento\Config\Block\System\Config\Form\Field->_getElementHtml(Object(Magento\Framework\Data\Form\Element\Select))
3 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-config/Block/System/Config/Form/Field.php(52): Magento\Config\Block\System\Config\Form\Field->_renderValue(Object(Magento\Framework\Data\Form\Element\Select))
4 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(454): Magento\Config\Block\System\Config\Form\Field->render(Object(Magento\Framework\Data\Form\Element\Select))
5 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(468): Magento\Framework\Data\Form\Element\AbstractElement->getHtml()
6 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-config/Block/System/Config/Form/Fieldset.php(86): Magento\Framework\Data\Form\Element\AbstractElement->toHtml()
7 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-config/Block/System/Config/Form/Fieldset.php(66): Magento\Config\Block\System\Config\Form\Fieldset->_getChildrenElementsHtml(Object(Magento\Framework\Data\Form\Element\Fieldset))
8 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(454): Magento\Config\Block\System\Config\Form\Fieldset->render(Object(Magento\Framework\Data\Form\Element\Fieldset))
9 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form/Element/AbstractElement.php(468): Magento\Framework\Data\Form\Element\AbstractElement->getHtml()
10 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form.php(325): Magento\Framework\Data\Form\Element\AbstractElement->toHtml()
11 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Data/Form.php(340): Magento\Framework\Data\Form->toHtml()
12 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-backend/Block/Widget/Form.php(101): Magento\Framework\Data\Form->getHtml()
13 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-backend/view/adminhtml/templates/widget/form.phtml(15): Magento\Backend\Block\Widget\Form->getFormHtml()
14 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/175824.cl...')
15 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Element/Template.php(270): Magento\Framework\View\TemplateEngine\Php->render(Object(Magento\Config\Block\System\Config\Form\Interceptor), '/home/175824.cl...', Array)
16 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Element/Template.php(300): Magento\Framework\View\Element\Template->fetchView('/home/175824.cl...')
17 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-backend/Block/Template.php(124): Magento\Framework\View\Element\Template->_toHtml()
18 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Element/AbstractBlock.php(667): Magento\Backend\Block\Template->_toHtml()
19 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Element\AbstractBlock->toHtml()
20 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Config\Block\System\Config\Form\Interceptor->___callParent('toHtml', Array)
21 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/Element/AbstractBlockPlugin.php(65): Magento\Config\Block\System\Config\Form\Interceptor->Magento\Framework\Interception{closure}()
22 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\Element\AbstractBlockPlugin->aroundToHtml(Object(Magento\Config\Block\System\Config\Form\Interceptor), Object(Closure))
23 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Config\Block\System\Config\Form\Interceptor->Magento\Framework\Interception{closure}()
24 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Config/Block/System/Config/Form/Interceptor.php(26): Magento\Config\Block\System\Config\Form\Interceptor->___callPlugins('toHtml', Array, NULL)
25 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(558): Magento\Config\Block\System\Config\Form\Interceptor->toHtml()
26 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(534): Magento\Framework\View\Layout->_renderBlock('system\config\f...')
27 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('system\config\f...')
28 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('system\config\f...', true)
29 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
30 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(101): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('system\config\f...', true)
31 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'system\config\f...', true)
32 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('system\config\f...', true)
33 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
34 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Element/AbstractBlock.php(507): Magento\Framework\View\Layout\Interceptor->renderElement('system\config\f...', true)
35 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-config/view/adminhtml/templates/system/config/edit.phtml(22): Magento\Framework\View\Element\AbstractBlock->getChildHtml('form')
36 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/home/175824.cl...')
37 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Element/Template.php(270): Magento\Framework\View\TemplateEngine\Php->render(Object(Magento\Config\Block\System\Config\Edit\Interceptor), '/home/175824.cl...', Array)
38 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Element/Template.php(300): Magento\Framework\View\Element\Template->fetchView('/home/175824.cl...')
39 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/module-backend/Block/Template.php(124): Magento\Framework\View\Element\Template->_toHtml()
40 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Element/AbstractBlock.php(667): Magento\Backend\Block\Template->_toHtml()
41 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Element\AbstractBlock->toHtml()
42 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Config\Block\System\Config\Edit\Interceptor->___callParent('toHtml', Array)
43 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/Element/AbstractBlockPlugin.php(65): Magento\Config\Block\System\Config\Edit\Interceptor->Magento\Framework\Interception{closure}()
44 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\Element\AbstractBlockPlugin->aroundToHtml(Object(Magento\Config\Block\System\Config\Edit\Interceptor), Object(Closure))
45 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Config\Block\System\Config\Edit\Interceptor->Magento\Framework\Interception{closure}()
46 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Config/Block/System/Config/Edit/Interceptor.php(26): Magento\Config\Block\System\Config\Edit\Interceptor->___callPlugins('toHtml', Array, NULL)
47 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(558): Magento\Config\Block\System\Config\Edit\Interceptor->toHtml()
48 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(534): Magento\Framework\View\Layout->_renderBlock('system.config.e...')
49 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('system.config.e...')
50 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('system.config.e...', true)
51 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
52 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(101): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('system.config.e...', true)
53 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'system.config.e...')
54 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('system.config.e...')
55 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
56 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('system.config.e...')
57 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('content')
58 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('content')
59 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('content', true)
60 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
61 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('content', true)
62 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'content')
63 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('content')
64 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
65 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('content')
66 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('admin.scope.col...')
67 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('admin.scope.col...')
68 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('admin.scope.col...', true)
69 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
70 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('admin.scope.col...', true)
71 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'admin.scope.col...')
72 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('admin.scope.col...')
73 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
74 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('admin.scope.col...')
75 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('main.col')
76 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('main.col')
77 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('main.col', true)
78 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
79 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('main.col', true)
80 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'main.col')
81 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('main.col')
82 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
83 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('main.col')
84 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('page.main.conta...')
85 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('page.main.conta...')
86 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('page.main.conta...', true)
87 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
88 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('page.main.conta...', true)
89 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'page.main.conta...')
90 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('page.main.conta...')
91 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
92 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.main.conta...')
93 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('page.content')
94 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('page.content')
95 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('page.content', true)
96 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
97 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('page.content', true)
98 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'page.content')
99 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('page.content')
100 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
101 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.content')
102 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('page.wrapper')
103 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('page.wrapper')
104 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('page.wrapper', true)
105 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
106 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('page.wrapper', true)
107 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'page.wrapper')
108 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('page.wrapper')
109 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
110 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.wrapper')
111 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('backend.page')
112 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('backend.page')
113 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('backend.page', true)
114 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
115 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('backend.page', true)
116 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'backend.page')
117 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('backend.page')
118 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
119 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('backend.page')
120 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(536): Magento\Framework\View\Layout->_renderContainer('root')
121 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(489): Magento\Framework\View\Layout->renderNonCachedElement('root')
122 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\View\Layout->renderElement('root', true)
123 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\View\Layout\Interceptor->___callParent('renderElement', Array)
124 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/msp/devtools/Plugin/View/LayoutPlugin.php(110): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('root', true)
125 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(135): MSP\DevTools\Plugin\View\LayoutPlugin->aroundRenderElement(Object(Magento\Framework\View\Layout\Interceptor), Object(Closure), 'root')
126 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\View\Layout\Interceptor->Magento\Framework\Interception{closure}('root')
127 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(39): Magento\Framework\View\Layout\Interceptor->___callPlugins('renderElement', Array, NULL)
128 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Layout.php(954): Magento\Framework\View\Layout\Interceptor->renderElement('root')
129 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Framework/View/Layout/Interceptor.php(50): Magento\Framework\View\Layout->getOutput()
130 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Result/Page.php(257): Magento\Framework\View\Layout\Interceptor->getOutput()
131 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/View/Result/Layout.php(170): Magento\Framework\View\Result\Page->render(Object(Magento\Framework\App\Response\Http\Interceptor))
132 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/generated/code/Magento/Backend/Model/View/Result/Page/Interceptor.php(24): Magento\Framework\View\Result\Layout->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
133 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/App/Http.php(139): Magento\Backend\Model\View\Result\Page\Interceptor->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
134 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/vendor/magento/framework/App/Bootstrap.php(256): Magento\Framework\App\Http->launch()
135 /home/175824.cloudwaysapps.com/cefxstyxar/public_html/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))
136 {main}