The MU forums have moved to WordPress.org

When Import files: Choose a file from your computer: Maximum size: 0B (5 posts)

  1. Omegacool
    Member
    Posted 16 years ago #

    I installed 1.3.3 wp mu on my hard drive, and hosting. In both the limited upload file xml is 0b. I modify the php.ini without results. From this value depends? The installation wp stand alone works well in hosting and localhost. I have to do to change the maximum value for uploading files? I have read in the forum and no solution.

  2. kmanrox
    Member
    Posted 16 years ago #

    Im no tech, but my chief developer sent me this, thought it could help others;

    -----
    looks like a bug in WP MU, I chaged in wp-admin/includes/template.php string :

    $bytes = apply_filters( 'import_upload_size_limit', min($u_bytes, $p_bytes), $u_bytes, $p_bytes );
    to:
    $bytes = min($u_bytes, $p_bytes);

    and it works now
    ----

    http://syncopeintl.com

  3. Omegacool
    Member
    Posted 16 years ago #

    Yes!!! works Now. Tank you very much Kmanrox

  4. tdjcbe
    Member
    Posted 16 years ago #

    That's not really fix but a work around. It doesn't really solve the problem as that filter should be in there.

    There's a previous trac ticket on the subject:

    http://trac.mu.wordpress.org/ticket/571

  5. Omegacool
    Member
    Posted 15 years ago #

    TendrĂ© que revisar ahora, previamente abri un ticket pero dicen que no es un problema. HabrĂ¡ que esperar la siguiente version de WP mu a ver si se soluciona.

About this Topic

  • Started 16 years ago by Omegacool
  • Latest reply from Omegacool