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.

Popularity: 6%

Related posts:
  1. Case Study: Image Upload Problem In Wordpress Blog Hi, Problem Summary: When trying to upload image/video to the...
  2. Case Study: RSS Error: WP HTTP Error: name lookup timed out – Wordpress Blog Hi, Problem Summary: I have tried to upgrade plugins and...
  3. Case Study: XML Parsing Error: XML or text declaration not at start of entity Hi, Problem Summary: Receiving this error message When we have...
  4. Case Study: MySQL Error 28 In wordpress blog Hi, Problem Description: I am running with wordpress 2.7.1 and...
  5. Case Study – PHP Fatal Error: Out Of Memory Hi, Problem Summary: I am receiving this error message on...

Leave a Reply

You must be logged in to post a comment.