Jump to content

FacetedSearch error table layered indexable attribute group


Recommended Posts

[PrestaShopDatabaseException]

Table 'table_pr3.pr_layered_indexable_attribute_group_lang_value' doesn't exist<br /><br /><pre>SELECT url_name, meta_title FROM pr_layered_indexable_attribute_group_lang_value WHERE id_attribute_group=1 AND id_lang=1 LIMIT 1</pre>
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 610 - modules/ps_facetedsearch/src/Filters/Block.php] - [1 Arguments]

PrestaShop\Module\FacetedSearch\Filters\Block->getAttributeGroupLayeredInfos - [line 749 - modules/ps_facetedsearch/src/Filters/Block.php] - [2 Arguments]

PrestaShop\Module\FacetedSearch\Filters\Block->getAttributesBlock - [line 134 - modules/ps_facetedsearch/src/Filters/Block.php] - [3 Arguments]

PrestaShop\Module\FacetedSearch\Filters\Block->getFilterBlock - [line 171 - modules/ps_facetedsearch/src/Product/SearchProvider.php] - [2 Arguments]

PrestaShop\Module\FacetedSearch\Product\SearchProvider->runQuery - [line 307 - classes/controller/ProductListingFrontController.php] - [2 Arguments]

ProductListingFrontControllerCore->getProductSearchVariables - [line 580 - classes/controller/ProductListingFrontController.php]

ProductListingFrontControllerCore->doProductSearch - [line 137 - controllers/front/listing/CategoryController.php] - [2 Arguments]

CategoryControllerCore->initContent - [line 306 - classes/controller/Controller.php]

ControllerCore->run - [line 518 - classes/Dispatcher.php]

DispatcherCore->dispatch - [line 28 - index.php]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...