View Full Version : Please help urgent
james trevel
10-27-2008, 02:25 AM
everytime i try to edit my styles i get this message, can anyone help me what to do?
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
veenuisthebest
10-27-2008, 02:32 AM
Its a common error that we face on shared hosting.
You need to contact your host and tell him about this error. He will solve this problem by increasing the value of those suhosin vars.
For a quick workaround, you can directly edit your .CSS file from clientscript/vbulletin_css (if you store them in files ofcourse)
james trevel
10-27-2008, 02:34 AM
where would i find that file lol
veenuisthebest
10-27-2008, 02:38 AM
told you already.
yoursite.com/forum/clientscript/vbulletin_css (if you store them in files ofcourse)
You may have multiple .CSS files there so look in source of your site and notice the exact css file that is imported in the code like this
@import url("clientscript/vbulletin_css/style-e8casdas63-0007.css");
Then simply edit what you want and upload/overwrite.
james trevel
10-27-2008, 02:43 AM
i dont think it stored them. its a white screen dont show anything.
veenuisthebest
10-27-2008, 02:45 AM
If your vbulletin_css folder is empty then as I said, you are NOT storing them in files (which you should have done)
anyways.. simply contact your host, thats the only and permanent solution for this. Ask them to increase the values of suhosin vars.
snakes1100
10-27-2008, 10:18 AM
You can also try the following:
1. Create a php.ini file in your public_html/root folder and add these variables to it and save.
php_value suhosin.post.max_vars = valuehere
php_value suhosin.request.max_vars = valuehere
2. Create a .htaccess file in your public_html/root folder and place these variables in it and save.
php_value suhosin.post.max_vars = valuehere
php_value suhosin.request.max_vars = valuehere
or
Some hosts dont allow php variables in a a htaccess file, try it this way if the other doesnt work.
suhosin.post.max_vars = valuehere
suhosin.request.max_vars = valuehere
james trevel
10-27-2008, 11:15 PM
i dont think those work:(
Lynne
10-28-2008, 02:34 AM
The first thing suggested was to contact your host. Have you done that?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.