Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.44 KB | None | 0 0
  1. 2 exception(s):
  2. Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'search_result.score' in 'order clause', query was: SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `cat_index`.`position` AS `cat_index_position` FROM `mgd4_catalog_product_entity` AS `e`
  3. INNER JOIN `mgd4_cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id
  4. INNER JOIN `mgd4_catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0
  5. INNER JOIN `mgd4_catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(3, 4) AND cat_index.category_id=2 WHERE (stock_status_index.stock_status = 1) ORDER BY `search_result`.`score` desc
  6. LIMIT 9
  7. Exception #1 (PDOException): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'search_result.score' in 'order clause'
  8.  
  9. Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'search_result.score' in 'order clause', query was: SELECT `e`.*, `stock_status_index`.`stock_status` AS `is_salable`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `cat_index`.`position` AS `cat_index_position` FROM `mgd4_catalog_product_entity` AS `e`
  10. INNER JOIN `mgd4_cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id
  11. INNER JOIN `mgd4_catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0
  12. INNER JOIN `mgd4_catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(3, 4) AND cat_index.category_id=2 WHERE (stock_status_index.stock_status = 1) ORDER BY `search_result`.`score` desc
  13. LIMIT 9
  14. <pre>#1 MagentoFrameworkDBStatementPdoMysql->_execute() called at [vendor/magento/zendframework1/library/Zend/Db/Statement.php:303]
  15. #2 Zend_Db_Statement->execute() called at [vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php:480]
  16. #3 Zend_Db_Adapter_Abstract->query() called at [vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:238]
  17. #4 Zend_Db_Adapter_Pdo_Abstract->query() called at [vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:542]
  18. #5 MagentoFrameworkDBAdapterPdoMysql->_query() called at [vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:617]
  19. #6 MagentoFrameworkDBAdapterPdoMysql->query() called at [vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php:737]
  20. #7 Zend_Db_Adapter_Abstract->fetchAll() called at [vendor/magento/framework/Data/Collection/Db/FetchStrategy/Query.php:21]
  21. #8 MagentoFrameworkDataCollectionDbFetchStrategyQuery->fetchAll() called at [vendor/magento/framework/Data/Collection/AbstractDb.php:778]
  22. #9 MagentoFrameworkDataCollectionAbstractDb->_fetchAll() called at [vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:1126]
  23. #10 MagentoEavModelEntityCollectionAbstractCollection->_loadEntities() called at [vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:924]
  24. #11 MagentoEavModelEntityCollectionAbstractCollection->load() called at [vendor/magento/module-catalog/Model/ResourceModel/Product/Collection.php:799]
  25. #12 MagentoCatalogModelResourceModelProductCollection->load() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  26. #13 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  27. #14 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  28. #15 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->___callPlugins() called at [generated/code/Mageplaza/LayeredNavigation/Model/ResourceModel/Fulltext/Collection/Interceptor.php:26]
  29. #16 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->load() called at [vendor/magento/module-review/Observer/CatalogBlockProductCollectionBeforeToHtmlObserver.php:38]
  30. #17 MagentoReviewObserverCatalogBlockProductCollectionBeforeToHtmlObserver->execute() called at [vendor/magento/framework/Event/Invoker/InvokerDefault.php:72]
  31. #18 MagentoFrameworkEventInvokerInvokerDefault->_callObserverMethod() called at [vendor/magento/framework/Event/Invoker/InvokerDefault.php:60]
  32. #19 MagentoFrameworkEventInvokerInvokerDefault->dispatch() called at [vendor/magento/framework/Event/Manager.php:66]
  33. #20 MagentoFrameworkEventManager->dispatch() called at [generated/code/Magento/Framework/Event/Manager/Proxy.php:95]
  34. #21 MagentoFrameworkEventManagerProxy->dispatch() called at [vendor/magento/module-catalog/Block/Product/ListProduct.php:471]
  35. #22 MagentoCatalogBlockProductListProduct->initializeProductCollection() called at [vendor/magento/module-catalog/Block/Product/ListProduct.php:116]
  36. #23 MagentoCatalogBlockProductListProduct->_getProductCollection() called at [vendor/magento/module-catalog/Block/Product/ListProduct.php:139]
  37. #24 MagentoCatalogBlockProductListProduct->getLoadedProductCollection() called at [vendor/magento/module-catalog-search/Block/Result.php:182]
  38. #25 MagentoCatalogSearchBlockResult->_getProductCollection() called at [vendor/magento/module-catalog-search/Block/Result.php:206]
  39. #26 MagentoCatalogSearchBlockResult->getResultCount() called at [app/design/frontend/Smartwave/porto/Magento_CatalogSearch/templates/result.phtml:10]
  40. #27 include() called at [vendor/magento/framework/View/TemplateEngine/Php.php:59]
  41. #28 MagentoFrameworkViewTemplateEnginePhp->render() called at [vendor/magento/framework/View/Element/Template.php:271]
  42. #29 MagentoFrameworkViewElementTemplate->fetchView() called at [vendor/magento/framework/View/Element/Template.php:301]
  43. #30 MagentoFrameworkViewElementTemplate->_toHtml() called at [vendor/magento/framework/View/Element/AbstractBlock.php:668]
  44. #31 MagentoFrameworkViewElementAbstractBlock->toHtml() called at [vendor/magento/framework/View/Layout.php:557]
  45. #32 MagentoFrameworkViewLayout->_renderBlock() called at [vendor/magento/framework/View/Layout.php:533]
  46. #33 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  47. #34 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Element/AbstractBlock.php:512]
  48. #35 MagentoFrameworkViewElementAbstractBlock->getChildHtml() called at [app/code/Mageplaza/AjaxLayer/view/frontend/templates/products.phtml:24]
  49. #36 include() called at [vendor/magento/framework/View/TemplateEngine/Php.php:59]
  50. #37 MagentoFrameworkViewTemplateEnginePhp->render() called at [vendor/magento/framework/View/Element/Template.php:271]
  51. #38 MagentoFrameworkViewElementTemplate->fetchView() called at [vendor/magento/framework/View/Element/Template.php:301]
  52. #39 MagentoFrameworkViewElementTemplate->_toHtml() called at [vendor/magento/framework/View/Element/AbstractBlock.php:668]
  53. #40 MagentoFrameworkViewElementAbstractBlock->toHtml() called at [vendor/magento/framework/View/Layout.php:557]
  54. #41 MagentoFrameworkViewLayout->_renderBlock() called at [vendor/magento/framework/View/Layout.php:533]
  55. #42 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  56. #43 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  57. #44 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  58. #45 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  59. #46 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  60. #47 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  61. #48 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  62. #49 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  63. #50 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  64. #51 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  65. #52 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  66. #53 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  67. #54 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  68. #55 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  69. #56 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  70. #57 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  71. #58 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  72. #59 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  73. #60 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  74. #61 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:954]
  75. #62 MagentoFrameworkViewLayout->getOutput() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  76. #63 MagentoFrameworkViewLayoutInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  77. #64 MagentoFrameworkViewLayoutInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  78. #65 MagentoFrameworkViewLayoutInterceptor->___callPlugins() called at [generated/code/Magento/Framework/View/Layout/Interceptor.php:39]
  79. #66 MagentoFrameworkViewLayoutInterceptor->getOutput() called at [vendor/magento/framework/View/Result/Page.php:258]
  80. #67 MagentoFrameworkViewResultPage->render() called at [vendor/magento/framework/View/Result/Layout.php:171]
  81. #68 MagentoFrameworkViewResultLayout->renderResult() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  82. #69 MagentoFrameworkViewResultPageInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  83. #70 MagentoFrameworkViewResultPageInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  84. #71 MagentoFrameworkViewResultPageInterceptor->___callPlugins() called at [generated/code/Magento/Framework/View/Result/Page/Interceptor.php:26]
  85. #72 MagentoFrameworkViewResultPageInterceptor->renderResult() called at [vendor/magento/framework/App/View.php:221]
  86. #73 MagentoFrameworkAppView->renderLayout() called at [app/code/Mageplaza/AjaxLayer/Controller/Search/Result/Index.php:149]
  87. #74 MageplazaAjaxLayerControllerSearchResultIndex->execute() called at [vendor/magento/framework/App/Action/Action.php:108]
  88. #75 MagentoFrameworkAppActionAction->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  89. #76 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  90. #77 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  91. #78 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->___callPlugins() called at [generated/code/Mageplaza/AjaxLayer/Controller/Search/Result/Index/Interceptor.php:26]
  92. #79 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->dispatch() called at [vendor/magento/framework/App/FrontController.php:159]
  93. #80 MagentoFrameworkAppFrontController->processRequest() called at [vendor/magento/framework/App/FrontController.php:99]
  94. #81 MagentoFrameworkAppFrontController->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  95. #82 MagentoFrameworkAppFrontControllerInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  96. #83 MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/module-store/App/FrontController/Plugin/RequestPreprocessor.php:94]
  97. #84 MagentoStoreAppFrontControllerPluginRequestPreprocessor->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
  98. #85 MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php:69]
  99. #86 MagentoPageCacheModelAppFrontControllerBuiltinPlugin->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
  100. #87 MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  101. #88 MagentoFrameworkAppFrontControllerInterceptor->___callPlugins() called at [generated/code/Magento/Framework/App/FrontController/Interceptor.php:26]
  102. #89 MagentoFrameworkAppFrontControllerInterceptor->dispatch() called at [vendor/magento/framework/App/Http.php:136]
  103. #90 MagentoFrameworkAppHttp->launch() called at [vendor/magento/framework/App/Bootstrap.php:258]
  104. #91 MagentoFrameworkAppBootstrap->run() called at [index.php:39]
  105. </pre>
  106.  
  107. Exception #1 (PDOException): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'search_result.score' in 'order clause'
  108. <pre>#1 Zend_Db_Statement_Pdo->_execute() called at [vendor/magento/framework/DB/Statement/Pdo/Mysql.php:93]
  109. #2 MagentoFrameworkDBStatementPdoMysql->_execute() called at [vendor/magento/zendframework1/library/Zend/Db/Statement.php:303]
  110. #3 Zend_Db_Statement->execute() called at [vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php:480]
  111. #4 Zend_Db_Adapter_Abstract->query() called at [vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:238]
  112. #5 Zend_Db_Adapter_Pdo_Abstract->query() called at [vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:542]
  113. #6 MagentoFrameworkDBAdapterPdoMysql->_query() called at [vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:617]
  114. #7 MagentoFrameworkDBAdapterPdoMysql->query() called at [vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php:737]
  115. #8 Zend_Db_Adapter_Abstract->fetchAll() called at [vendor/magento/framework/Data/Collection/Db/FetchStrategy/Query.php:21]
  116. #9 MagentoFrameworkDataCollectionDbFetchStrategyQuery->fetchAll() called at [vendor/magento/framework/Data/Collection/AbstractDb.php:778]
  117. #10 MagentoFrameworkDataCollectionAbstractDb->_fetchAll() called at [vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:1126]
  118. #11 MagentoEavModelEntityCollectionAbstractCollection->_loadEntities() called at [vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:924]
  119. #12 MagentoEavModelEntityCollectionAbstractCollection->load() called at [vendor/magento/module-catalog/Model/ResourceModel/Product/Collection.php:799]
  120. #13 MagentoCatalogModelResourceModelProductCollection->load() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  121. #14 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  122. #15 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  123. #16 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->___callPlugins() called at [generated/code/Mageplaza/LayeredNavigation/Model/ResourceModel/Fulltext/Collection/Interceptor.php:26]
  124. #17 MageplazaLayeredNavigationModelResourceModelFulltextCollectionInterceptor->load() called at [vendor/magento/module-review/Observer/CatalogBlockProductCollectionBeforeToHtmlObserver.php:38]
  125. #18 MagentoReviewObserverCatalogBlockProductCollectionBeforeToHtmlObserver->execute() called at [vendor/magento/framework/Event/Invoker/InvokerDefault.php:72]
  126. #19 MagentoFrameworkEventInvokerInvokerDefault->_callObserverMethod() called at [vendor/magento/framework/Event/Invoker/InvokerDefault.php:60]
  127. #20 MagentoFrameworkEventInvokerInvokerDefault->dispatch() called at [vendor/magento/framework/Event/Manager.php:66]
  128. #21 MagentoFrameworkEventManager->dispatch() called at [generated/code/Magento/Framework/Event/Manager/Proxy.php:95]
  129. #22 MagentoFrameworkEventManagerProxy->dispatch() called at [vendor/magento/module-catalog/Block/Product/ListProduct.php:471]
  130. #23 MagentoCatalogBlockProductListProduct->initializeProductCollection() called at [vendor/magento/module-catalog/Block/Product/ListProduct.php:116]
  131. #24 MagentoCatalogBlockProductListProduct->_getProductCollection() called at [vendor/magento/module-catalog/Block/Product/ListProduct.php:139]
  132. #25 MagentoCatalogBlockProductListProduct->getLoadedProductCollection() called at [vendor/magento/module-catalog-search/Block/Result.php:182]
  133. #26 MagentoCatalogSearchBlockResult->_getProductCollection() called at [vendor/magento/module-catalog-search/Block/Result.php:206]
  134. #27 MagentoCatalogSearchBlockResult->getResultCount() called at [app/design/frontend/Smartwave/porto/Magento_CatalogSearch/templates/result.phtml:10]
  135. #28 include() called at [vendor/magento/framework/View/TemplateEngine/Php.php:59]
  136. #29 MagentoFrameworkViewTemplateEnginePhp->render() called at [vendor/magento/framework/View/Element/Template.php:271]
  137. #30 MagentoFrameworkViewElementTemplate->fetchView() called at [vendor/magento/framework/View/Element/Template.php:301]
  138. #31 MagentoFrameworkViewElementTemplate->_toHtml() called at [vendor/magento/framework/View/Element/AbstractBlock.php:668]
  139. #32 MagentoFrameworkViewElementAbstractBlock->toHtml() called at [vendor/magento/framework/View/Layout.php:557]
  140. #33 MagentoFrameworkViewLayout->_renderBlock() called at [vendor/magento/framework/View/Layout.php:533]
  141. #34 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  142. #35 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Element/AbstractBlock.php:512]
  143. #36 MagentoFrameworkViewElementAbstractBlock->getChildHtml() called at [app/code/Mageplaza/AjaxLayer/view/frontend/templates/products.phtml:24]
  144. #37 include() called at [vendor/magento/framework/View/TemplateEngine/Php.php:59]
  145. #38 MagentoFrameworkViewTemplateEnginePhp->render() called at [vendor/magento/framework/View/Element/Template.php:271]
  146. #39 MagentoFrameworkViewElementTemplate->fetchView() called at [vendor/magento/framework/View/Element/Template.php:301]
  147. #40 MagentoFrameworkViewElementTemplate->_toHtml() called at [vendor/magento/framework/View/Element/AbstractBlock.php:668]
  148. #41 MagentoFrameworkViewElementAbstractBlock->toHtml() called at [vendor/magento/framework/View/Layout.php:557]
  149. #42 MagentoFrameworkViewLayout->_renderBlock() called at [vendor/magento/framework/View/Layout.php:533]
  150. #43 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  151. #44 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  152. #45 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  153. #46 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  154. #47 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  155. #48 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  156. #49 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  157. #50 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  158. #51 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  159. #52 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  160. #53 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  161. #54 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  162. #55 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  163. #56 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  164. #57 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  165. #58 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  166. #59 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:585]
  167. #60 MagentoFrameworkViewLayout->_renderContainer() called at [vendor/magento/framework/View/Layout.php:535]
  168. #61 MagentoFrameworkViewLayout->renderNonCachedElement() called at [vendor/magento/framework/View/Layout.php:488]
  169. #62 MagentoFrameworkViewLayout->renderElement() called at [vendor/magento/framework/View/Layout.php:954]
  170. #63 MagentoFrameworkViewLayout->getOutput() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  171. #64 MagentoFrameworkViewLayoutInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  172. #65 MagentoFrameworkViewLayoutInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  173. #66 MagentoFrameworkViewLayoutInterceptor->___callPlugins() called at [generated/code/Magento/Framework/View/Layout/Interceptor.php:39]
  174. #67 MagentoFrameworkViewLayoutInterceptor->getOutput() called at [vendor/magento/framework/View/Result/Page.php:258]
  175. #68 MagentoFrameworkViewResultPage->render() called at [vendor/magento/framework/View/Result/Layout.php:171]
  176. #69 MagentoFrameworkViewResultLayout->renderResult() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  177. #70 MagentoFrameworkViewResultPageInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  178. #71 MagentoFrameworkViewResultPageInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  179. #72 MagentoFrameworkViewResultPageInterceptor->___callPlugins() called at [generated/code/Magento/Framework/View/Result/Page/Interceptor.php:26]
  180. #73 MagentoFrameworkViewResultPageInterceptor->renderResult() called at [vendor/magento/framework/App/View.php:221]
  181. #74 MagentoFrameworkAppView->renderLayout() called at [app/code/Mageplaza/AjaxLayer/Controller/Search/Result/Index.php:149]
  182. #75 MageplazaAjaxLayerControllerSearchResultIndex->execute() called at [vendor/magento/framework/App/Action/Action.php:108]
  183. #76 MagentoFrameworkAppActionAction->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  184. #77 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  185. #78 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  186. #79 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->___callPlugins() called at [generated/code/Mageplaza/AjaxLayer/Controller/Search/Result/Index/Interceptor.php:26]
  187. #80 MageplazaAjaxLayerControllerSearchResultIndexInterceptor->dispatch() called at [vendor/magento/framework/App/FrontController.php:159]
  188. #81 MagentoFrameworkAppFrontController->processRequest() called at [vendor/magento/framework/App/FrontController.php:99]
  189. #82 MagentoFrameworkAppFrontController->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
  190. #83 MagentoFrameworkAppFrontControllerInterceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
  191. #84 MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/module-store/App/FrontController/Plugin/RequestPreprocessor.php:94]
  192. #85 MagentoStoreAppFrontControllerPluginRequestPreprocessor->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
  193. #86 MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/module-page-cache/Model/App/FrontController/BuiltinPlugin.php:69]
  194. #87 MagentoPageCacheModelAppFrontControllerBuiltinPlugin->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
  195. #88 MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterception{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
  196. #89 MagentoFrameworkAppFrontControllerInterceptor->___callPlugins() called at [generated/code/Magento/Framework/App/FrontController/Interceptor.php:26]
  197. #90 MagentoFrameworkAppFrontControllerInterceptor->dispatch() called at [vendor/magento/framework/App/Http.php:136]
  198. #91 MagentoFrameworkAppHttp->launch() called at [vendor/magento/framework/App/Bootstrap.php:258]
  199. #92 MagentoFrameworkAppBootstrap->run() called at [index.php:39]
  200. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement