konsul41 Posted September 12, 2023 Share Posted September 12, 2023 Błąd jest związany z kliknieciem w index.php?controller=prices-drop index.php?controller=new-products index.php?controller=best-sales Gdzie szukać problemu? Komunikat po włączeniu debug: [Wyjątek PrestaShop] SQLSTATE[42S22]: Nie znaleziono kolumny: 1054 Nieznana kolumna „kontroler” w „klauzuli Where” w linii 151 w plikuclasses/db/DbPDO.php 146. chroniona funkcja _query($sql) 147. { 148. try { 149. return $this->link->query($sql); 150. } catch (\PDOException $wyjątek) { 151. rzut nowy PrestaShopException($exception->getMessage(), (int) $exception->getCode(), $exception); 152. } 153. } 154. 155. /** 156. * Zwraca następny wiersz ze zbioru wyników. DbPDOCore->_query - [linia 377 -classs/db/Db.php] DbCore->query - [linia 614 -classs/db/Db.php] DbCore->executeS - [linia 61 - moduły/ps_facetedsearch/src/Filters/Provider.php] PrestaShop\Module\FacetedSearch\Filters\Provider->getFiltersForQuery - [linia 258 - moduły/ps_facetedsearch/src/Filters/Converter.php] PrestaShop\Module\FacetedSearch\Filters\Converter->createFacetedSearchFiltersFromQuery - [linia 155 - moduły/ps_facetedsearch/src/Product/SearchProvider.php] PrestaShop\Module\FacetedSearch\Product\SearchProvider->runQuery - [linia 335 -classs/controller/ProductListingFrontController.php] ProductListingFrontControllerCore->getProductSearchVariables - [linia 613 - klasy/kontroler/ProductListingFrontController.php] ProductListingFrontControllerCore->doProductSearch - [linia 137 - kontrolery/front/listing/CategoryController.php] CategoryControllerCore->initContent - [linia 319 -classs/controller/Controller.php] ControllerCore->run - [linia 510 -classs/Dispatcher.php] DispatcherCore->dispatch - [linia 28 - indeks.php] Quote Link to comment Share on other sites More sharing options...
0 konsul41 Posted September 12, 2023 Author Share Posted September 12, 2023 (edited) Dodałem kolumnę "controller" do tabeli pr_layered_category, nie ma błędu, ale czy to jest dobre rozwiązanie? Edited September 12, 2023 by konsul41 (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted September 12, 2023 Share Posted September 12, 2023 Najlepsza opcja to zresetowanie tego modułu. Link to comment Share on other sites More sharing options...
Question
konsul41
Błąd jest związany z kliknieciem w
Gdzie szukać problemu?
Komunikat po włączeniu debug:
[Wyjątek PrestaShop]
SQLSTATE[42S22]: Nie znaleziono kolumny: 1054 Nieznana kolumna „kontroler” w „klauzuli Where”
w linii 151 w plikuclasses/db/DbPDO.php
146. chroniona funkcja _query($sql) 147. { 148. try { 149. return $this->link->query($sql); 150. } catch (\PDOException $wyjątek) { 151. rzut nowy PrestaShopException($exception->getMessage(), (int) $exception->getCode(), $exception); 152. } 153. } 154. 155. /** 156. * Zwraca następny wiersz ze zbioru wyników.
DbPDOCore->_query - [linia 377 -classs/db/Db.php]
DbCore->query - [linia 614 -classs/db/Db.php]
DbCore->executeS - [linia 61 - moduły/ps_facetedsearch/src/Filters/Provider.php]
PrestaShop\Module\FacetedSearch\Filters\Provider->getFiltersForQuery - [linia 258 - moduły/ps_facetedsearch/src/Filters/Converter.php]
PrestaShop\Module\FacetedSearch\Filters\Converter->createFacetedSearchFiltersFromQuery - [linia 155 - moduły/ps_facetedsearch/src/Product/SearchProvider.php]
PrestaShop\Module\FacetedSearch\Product\SearchProvider->runQuery - [linia 335 -classs/controller/ProductListingFrontController.php]
ProductListingFrontControllerCore->getProductSearchVariables - [linia 613 - klasy/kontroler/ProductListingFrontController.php]
ProductListingFrontControllerCore->doProductSearch - [linia 137 - kontrolery/front/listing/CategoryController.php]
CategoryControllerCore->initContent - [linia 319 -classs/controller/Controller.php]
ControllerCore->run - [linia 510 -classs/Dispatcher.php]
DispatcherCore->dispatch - [linia 28 - indeks.php]
Link to comment
Share on other sites
2 answers to this question
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