Trying to upload any scorm package including the test package get the following
op: insitem [code 1]
Some of the scorm table appear to have been populated..
Any Help greatly appreciated
| Posted by | Messages text |
|---|---|
![]() Total post : 2 Profile |
Written on : 23/02/2006 14:03 ( more than one month ) Object : Scorm Upload Trying to upload any scorm package including the test package get the following op: insitem [code 1] Some of the scorm table appear to have been populated.. Any Help greatly appreciated
|
![]() Total post : 538 Profile |
Written on : 26/02/2006 00:58 ( more than one month ) Object : Re: Scorm Upload In some server the zlib return a code 1, but is a code not declared, open the file doceboLms/modules/scorm/scorm.php serach for: if( $zip->errorCode() != PCLZIP_ERR_NO_ERROR ) { and change with: if( $zip->errorCode() != PCLZIP_ERR_NO_ERROR && $zip->errorCode() != 1 ) { i think that this is the problem Ciao Fabio Docebo Staff - Docebo 4 released! - |