• Hi there!

    I have a new projects and everything was going fine before I tried to upload a new image to my server. Since then (since 2 hours ago) I’ve been trying a lot of suggestions to my problem that I found here and on Google.

    I got the HTTP error and I simple can’t upload any media. Here what I did already:

    – Deactivated all plugins
    – Changed wp-content/uploads folder permissions
    – Reinstalled WordPress (I have the last version)
    – Applied some code on functions, wp-config and htacess.

    Nothing happened. I’m getting mad with this. I have a lot of WordPress websites and when I got this error (a long time ago) I remember I solved it fast.

    Any help? I’m in a hurry to get this website online.

    Thanks in advance.

    Bruno

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!

    Could you verify that you have enough (64MB or more) server memory allocated to PHP in your server configuration settings?

    You can also add this to your wp-config.php file:

    define('WP_MEMORY_LIMIT', '64MB');

    Thread Starter dothedance

    (@dothedance)

    Yes, I already tried that code. I’m trying upload images with 50kb. On every other website, on the same server, I can upload without any problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTTP Error Uploading Media’ is closed to new replies.