oleq_30 Posted May 6, 2020 Share Posted May 6, 2020 Witam strona po 3 -4 tygodniach pracy zaczęła się dziwnie zachowywac , nie zapisuje w ogóle ustawień , ustawień modułów, zahaczania modułów na stronie , nie pokazuje nawet takich prostych zmian jak np zmiana nazwy kategorii , tzn. po zmianie np nazwy z MENU na ZABAWKI , na stronie dalej jest MENU a w BACK OFFICE nazwe pokazuje ZABAWKI .po debugowaniu błędów pokazuje np : PrestaShopDatabaseException] Table 'paulaskl_pr1.pr_layered_filter' doesn't exist SELECT * FROM pr_layered_filter ORDER BY date_add DESC at line 791 in file classes/db/Db.php 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 790. if ($sql) { 791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 792. } 793. 794. throw new PrestaShopDatabaseException($this->getMsgError()); 795. } 796. } DbCore->displayError - [line 425 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 643 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 1648 - modules/blocklayered/blocklayered.php] - [1 Arguments] BlockLayered->getContent - [line 868 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1117 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] nie mam pojecia co sie rozsupało ale to po miesiacu juz drugi raz Link to comment Share on other sites More sharing options...
endriu107 Posted May 6, 2020 Share Posted May 6, 2020 Błąd z komunikatu wskazuje na brak tabeli modułu filtrów produktu, przeinstalowanie modułu powinno rozwiązać ten błąd z tym że całościowo oba błędy mogą być powiązane np. tym że możesz mieć już zapełnioną bazę danych i będziesz musiał przydzielić dla bazy więcej przestrzeni. Link to comment Share on other sites More sharing options...
oleq_30 Posted May 6, 2020 Author Share Posted May 6, 2020 problem w tym że w bazie jest taka tabela i to pusta Link to comment Share on other sites More sharing options...
endriu107 Posted May 7, 2020 Share Posted May 7, 2020 Masz dostępne miejsce w bazie danych? Link to comment Share on other sites More sharing options...
oleq_30 Posted May 7, 2020 Author Share Posted May 7, 2020 tak , ale z tego co zauwazyłem , presta nie zapisuje w bazie zmian ustawień i konfiguracji modułów Link to comment Share on other sites More sharing options...
Jacekalex Posted May 19, 2020 Share Posted May 19, 2020 Lepiej przywróc sklep i bazę danych z ostatniego działającego backupu, zamiast kombinować jak koń pod górkę. Być może ktoś dodał Ci do sklepu np koparkę krytowalut i przy okazji posypał się kawałek skrytów albo bazy. Mogl też być np błąd systemu plików, który uszkodził tablelę bazy danych, albo samego serwera bazy danych. MYSQL_REPAIR zrobiłeś na bazie sklepu? 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