-
Bug
-
Resolution: Incomplete
-
Minor
-
None
-
4.1.9
-
MOODLE_401_STABLE
Hello,
We are encountering an issue where SCORM packages generated by Articulate and used in Moodle 4.1.9 are sometimes resulting in 404 errors when attempting to communicate with `datamodel.php`. This seems to occur across all SCORMs on the platform, not just a single instance.
Moodle attempts to POST to `datamodel.php` but the required parameter `scoid` is missing, leading to a 404.
Debugging shows empty requests: `SCOID DEBUG :{"GET":[],"POST":[]}`, indicating that the SCORM is not sending data back as expected.
These requests are crucial for the SCORM to communicate progress and results back to Moodle but are coming through empty (both GET and POST data).
Has anyone experienced similar issues with Articulate-generated SCORM packages in Moodle?
Are there known compatibility issues or settings in Moodle that might resolve this?
Any debugging tips or solutions to ensure proper communication between the SCORM packages and Moodle?
Any help or insights would be greatly appreciated to resolve this issue.
Thanks !