KELE Posted July 25, 2020 Share Posted July 25, 2020 Hi Guys, I have disable a language module, and the website get ruined. The debug mode shows me at first the problem is with putenv, - OK, solved. Now I can´t solve this: [PrestaShopDatabaseException] Unknown column 'option_value' in 'field list' SELECT option_value FROM `psjg_revslider_options` WHERE `option_name`='revslider-global-settings' 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, ' ' . $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 697 - classes/db/Db.php] - [2 Arguments] DbCore->getValue - [line 193 - modules/revsliderprestashop/includes/revslider_db.class.php] - [1 Arguments] RevDbEngine->get_var - [line 639 - modules/revsliderprestashop/revslider-loader.php] - [1 Arguments] get_option - [line 2092 - modules/revsliderprestashop/includes/operations.class.php] - [2 Arguments] RevSliderOperations::getGeneralSettingsValues - [line 491 - modules/revsliderprestashop/revsliderprestashop.php] RevsliderPrestashop->hookdisplayHeader - [line 970 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 355 - classes/Hook.php] - [3 Arguments] HookCore::callHookOn - [line 907 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 556 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initContent - [line 37 - controllers/front/IndexController.php] IndexControllerCore->initContent - [line 292 - classes/controller/Controller.php] ControllerCore->run - [line 515 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Any Idea, where can I find the problem? Link to comment Share on other sites More sharing options...
KELE Posted July 25, 2020 Author Share Posted July 25, 2020 Solved Link to comment Share on other sites More sharing options...
madeseu Posted February 24, 2021 Share Posted February 24, 2021 En 25/7/2020 a las 7:53 PM, KELE dijo: Solved Hello, Could you please share with the community how did you solve the problem? I have the same issue. Thanks! Link to comment Share on other sites More sharing options...
Pramila Shivane Posted September 9, 2021 Share Posted September 9, 2021 On 7/25/2020 at 7:20 PM, KELE said: Hi Guys, I have disable a language module, and the website get ruined. The debug mode shows me at first the problem is with putenv, - OK, solved. Now I can´t solve this: [PrestaShopDatabaseException] Unknown column 'option_value' in 'field list' SELECT option_value FROM `psjg_revslider_options` WHERE `option_name`='revslider-global-settings' 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, ' ' . $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 697 - classes/db/Db.php] - [2 Arguments] DbCore->getValue - [line 193 - modules/revsliderprestashop/includes/revslider_db.class.php] - [1 Arguments] RevDbEngine->get_var - [line 639 - modules/revsliderprestashop/revslider-loader.php] - [1 Arguments] get_option - [line 2092 - modules/revsliderprestashop/includes/operations.class.php] - [2 Arguments] RevSliderOperations::getGeneralSettingsValues - [line 491 - modules/revsliderprestashop/revsliderprestashop.php] RevsliderPrestashop->hookdisplayHeader - [line 970 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 355 - classes/Hook.php] - [3 Arguments] HookCore::callHookOn - [line 907 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 556 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initContent - [line 37 - controllers/front/IndexController.php] IndexControllerCore->initContent - [line 292 - classes/controller/Controller.php] ControllerCore->run - [line 515 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Any Idea, where can I find the problem? hello how to slove it this problem please tell me Link to comment Share on other sites More sharing options...
JBW Posted September 15, 2021 Share Posted September 15, 2021 In the orginal post the issue seems to be related to module revslider - if you use this module try to disable it. Otherwise post your individual error message here 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