Jump to content

error in configuring or enabling and disabling modules


bhushan98@gmail.com

Recommended Posts

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 by [email protected] (see edit history)
Link to comment
Share on other sites

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. }

 

 

Pl. advice

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...