When I go to save a setting for a style in admin cp I get this error.
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
The settings for these are as follows...
suhosin.get.max_value_length = 8192
suhosin.post.max_vars 4096
suhosin.request.max_vars 4096
suhosin.cookie.encrypt Off