Log in

View Full Version : error help


Thug
08-14-2009, 06:07 PM
when i try submit a template change iget this error

vBulletin Message

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

Lynne
08-14-2009, 06:23 PM
The error is pretty clear. You have suhosin installed and the values of those two variables need to be increased. If you can't do that yourself, then you should ask your host to do it.

Thug
08-14-2009, 06:25 PM
im unsure as to where i would update these values? cpanel or sumthing hmmm

Lynne
08-14-2009, 06:41 PM
In your php configuration file.

vB Tree
08-14-2009, 06:48 PM
I'm assuming you have a shared account with a hosting provider, if you can, use a php.ini file to correct this. If you do no have this permission, you will have to contact your host and ask them to make the changes.