Skip to content

Error in Store -> Settings -> Terms and Conditions #18492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
expertalex opened this issue Oct 9, 2018 · 4 comments
Closed

Error in Store -> Settings -> Terms and Conditions #18492

expertalex opened this issue Oct 9, 2018 · 4 comments
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed

Comments

@expertalex
Copy link

expertalex commented Oct 9, 2018

Hello, we have an error in Store -> Settings -> Terms and Conditions

Magento version: 2.2.5

We already have some terms and in previous versions it works fine but affect updating we have this error:

2 exception(s):
Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'quesarium_db.checkout_agreement_store' doesn't exist, query was: SELECT `agreement_store`.* FROM `checkout_agreement_store` AS `agreement_store` WHERE (agreement_store.agreement_id IN ('1'))
Exception #1 (PDOException): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'quesarium_db.checkout_agreement_store' doesn't exist

Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'quesarium_db.checkout_agreement_store' doesn't exist, query was: SELECT `agreement_store`.* FROM `checkout_agreement_store` AS `agreement_store` WHERE (agreement_store.agreement_id IN ('1'))
#0 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/DB/Statement/Pdo/Mysql.php(93): Zend_Db_Statement_Pdo->_execute(Array)
#1 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Statement.php(303): Magento\Framework\DB\Statement\Pdo\Mysql->_execute(Array)
#2 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#3 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT `agreeme...', Array)
#4 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(533): Zend_Db_Adapter_Pdo_Abstract->query('SELECT `agreeme...', Array)
#5 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(605): Magento\Framework\DB\Adapter\Pdo\Mysql->_query('SELECT `agreeme...', Array)
#6 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(737): Magento\Framework\DB\Adapter\Pdo\Mysql->query(Object(Magento\Framework\DB\Select), Array)
#7 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Model/ResourceModel/Agreement/Grid/Collection.php(72): Zend_Db_Adapter_Abstract->fetchAll(Object(Magento\Framework\DB\Select))
#8 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Model/ResourceModel/Agreement/Grid/Collection.php(36): Magento\CheckoutAgreements\Model\ResourceModel\Agreement\Grid\Collection->getStoresForAgreements()
#9 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Model/ResourceModel/Agreement/Grid/Collection.php(26): Magento\CheckoutAgreements\Model\ResourceModel\Agreement\Grid\Collection->addStoresToResult()
#10 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid/Extended.php(480): Magento\CheckoutAgreements\Model\ResourceModel\Agreement\Grid\Collection->load()
#11 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Block/Adminhtml/Agreement/Grid.php(66): Magento\Backend\Block\Widget\Grid\Extended->_prepareCollection()
#12 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid.php(403): Magento\CheckoutAgreements\Block\Adminhtml\Agreement\Grid->_prepareCollection()
#13 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid/Extended.php(507): Magento\Backend\Block\Widget\Grid->_prepareGrid()
#14 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid.php(468): Magento\Backend\Block\Widget\Grid\Extended->_prepareGrid()
#15 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/AbstractBlock.php(666): Magento\Backend\Block\Widget\Grid->_beforeToHtml()
#16 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Element\AbstractBlock->toHtml()
#17 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(533): Magento\Framework\View\Layout->_renderBlock('adminhtml_agree...')
#18 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('adminhtml_agree...')
#19 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('adminhtml_agree...')
#20 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('adminhtml_agree...', true)
#21 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/AbstractBlock.php(507): Magento\Framework\View\Layout\Interceptor->renderElement('adminhtml_agree...', true)
#22 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid/Container.php(119): Magento\Framework\View\Element\AbstractBlock->getChildHtml('grid')
#23 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/view/adminhtml/templates/widget/grid/container.phtml(13): Magento\Backend\Block\Widget\Grid\Container->getGridHtml()
#24 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/var/www/vhosts...')
#25 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/Template.php(270): Magento\Framework\View\TemplateEngine\Php->render(Object(Magento\CheckoutAgreements\Block\Adminhtml\Agreement), '/var/www/vhosts...', Array)
#26 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/Template.php(300): Magento\Framework\View\Element\Template->fetchView('/var/www/vhosts...')
#27 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Template.php(126): Magento\Framework\View\Element\Template->_toHtml()
#28 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/AbstractBlock.php(667): Magento\Backend\Block\Template->_toHtml()
#29 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Element\AbstractBlock->toHtml()
#30 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(533): Magento\Framework\View\Layout->_renderBlock('adminhtml\\agree...')
#31 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('adminhtml\\agree...')
#32 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('adminhtml\\agree...')
#33 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('adminhtml\\agree...', false)
#34 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('adminhtml\\agree...', false)
#35 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('content', false)
#36 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('content')
#37 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('content')
#38 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('content', false)
#39 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('content', false)
#40 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('main.col', false)
#41 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('main.col')
#42 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('main.col')
#43 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('main.col', false)
#44 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('main.col', false)
#45 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('admin.scope.col...', false)
#46 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('admin.scope.col...')
#47 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('admin.scope.col...')
#48 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('admin.scope.col...', false)
#49 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('admin.scope.col...', false)
#50 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('page.main.conta...', false)
#51 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.main.conta...')
#52 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.main.conta...')
#53 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.main.conta...', false)
#54 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.main.conta...', false)
#55 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('page.content', false)
#56 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.content')
#57 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.content')
#58 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.content', false)
#59 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.content', false)
#60 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('page.wrapper', false)
#61 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.wrapper')
#62 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.wrapper')
#63 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.wrapper', false)
#64 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.wrapper', false)
#65 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('backend.page', false)
#66 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('backend.page')
#67 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('backend.page')
#68 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('backend.page', false)
#69 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('backend.page', false)
#70 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('root', false)
#71 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('root')
#72 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('root')
#73 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('root', true)
#74 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(954): Magento\Framework\View\Layout\Interceptor->renderElement('root')
#75 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(492): Magento\Framework\View\Layout->getOutput()
#76 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Result/Page.php(257): Magento\Framework\View\Layout\Interceptor->getOutput()
#77 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Result/Layout.php(170): Magento\Framework\View\Result\Page->render(Object(Magento\Framework\App\Response\Http\Interceptor))
#78 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Backend/Model/View/Result/Page/Interceptor.php(193): Magento\Framework\View\Result\Layout->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#79 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/View.php(221): Magento\Backend\Model\View\Result\Page\Interceptor->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#80 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Controller/Adminhtml/Agreement/Index.php(20): Magento\Framework\App\View->renderLayout()
#81 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Index/Interceptor.php(24): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index->execute()
#82 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/Action/Action.php(107): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->execute()
#83 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/App/AbstractAction.php(235): Magento\Framework\App\Action\Action->dispatch(Object(Magento\Framework\App\Request\Http))
#84 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Backend\App\AbstractAction->dispatch(Object(Magento\Framework\App\Request\Http))
#85 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(138): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->___callParent('dispatch', Array)
#86 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#87 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(135): Magento\Backend\App\Action\Plugin\Authentication->aroundDispatch(Object(Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#88 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(153): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#89 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Index/Interceptor.php(39): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->___callPlugins('dispatch', Array, NULL)
#90 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/FrontController.php(55): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#91 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\App\FrontController->dispatch(Object(Magento\Framework\App\Request\Http))
#92 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\App\FrontController\Interceptor->___callParent('dispatch', Array)
#93 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#94 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, Array)
#95 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/Http.php(135): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#96 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/App/Http/Interceptor.php(24): Magento\Framework\App\Http->launch()
#97 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/Bootstrap.php(257): Magento\Framework\App\Http\Interceptor->launch()
#98 /var/www/vhosts/quesarium.com/httpdocs/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))
#99 {main}

