PDA

View Full Version : Suhosin error


ese
11-26-2008, 09:45 AM
Hi

i've just installed the forum.
when i try to edit css colors and save the result 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

Any idea what can i do.

Dismounted
11-26-2008, 10:10 AM
Add or edit an .htaccess file in your root forum directory and add these lines to it:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048

snakes1100
11-26-2008, 11:03 AM
Not all hosts allow php_flag or php_value in .htaccess files, you may need to add them to a php.ini file in your public_html/root folder if your on a vhost server and not a vps or dedicated server.

kriscad
11-30-2008, 02:35 AM
Not all hosts allow php_flag or php_value in .htaccess files, you may need to add them to a php.ini file in your public_html/root folder if your on a vhost server and not a vps or dedicated server.

check your pms

im trying to pay you!

Marco van Herwaarden
12-01-2008, 11:37 AM
Why would you need to pay anyone?

PS Offering payment outside the Paid Requests forum is not allowed.