ATutor

Learning Management Tools







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


Video Upload


  • 2009-08-04 01:18:33

    Video Upload

    Error: The following errors occurred:
    The file exceeded the maximum allowable size limit of 20M.

    I know that this has been addressed over and over but I am stuck here I modified the following to allow videos that I want to be uploaded.

    config.inc
    $MaxFileSize = 31457280; /* 30 MB */
    $MaxCourseSize = 31457280; /* 30 MB */
    $MaxCourseFloat = 31457280; /* 30 MB */

    php.ini:
    php_flag display_errors on
    php_flag upload_max_filesize 30MB

    I uploaded a 5.9 Mb zip scorm 1.2 and it worked fine. I then uploaded a 11.9 Mb zip scorm 1.2 and it uploaded the file (file in progress) and then it hangs on ...../teacherbuilder.com/ATutor/tools/ims/ims_import.When I refresh the page manually it then gives me the following Atutor error:
    Error: The following errors occurred:
    The file exceeded the maximum allowable size limit of 20M.

    System Specs:
    ATutor Version:
    1.6.2.
    PHP Version:
    5.2.6
    MySQL Version:
    5.0.67-log
    OS:
    Linux 2.6.18-128.1.1.el5PAE-

  • 2009-08-04 08:57:47

    Re: Video Upload

    You need to set the max_upload_filesize in the system's php.ini file.