Inserting SCORM Issues

Inserting SCORM Issues

by Rodrigo Campos -
Number of replies: 1

I'm having issues to upload SCORM files larger than 10MB, I already changed the php.ini file to be 100MB and is still giving an error message like the screenshot image below, I have no idea why is this happening, can anyone help me with this?



Regards,

Average of ratings: -
In reply to Rodrigo Campos

Re: Inserting SCORM Issues

by Frédéric Massart ⭐ -
Picture of Core developers Picture of Plugin developers Picture of Testers

Hi Rodrigo,

the maximum size of files is handled by a few different settings on different levels of Moodle. Also, php.ini has 2 settings which are used to determine the limit of the file size.

You may find more information here: http://docs.moodle.org/22/en/File_upload_size

I can see you are using Moodle 2.2, from 2.3 onwards there is a new capability: http://docs.moodle.org/23/en/Capabilities/moodle/course:ignorefilesizelimits

Cheers,

Fred