[email protected] Posted July 14, 2016 Share Posted July 14, 2016 (edited) my version :1.6.1.5 Sir In my site I am having problem in configuring modules. I see that I can't enable/disable a modules even I can;t configure any modules. Even if I enable or disable a module the screen refreshes and the new screen is same as previous as the module remains as previous state. If I filter modules on the basis of installed/uninstalled or enabled or disabled or both screen refreshes but the drop down list appears as previous state. In image slider I am not able to delete or update an image. I am not sure but I am experiencing this problem after : 1. stating multistore 2. after installing SLIDEREVERYWHERE 1.6.41. module. Now I have uninstalled this module but the problem is same. Pl. guide how to solve the issues. Thanks Edited July 14, 2016 by [email protected] (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2016 Share Posted July 15, 2016 turn on error reporting then try to reproduce the problem there is a chance that some php error will appear, if so - paste them here Link to comment Share on other sites More sharing options...
[email protected] Posted July 15, 2016 Author Share Posted July 15, 2016 turn on error reporting then try to reproduce the problem there is a chance that some php error will appear, if so - paste them here Thanks Sir, I enabled error reporting by : this correction : /* Debug only */ define('_PS_MODE_DEV_', true); I have this error even just logging into my site admin panel [PrestaShopDatabaseException]Operation not allowed when innodb_forced_recovery > 0. INSERT INTO `pskx_configuration` (`id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES (NULL, NULL, 'SLIDERSEVERYWHERE_SETS', 'YTo4OntzOjc6InZlcnNpb24iO3M6NjoiMS42LjQxIjtzOjExOiJuZWVkX3VwZGF0ZSI7aTowO3M6MTE6InVwZGF0ZV90aW1lIjtpOjA7czozOiJDTVMiO2k6MDtzOjM6IkNBVCI7aTowO3M6NjoiaW1nX3FsIjtpOjkwO3M6MTE6Im1lZGlhX3N0ZXBzIjthOjM6e2k6MDtzOjM6Im1heCI7aToxO3M6NDoiMTE5OSI7aToyO3M6MzoiOTg5Ijt9czoxMToicGVybWlzc2lvbnMiO2E6Mjp7czo1OiJob29rcyI7aTowO3M6NToic2l6ZXMiO2k6MDt9fQ==', '2016-07-15 07:45:47', '2016-07-15 07:45:47') 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 763 - classes/db/Db.php] - [1 Arguments] DbCore->q - [line 514 - classes/db/Db.php] - [2 Arguments] DbCore->insert - [line 446 - classes/Configuration.php] - [3 Arguments] ConfigurationCore::updateValue - [line 1060 - modules/homesliderpro/homesliderpro.php] - [2 Arguments] HomeSliderPro->saveConfig - [line 80 - modules/homesliderpro/homesliderpro.php] - [2 Arguments] HomeSliderPro->__construct - [line - ] ReflectionClass->newInstance - [line 124 - Core/Foundation/IoC/Core_Foundation_IoC_Container.php] Core_Foundation_IoC_Container->makeInstanceFromClassName - [line 157 - Core/Foundation/IoC/Core_Foundation_IoC_Container.php] - [2 Arguments] Core_Foundation_IoC_Container->doMake - [line 170 - Core/Foundation/IoC/Core_Foundation_IoC_Container.php] - [2 Arguments] Core_Foundation_IoC_Container->make - [line 52 - Adapter/Adapter_ServiceLocator.php] - [1 Arguments] Adapter_ServiceLocator::get - [line 1142 - classes/module/Module.php] - [1 Arguments] ModuleCore::coreLoadModule - [line 1107 - classes/module/Module.php] - [1 Arguments] ModuleCore::getInstanceByName - [line 522 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 2734 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->init - [line 170 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Pl. advice Link to comment Share on other sites More sharing options...
musicmaster Posted July 15, 2016 Share Posted July 15, 2016 A bit of searching on the internet gives that you should set innodb_forced_recovery in my.cnf to zero. Did you try that? Link to comment Share on other sites More sharing options...
[email protected] Posted July 15, 2016 Author Share Posted July 15, 2016 A bit of searching on the internet gives that you should set innodb_forced_recovery in my.cnf to zero. Did you try that? Sir, In which directory I can find my.cnf thanks 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