Unable to upload SCORM File
Describe
I am uploading SCORM file in 1.11.26 made in iSpring these SCORM packages have been tested in 1.22.24 and work fine on the same server.
Errors found in browser
1st error
[The requested URL was not found on this server.](index.php:1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received)
2nd Error
index.php:1 Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (
Failed to load resource: net::ERR_CONNECTION_RESET
To Reproduce Steps to reproduce the behavior:
- Go to Learning Path
- Click on upload SCORM Package
- select SCORM Package
- Upload SCORM Package
- File stops at 13 to 14 percent
- Never finishes upload of for SCORM Package
Expected behavior I am expecting to see completion of upload of SCORM and be able to navigate to it.
Screenshots
Desktop (please complete the following information):
- OS: MAC OS X and Windows 11
- Browser Chrome and Safari
**Server
- OS: Windows Server as well as MAX OS X with MAMP
- Version of Chamilo: Your version is up-to-date: Chamilo 1.11.26
- Version of PHP: 7.4.27
Additional context Add any other context about the proble PHP_Settings.pdf m here.
I have also found issues with the documents upload function when using the drag and drop method. If I switch it to I have to select a file and upload it works fine.
I have fixed the issues with uploading files in documents with settings and set the upload files to 0777 instead of the default 0666 that was set by default
SCORM Uploading is now getting a new error /Users/scottsteven/Sites/tsi-et05.tsi.local/main/bigUpload.php The web browser is getting an error of on the file bigUpload.php Line 191 EOF error
also getting this JSON issue from the file in Chrome
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (
Due to this bigUpload.php Line 191 EOF error, I'm wondering if some of your files have not been damaged during upload of Chamilo or something like that.
We would need a minimal version of your SCORM package to try it out, sadly.