Exception #1 (PDOException): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'quesarium_db.checkout_agreement_store' doesn't exist
#0 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array)
#1 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/DB/Statement/Pdo/Mysql.php(93): Zend_Db_Statement_Pdo->_execute(Array)
#2 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Statement.php(303): Magento\Framework\DB\Statement\Pdo\Mysql->_execute(Array)
#3 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array)
#4 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT `agreeme...', Array)
#5 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(533): Zend_Db_Adapter_Pdo_Abstract->query('SELECT `agreeme...', Array)
#6 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(605): Magento\Framework\DB\Adapter\Pdo\Mysql->_query('SELECT `agreeme...', Array)
#7 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(737): Magento\Framework\DB\Adapter\Pdo\Mysql->query(Object(Magento\Framework\DB\Select), Array)
#8 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Model/ResourceModel/Agreement/Grid/Collection.php(72): Zend_Db_Adapter_Abstract->fetchAll(Object(Magento\Framework\DB\Select))
#9 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Model/ResourceModel/Agreement/Grid/Collection.php(36): Magento\CheckoutAgreements\Model\ResourceModel\Agreement\Grid\Collection->getStoresForAgreements()
#10 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Model/ResourceModel/Agreement/Grid/Collection.php(26): Magento\CheckoutAgreements\Model\ResourceModel\Agreement\Grid\Collection->addStoresToResult()
#11 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid/Extended.php(480): Magento\CheckoutAgreements\Model\ResourceModel\Agreement\Grid\Collection->load()
#12 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Block/Adminhtml/Agreement/Grid.php(66): Magento\Backend\Block\Widget\Grid\Extended->_prepareCollection()
#13 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid.php(403): Magento\CheckoutAgreements\Block\Adminhtml\Agreement\Grid->_prepareCollection()
#14 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid/Extended.php(507): Magento\Backend\Block\Widget\Grid->_prepareGrid()
#15 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid.php(468): Magento\Backend\Block\Widget\Grid\Extended->_prepareGrid()
#16 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/AbstractBlock.php(666): Magento\Backend\Block\Widget\Grid->_beforeToHtml()
#17 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Element\AbstractBlock->toHtml()
#18 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(533): Magento\Framework\View\Layout->_renderBlock('adminhtml_agree...')
#19 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('adminhtml_agree...')
#20 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('adminhtml_agree...')
#21 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('adminhtml_agree...', true)
#22 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/AbstractBlock.php(507): Magento\Framework\View\Layout\Interceptor->renderElement('adminhtml_agree...', true)
#23 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Widget/Grid/Container.php(119): Magento\Framework\View\Element\AbstractBlock->getChildHtml('grid')
#24 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/view/adminhtml/templates/widget/grid/container.phtml(13): Magento\Backend\Block\Widget\Grid\Container->getGridHtml()
#25 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/TemplateEngine/Php.php(59): include('/var/www/vhosts...')
#26 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/Template.php(270): Magento\Framework\View\TemplateEngine\Php->render(Object(Magento\CheckoutAgreements\Block\Adminhtml\Agreement), '/var/www/vhosts...', Array)
#27 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/Template.php(300): Magento\Framework\View\Element\Template->fetchView('/var/www/vhosts...')
#28 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/Block/Template.php(126): Magento\Framework\View\Element\Template->_toHtml()
#29 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Element/AbstractBlock.php(667): Magento\Backend\Block\Template->_toHtml()
#30 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(557): Magento\Framework\View\Element\AbstractBlock->toHtml()
#31 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(533): Magento\Framework\View\Layout->_renderBlock('adminhtml\\agree...')
#32 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('adminhtml\\agree...')
#33 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('adminhtml\\agree...')
#34 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('adminhtml\\agree...', false)
#35 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('adminhtml\\agree...', false)
#36 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('content', false)
#37 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('content')
#38 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('content')
#39 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('content', false)
#40 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('content', false)
#41 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('main.col', false)
#42 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('main.col')
#43 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('main.col')
#44 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('main.col', false)
#45 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('main.col', false)
#46 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('admin.scope.col...', false)
#47 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('admin.scope.col...')
#48 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('admin.scope.col...')
#49 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('admin.scope.col...', false)
#50 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('admin.scope.col...', false)
#51 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('page.main.conta...', false)
#52 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.main.conta...')
#53 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.main.conta...')
#54 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.main.conta...', false)
#55 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.main.conta...', false)
#56 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('page.content', false)
#57 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.content')
#58 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.content')
#59 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.content', false)
#60 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.content', false)
#61 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('page.wrapper', false)
#62 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('page.wrapper')
#63 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('page.wrapper')
#64 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('page.wrapper', false)
#65 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('page.wrapper', false)
#66 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('backend.page', false)
#67 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('backend.page')
#68 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('backend.page')
#69 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('backend.page', false)
#70 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(585): Magento\Framework\View\Layout\Interceptor->renderElement('backend.page', false)
#71 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(535): Magento\Framework\View\Layout->_renderContainer('root', false)
#72 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(206): Magento\Framework\View\Layout->renderNonCachedElement('root')
#73 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(488): Magento\Framework\View\Layout\Interceptor->renderNonCachedElement('root')
#74 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(193): Magento\Framework\View\Layout->renderElement('root', true)
#75 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Layout.php(954): Magento\Framework\View\Layout\Interceptor->renderElement('root')
#76 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/View/Layout/Interceptor.php(492): Magento\Framework\View\Layout->getOutput()
#77 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Result/Page.php(257): Magento\Framework\View\Layout\Interceptor->getOutput()
#78 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/View/Result/Layout.php(170): Magento\Framework\View\Result\Page->render(Object(Magento\Framework\App\Response\Http\Interceptor))
#79 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Backend/Model/View/Result/Page/Interceptor.php(193): Magento\Framework\View\Result\Layout->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#80 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/View.php(221): Magento\Backend\Model\View\Result\Page\Interceptor->renderResult(Object(Magento\Framework\App\Response\Http\Interceptor))
#81 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-checkout-agreements/Controller/Adminhtml/Agreement/Index.php(20): Magento\Framework\App\View->renderLayout()
#82 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Index/Interceptor.php(24): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index->execute()
#83 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/Action/Action.php(107): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->execute()
#84 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/App/AbstractAction.php(235): Magento\Framework\App\Action\Action->dispatch(Object(Magento\Framework\App\Request\Http))
#85 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Backend\App\AbstractAction->dispatch(Object(Magento\Framework\App\Request\Http))
#86 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(138): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->___callParent('dispatch', Array)
#87 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#88 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(135): Magento\Backend\App\Action\Plugin\Authentication->aroundDispatch(Object(Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor), Object(Closure), Object(Magento\Framework\App\Request\Http))
#89 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(153): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#90 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/CheckoutAgreements/Controller/Adminhtml/Agreement/Index/Interceptor.php(39): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->___callPlugins('dispatch', Array, NULL)
#91 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/FrontController.php(55): Magento\CheckoutAgreements\Controller\Adminhtml\Agreement\Index\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#92 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Framework\App\FrontController->dispatch(Object(Magento\Framework\App\Request\Http))
#93 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Framework\App\FrontController\Interceptor->___callParent('dispatch', Array)
#94 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#95 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, Array)
#96 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/Http.php(135): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#97 /var/www/vhosts/quesarium.com/httpdocs/generated/code/Magento/Framework/App/Http/Interceptor.php(24): Magento\Framework\App\Http->launch()
#98 /var/www/vhosts/quesarium.com/httpdocs/vendor/magento/framework/App/Bootstrap.php(257): Magento\Framework\App\Http\Interceptor->launch()
#99 /var/www/vhosts/quesarium.com/httpdocs/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))


