The Arcive of vBulletin Modifications Site. |
|
|
[Tip] Having Suhosin Module Problems? Try this
Here is a tip for any one who is having trouble with the Suhosin module in vbulletin. It was bugging me for a long time. I have it originally posted HERE in my admin blog for my website. I was getting the following errors: * When trying to update the CSS of my style Quote:
Quote:
Here is that my host did and solved it: 1. Open notepad or any text editor 2. Copy the code below into it 3. Code:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
5. Upload to your admincp folder The difference being to add it to the admincp folder and not your forum root. It seemed to make all the difference. I hope it helps some one. http://www.paintballer.ie |
|
#2
|
||||
|
||||
|
Worked for me. Thanks!
|
|
#3
|
||||
|
||||
|
Yes buddy, it is working.
Thanx a tons. |
![]() |
|
|