Status
Not open for further replies.

s3ponline

Customer
You appear to have Suhosin installed on your server and configured to be too restrictive for vBulletin and vBMail to work correctly.

Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.

If you encounter this issue, you can work around this by adding the following code to your .htaccess file:

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.get.max_vars 2048
php_value suhosin.post.max_vars 2048

These are the values vBulletin Support Staff suggest.

What happens if I use NGINX? :(
 
You'll need to change those variables via php.ini or via the suhosin config file.

Or just disable it outright as all it does is cause script bugs... xD jk

(sorta)
 
Changing the config files, read the Suhosin documentation if you need to know what to change where :)
 
Since you enabled Suhosin I have to assume you read the documentation so you know exactly what it does et al :p

Seriously though, a quick Google search will probably find you the documentation :)
 
Since you enabled Suhosin I have to assume you read the documentation so you know exactly what it does et al :p

Seriously though, a quick Google search will probably find you the documentation :)

I’m not the only person who works on my server.
 
Ah okay, you can have your tech team look at the Suhosin config then - I have no experience configuring it so I wouldn't be able to tell you where specifically to set those options unfortunately :(
 
Status
Not open for further replies.

Legacy vBMail

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
732
Customer rating
0.00 star(s) 0 ratings
Back
Top