The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Error when I try to add CSS
I get this error when I try to add CSS to my forum in admincp > stylesmanager > Main CSS:
Code:
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
|
||||
|
||||
Check your PHP info page to see if suhosin is installed as a module. If it is, this could be the cause of this problem. To fix this, add or edit an .htaccess file in your root forum directory and add these lines to it:
Code:
php_flag suhosin.cookie.encrypt Off php_value suhosin.request.max_vars 2048 php_value suhosin.post.max_vars 2048 |
#3
|
|||
|
|||
Hey all I also got this error while editing image urls to show the full url of my site so they could be detected by vbacmps.
I added the above code to my root .htaccess and created an htaccess in /forums directory with the same code but still recieve the same error when saving the style. I do have Suhosin installed on my server. Thanks for any help you might be able to give, Steve |
#4
|
|||
|
|||
Are there other options to fix this? I am getting the same problem. I emailed my host and they said:
Quote:
Quote:
|
#5
|
||||
|
||||
Did you try the htaccess method? Did you ask your host if they would allow you to change the variables via htaccess?
|
#6
|
|||
|
|||
Yes I added the code in the .htaccess and it didn't do anything for me. All I got from them was they would continue looking into the matter, but it has been a week and a half now.
Do they have to allow me to be able to change the variables for it to work? |
#7
|
||||
|
||||
Either the variables will have to be changed or the module needs to be disabled.
|
#8
|
|||
|
|||
... i would suggest changing host... if their PHP restrictions are that high, i suppose they are not good at supporting your installation, which will bring you more trouble in the future...
|
#9
|
|||
|
|||
i have this also
my mac doesnt let me have . somthing files? so i saved as htaccess then added the dot when i uploaded it and then went on my forum and i got an error page? do i need to put somthing else in the file? i uploaded to the forum root/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|