Quote:
Originally Posted by Ranger187
I figured it out.....
MOD_SECURITY on linux boxes disables this plugin from working...
edit/create .htaccess
Add
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Place this in the root of the forum. Done. 
|
Ranger - Thanks for this... after the upgrade lots of users were complaining of problems, and this fixed it straight-away.