Hi,
I am receiving HTTP Error – Crinching error on my wordpress blog when I try to upload image through the image uploader. To resolve this I have done some trick which has resolved the issue. These are the steps which I have taken:
1) Add this code in .htaccess file of the wordpress blog:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
2) Change the permissions of upload folder to 755.
3) Go to your WordPress Admin then Settings – Misc. Set ‘Store uploads in this folder’ to: wp-content/uploads and leave Full URL path to files blank.
Now, I have tried to upload the image which has fixed the issue. I could suceesfully upload the image on the wordpress blog.
Thanks,
Shane G.





