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: RSS Error: WP HTTP Error: name lookup timed out – WordPress Blog Hi, Problem Summary: I have tried to upgrade plugins and...
  2. Case Study: MySQL Error 28 In wordpress blog Hi, Problem Description: I am running with wordpress 2.7.1 and...
  3. Case Study: Permalink 404 error on WordPress Blog Hi, Problem summary: Permalink 404 arise thrown when change the...
  4. Case Study: XML Parsing Error: XML or text declaration not at start of entity Hi, Problem Summary: Receiving this error message When we have...
  5. Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog Hi, Problem Summary: Whenever I login into wordpress admin area,...

Leave a Reply

You must be logged in to post a comment.