<!---
Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines
-->

### Preconditions
<!---
Provide the exact Magento version (example: 2.2.5) and any important information on the environment where bug is reproducible.
-->
1.
2.

### Steps to reproduce
<!---
Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce.
-->
1.
2.

### Expected result
<!--- Tell us what do you expect to happen. -->
1. [Screenshots, logs or description]
2.

### Actual result
<!--- Tell us what happened instead. Include error messages and issues. -->
1. [Screenshots, logs or description]
2.

@magento-engcom-team
Copy link
Contributor

Hi @expertalex. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento-engcom-team give me $VERSION instance

where $VERSION is version tags (starting from 2.2.0+) or develop branches (for example: 2.3-develop).
For more details, please, review the Magento Contributor Assistant documentation.

@expertalex do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?

  • yes
  • no

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Oct 9, 2018
@pocallaghan
Copy link
Contributor

Do you have a table prefix in your installation? This sounds like a duplicate of #18357, which I attempted to fix with - #18412

@expertalex
Copy link
Author

Yes, I have!
Thank you very much for your answer, I'll check!

@okorshenko
Copy link
Contributor

Duplicate of #18357

@okorshenko okorshenko marked this as a duplicate of #18357 Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed
Projects
None yet
Development

No branches or pull requests

4 participants