I am using the VBShout lite version and it is working Ok except for the fact I have a error to change my .htaccess file.
Unfortunately I don't have a .htaccess file because it's not an Apache server.
The host says they run Lighttpd and this can be adjusted from the php.ini file in the control panel.
I am not familiar with Lighttpd at all and would rather ask then break something. I know this is not your issue but it is mine.
I hope this will help to speed things up a bit on the forum. If you could tell me how to accomplish this or direct me to a link to learn this I would appreciate it.
Thank You in advance.
Unfortunately I don't have a .htaccess file because it's not an Apache server.
You appear to have Suhosin installed on your server and configured to be too
restrictive for vBulletin and vBShout 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
These are the values vBulletin Support Staff suggest.
The host says they run Lighttpd and this can be adjusted from the php.ini file in the control panel.
I am not familiar with Lighttpd at all and would rather ask then break something. I know this is not your issue but it is mine.
I hope this will help to speed things up a bit on the forum. If you could tell me how to accomplish this or direct me to a link to learn this I would appreciate it.
Thank You in advance.