Log in

View Full Version : Error when trying to set width of logo.jpg


solution24
08-02-2008, 03:04 PM
Hello,

I have the titanium template by extreme pixels...In Style Manager I go to Main CSS, and go to change the "width = 245px" to "width = 605px".

When I change it and go to save.

I get this error 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-02-2008, 03:58 PM
You need to post for help in the style thread/forum.

(Actually, do a search on suhosin and you will see this talked about.)

solution24
08-02-2008, 04:00 PM
nah,

Already fixed it myself.

I just had to place php.ini file in my admin cp folder, with these codes:

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