ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


File download stops at 2000000 bytes


  • 2008-05-18 19:12:46

    File download stops at 2000000 bytes

    Hi all... I have problems downloading files from my ATutor instalation. There is no problem to upload files, any size, but when I try to download these files the download stops exactly when the download reaches 2000000 bytes.

    There is no problem with files < 2Mb.

    PHP settings:
    file_uploads = on
    upload_max_filesize = 350M
    post_max_size = 300M

    ATutor System Settings:

    Maximum File Size (Default: 50048576)
    Maximum Course Size (Default: 500485760)
    Maximum Course Float (Default: 50097152)

    Couse Quota & Max File Size = Default.

    Any help?
    Thank you.

    Greetings,
    Juan.

    Things to describe:
    operating system - FreeBSD 4.7-RELEASE
    version of ATutor - 1.6
    versions of php - 5.0.4
    version of mysq l - 4.1.11
    webserver & version - Apache 1.3.41
    web browser being used - Firefox, IExplorer, Safari

  • 2008-05-21 14:44:30

    Re: File download stops at 2000000 bytes

    Please, some help in this topic?
    I'll be very thankful

    Greetings,
    Juan.

  • 2008-05-21 16:52:18

    Re: File download stops at 2000000 bytes

    It looks like you've covered just about everything we might suggest. The only thing I see that might be a problem is post_max being smaller than upload_max. Try making post_max larger, or upload_max smaller.

    http://ca.php.net/manual/en/ini.core.php#ini.post-max-size

  • 2008-05-27 12:23:59

    Re: File download stops at 2000000 bytes

    The problem is in PHP 5.0.4

    http://bugs.php.net/bug.php?id=32553)

    and here is the patch

    https://bugzilla.redhat.com/bugzilla....cgi?id=155916
    https://bugzilla.redhat.com/bugzilla....cgi?id=113644

    Thank you for your help.

    Juan.