• When I’m uploading photos or videos into my posts the following is displaying:

    Http error.

    There is no option to edit photo as it is stated that the file is not existing. I checked this with my server provider and everything seems fine.

    I will be grateful for any suggestions how to resolve?

    Thanks,
    Aga

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s a server security issue; Try inserting this code into your WordPress .htaccess file.

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>
    Thread Starter SippingSardinia

    (@sippingsardinia)

    Thanks for quick answer.

    I put this code but it is not actually working. WordPress sees the small files but not bigger dimension like 3906×2602. It is strange as I had no problem with those files before. I have check wp-content/uploads and all photos are there but when I want to edit them, wordpress is asking me to upload the photo again.

    Any suggestions?

    but not bigger dimension like 3906×2602.

    I would strongly recommend that you reduce the size of the images you upload to less than 2000px wide for a number of reasons. If you continue to see HTTP errors, you will need to contact your hosts about it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Http error.’ is closed to new replies.