ATutor

Learning Management Tools







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


an error occurred while processing this directive error


  • 2015-07-01 06:11:19

    an error occurred while processing this directive error

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on - Linux 3.12.35.1418868052
    ATutor version - 2.2(unknown - 2015-07-01 02:09:53)
    Patch #s applied - gg0005
    ATutor theme name - Default 2.2
    PHP version - 5.4.40
    MySQL version - 5.5.42-37.1-log
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used - Chrome, Firefox, IE
    ...and anything else relevant -

    When I tried to upload mp4 file of 98MB while editing a content I got error of [an error occurred while processing this directive].

  • 2015-07-01 11:15:37

    Re: [an error occurred while processing this directive] error

    To allow file uploads greter than 2MB (the php default) you need to adjust the values for upload_max_filesize and post_max_size in the system's php.ini file, then restart the Web server.

    You'd also need to increase the allowable upload file size in the ATutor system preferences once you've adjusted the above values

  • 2015-07-06 08:48:43

    Re: [an error occurred while processing this directive] error

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

    I made the changes you told but it still produce the same error, Greg

  • 2015-07-06 09:05:41

    Re: [an error occurred while processing this directive] error

    I would suggest you examine the system's php error log.

  • 2015-07-10 06:41:52

    Re: [an error occurred while processing this directive] error SOLVED

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

    Thanks Greg,
    After increasin memeory_limit, upload_max_filesize and post_max_size values uploading and running large files works properley.
    :)