Jump to content

PrestaShop 1.5.4.1 can't save or edit anything


petb

Recommended Posts

Can you check on your host (ask your host) if "mod_security" is turned on? Tell them it maybe interferes with your E-commerce shop and want them to turn it off.

 

If that doesn't work, try to turn on debug mode, and see if you get any error.

 

config//defines.inc.php:

 

/* Debug only */
define('_PS_MODE_DEV_', true);
if (_PS_MODE_DEV_)
 
 
pascal
Link to comment
Share on other sites

 

Can you check on your host (ask your host) if "mod_security" is turned on? Tell them it maybe interferes with your E-commerce shop and want them to turn it off.

 

If that doesn't work, try to turn on debug mode, and see if you get any error.

 

config//defines.inc.php:

 

/* Debug only */
define('_PS_MODE_DEV_', true);
if (_PS_MODE_DEV_)
 
 
pascal

 

Pascal thanks for the reply

 

I have set the debug on ,but i see no error still the same problem.

I must ask my provider to see if they can do something.

 

Thanks.

Edited by petb (see edit history)
Link to comment
Share on other sites

  • 6 months later...

Hi

For those who are still searching for the solution:

 

http://www.prestashop.com/forums/topic/300347-help-cannot-edit-product-save-or-save-and-stay-not-work/

 

It worked for me :) Many thanks to Wasper.

 

If you dont have permissions to access your php.ini file (or you don't know where to find it), you can add this:

 

php_value max_input_vars 3500  

 

at the end of your .httaccess file. Works in most cases (php have to be installed as "Apache handler" - check "Server" info in phpinfo file)

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