Log in

View Full Version : Style manager php problem?


Dinasaw
10-05-2008, 08:51 PM
Required variables have gone missing and execution can not continue. Please try again.

This error can sometimes occur as a result of Suhosin / Hardened PHP being installed on your server. If you know that you have Suhosin running and you have access to the PHP configuration, try increasing the value of the following variables:

* php_value suhosin.post.max_vars
* php_value suhosin.request.max_vars

* All our admins keep getting that when we try to edit any style in style manager.

Any help?

Marco van Herwaarden
10-06-2008, 07:48 AM
Did you read and follow the suggestion in the error message?

Dinasaw
10-06-2008, 04:07 PM
Yes, i am able to edit the PHP variables, what should they be edited too?

Dismounted
10-07-2008, 05:00 AM
Try:
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048

Dinasaw
10-07-2008, 11:54 AM
still not working :(

Marco van Herwaarden
10-07-2008, 12:48 PM
Check your webserver error log files and contact your host for a solution.