Common Problem

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


Solutions Please:
But other than the common solutions as under:
Code: 
-----------------------
create php.ini (or .htaccess if php.ini doesn't work) in the admincp folder with this code:

php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048 

-----------------------
-----------------------

You can disable it by creating a ".htaccess" file in your forum directory with this code in it:

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048

-----------------------
Already tried these solutions! Both fail!
Webestrian Reviewed by Webestrian on . Suhosin Problem! Common Problem 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 Rating: 5