Details
Description
Several sites having problems loading SCORM content with zlib compression was enabled.
Issue Links
| This issue will help resolve: | ||||
| MDL-16185 | Scorm API not always found when SCO is first launched |
|
|
|
Several sites having problems loading SCORM content with zlib compression was enabled.
| This issue will help resolve: | ||||
| MDL-16185 | Scorm API not always found when SCO is first launched |
|
|
|
Our tests show that adding the zlib.output_compression check from filelib.php to the tops of /mod/scorm/api.php and /mod/scorm/player.php fixes this.
//IE compatibiltiy HACK!
if (ini_get('zlib.output_compression')) { ini_set('zlib.output_compression', 'Off'); }