Everything else seems to work fine. Only occurs when clicking on the upload Photo button. Using 1.7.1
Everything else seems to work fine. Only occurs when clicking on the upload Photo button. Using 1.7.1
The issue is a Apache mod_security rule which is a Web Application Layer Firewall. So anyway, based on various rules it can be triggered by a mod_sec rule and the activity is blocked. https://www.modsecurity.org/A couple of rules were necessary to change and carried out by my hosting site. The security module doesn't need to be turned off (and they dont like to anyway). They simply whitelist the rules to work with your domain.Well, anyway all is working great and if this happens to someone else it was quite an easy fix.Mark it as resolved! I got photos to uploads :o)
Yes, it is a security module enabled on your server. Contact your hosting provider support to disable it completely or configure properly.@ross
What to write to Godaddy specifically about this?
or if they do not reply (like they usually do not) I should add:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
to my .htaccess file?
as stated here
http://stackoverflow.com/questions/12928360/how-can-i-disable-mod-security-in-htaccess-file
Still no reply from Godaddy.
Is there any other way?