CSS Error Message

NyCrAzY

New Member
I was editing my CSS, then I clicked 'save' , and then I got this 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

Help please.

Thanks.

(I use 3.7.3 patch 1)
 
Try this:

1.Open ur Notepad and paste this code:

Code:
RewriteEngine off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048

2.Save file as ".htaccess" (use quotes in name)
3.Upload file to ur forum root directory.

Hope this helps.
 
Back
Top