mtoya Posted January 29, 2020 Share Posted January 29, 2020 Buenos días Tenemos un problema con una web en la que al acceder a las categorías nos aparece el siguiente error tras activar el modo debug : Hemos buscado información, tratado de reparar la tabla, pero no hay forma de solucionarlo. ¿Alguna pista? Muchas gracias [PrestaShopDatabaseException] Table 'patchwor_pres403.psbg_layered_filter_block' doesn't exist SELECT data FROM psbg_layered_filter_block WHERE hash="126d47bb1e69812c97b83e38b17ca992" LIMIT 1 at line 769 in file classes/db/Db.php 764. if ($webservice_call && $errno) { 765. $dbg = debug_backtrace(); 766. WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97); 767. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 768. if ($sql) { 769. throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>'); 770. } 771. 772. throw new PrestaShopDatabaseException($this->getMsgError()); 773. } 774. } DbCore->displayError - [line 385 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 663 - classes/db/Db.php] - [1 Arguments] DbCore->getRow - [line 161 - modules/ps_facetedsearch/src/Filters/Block.php] - [1 Arguments] PrestaShop\Module\FacetedSearch\Filters\Block->getFromCache - [line 166 - modules/ps_facetedsearch/src/Product/SearchProvider.php] - [1 Arguments] PrestaShop\Module\FacetedSearch\Product\SearchProvider->runQuery - [line 311 - classes/controller/ProductListingFrontController.php] - [2 Arguments] ProductListingFrontControllerCore->getProductSearchVariables - [line 545 - classes/controller/ProductListingFrontController.php] ProductListingFrontControllerCore->doProductSearch - [line 137 - controllers/front/listing/CategoryController.php] - [2 Arguments] CategoryControllerCore->initContent - [line 281 - classes/controller/Controller.php] ControllerCore->run - [line 511 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
joseantgv Posted January 29, 2020 Share Posted January 29, 2020 Reinicia el módulo ps_facetedsearch. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now