• Hi there

    I know, there are a lot of posts about this upload file size error.
    I have checked a lot of them and I tried:
    – modify .htaccess
    – created php.ini in wp-admin folder
    – created php-ini.php in wp-admin folder
    In the mean time, under the button “Select Files” it says:
    “Maximum upload file size: 977 GB.” ??
    But still, when I try to upload a 1.5 MB image, I get HTTP-Error
    and the file is cut at 1 MB.

    What else can be the problem ??
    I am using WP 4.1.5, Unik theme and WooCommerce

    Thanks for any help
    Frank

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Frank,

    Can you verify in which folders you modified the .htaccess, and what changes you made to it?

    Also, if you are on a shared server, your host may have a php.ini which overrides your changes, and which may have that 1MB upload limit. I would suggest you contact them as well to eliminate that possibility.

    Another thing that can help us sort this out, is for you to create a new file called somethingblah.php, and have the following code in it:
    <?php phpinfo(); ?>

    Upload somethingblah.php to your server, and visit the page in your browser. This file will show you the actual configuration that PHP is set up with.

    Look through the list for
    upload_max_filesize
    and
    post_max_size
    as well as
    loaded configuration file

    Delete somethingblah.php when you have those values written down.

    With that information, we should be able to point you in the right direction.

    Best regards

    Thread Starter frank.uray

    (@frankuray)

    Hi and thank you for your message ??
    I have loaded phpinfo:
    – upload_max_filesize (1000000M, 100M)
    – post_max_size (1000000M, 100M)
    – loaded configuration file: /etc/php.ini

    Best regards
    Frank

    Thread Starter frank.uray

    (@frankuray)

    The file “/etc/php.ini” is now also updated (1024M).
    But still, I am only able to upload max 1MB ??

    Anybody has another idea ??

    Best regards
    Frank

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘media upload error "HTTP-Error."’ is closed to new replies.