Getting an error when adding a scorm module in admin imsmanifest.xml not found

If you get the error manifest file not found when you are adding scorm modules, check the upload_max_filesize setting in your php configuration.

It will most likely be 2M which means that you can only add files of 2mb

In the administrator folder add the following line to your php.ini

upload_max_filesize = 10M

This will allow you to upload a 10mb scorm module.

If php.ini files don't work on your server, then contact your hosting service to change this setting or use the appropriate commands in the .htaccess file.

 

Code
Author
Robert Joyce
Date Created
2013-08-07 11:11:59
Date Updated
2014-01-27 22:36:08
Views
5221
Joomla LMS
The crowd rates us 5.0 out of 5.0

Read all 1 Reviews / Write A Review