Support » Allgemeine Fragen » Heavy problems with increasing max_upload_size

  • I’ve tried lot of ways:
    Changing/Adding php.ini at php, wordpress root-directory and wp-admin,
    Changing .htacces,
    adding define(‚WP_MEMORY_LIMIT‘, ’64M‘) etc. to wp-settings.php,
    AND i tried changing code at wp-includes/media.php
    but nothing changed at all…

    Somebody know what else i can try or any reason why the previous trys faild?

    Im hosting wordpress 3.6.1 with
    Ubuntu-Server 13.04, apache2.2, php5 and mysql5.5.32 running on a vServer from http://www.de-punkt.de

    Url is: http://www.upadtesfromabove.de, if you need logininformations mail me to: m.boegershausen@googlemail.com

Ansicht von 4 Antworten - 1 bis 4 (von insgesamt 4)
  • You can contact your hoster?

    Thread-Starter Nemolein

    (@nemolein)

    My Server is the host of the site or do you mean the Server Host? Shure i can contact them.

    I’ve found an workaround by debugging
    Ther Funktion apply_Filerts at wp_upload_max_size decreased the byte size from 32MB to 1MB. The workaround is using
    $byte = max ( $u_byte, $p_byte) instead of
    $byte = apply_filter('upload-limit',max ( $u_byte, $p_byte),$u_byte, $p_byte) but its a hack in core code…

    My workaround post: http://wordpress.org/support/topic/workaround-for-heavy-upload_max_filesize-problems

    your answer and your question are 2 different things.

    upload limit and memory limit are not the same.

    the next time you can try to explain better the „real“ problem.

    Thread-Starter Nemolein

    (@nemolein)

    at first I’m sorry line 2 should by like in my workaround post.
    And I’m sorry i missed some define lines, the define('WP_MEMORY_LIMIT', '64M') is one of 4 lines i had to add, in the solution i tried, there was 3 other lines define upload_max_filesize, post_max_size and max_execution_time.

Ansicht von 4 Antworten - 1 bis 4 (von insgesamt 4)
  • Das Thema „Heavy problems with increasing max_upload_size“ ist für neue Antworten geschlossen.