The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Please help urgent
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 |
#2
|
||||
|
||||
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) |
#3
|
|||
|
|||
where would i find that file lol
|
#4
|
||||
|
||||
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 HTML Code:
@import url("clientscript/vbulletin_css/style-e8casdas63-0007.css"); |
#5
|
|||
|
|||
i dont think it stored them. its a white screen dont show anything.
|
#6
|
||||
|
||||
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. |
#7
|
|||
|
|||
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 |
#8
|
|||
|
|||
i dont think those work
|
#9
|
||||
|
||||
The first thing suggested was to contact your host. Have you done that?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|