<< Back
Message for this thread
Posted by Messages text
gary stone

Noavatar
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

 

 

 
Fabio Pirovano

Avatar
Total post : 480
> 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
DoceboLms Staff
 
<< Back