hi all, i'm having a problem with this plugin. everything is working fine on localhost, but now i've uploaded everything on my host server and when i try to upload a new image in a gallery, i obtain this error for every single image i try to upload:
ERROR HTTP ERROR: imagename.jpg: 500
i tried modifying my .htaccess adding the following lines:
<IfModule mod_security.c>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
but nothing changes.
using this fix i also got an "internal server error".
i don't what else i can do :(