<< Back
Message for this thread
Posted by Messages text
netxiong

Avatar
Total post : 7
> Profile
Written on : 13/10/2009 09:41 ( more than one month )
Object : Upload SCORM packages in a strange question !
 Very strange question! ! ! 
 I found docebo website all the information and posts still not been resolved. 
 Upload SCORM packages, when an error:
"




Error: File: ../files/doceboLms/scorm/1039_76_1255419125_scorm_package_flash.zip_content/imsmanifest.xml not found [103]"
I look at the catalog and found a normal package have been uploaded to the directory(include imsmanifest.xml file), and decompress, but all of the files are empty, the size is 0 byte.

I was working in UBUNTU LINUX, the permissions are normal(chmod 777 -R files), and create learning objects(upload file) is no problem . Test examples of SCORM packages for the website, named "scorm_package_flash.zip"
my server's phpinfo:





PHP Version 5.2.6-3ubuntu4.1
safe_mode On
DOM/XML  enabled
DOM/XML API Version  20031129
libxml Version  2.6.32
XML Support  active
XML Namespace Support  active
libxml2 Version  2.6.32

Why is this? Please help!

china
Docebo is cool!

 
netxiong

Avatar
Total post : 7
> Profile
Written on : 13/10/2009 10:01 ( more than one month )
Object : Re: Upload SCORM packages in a strange question !

also error use internet explorer,firefox.....

thanks a lot!

china
Docebo is cool!

 
netxiong

Avatar
Total post : 7
> Profile
Written on : 14/10/2009 05:07 ( more than one month )
Object : Re: Upload SCORM packages in a strange question !
SOS.......

china
Docebo is cool!

 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 14/10/2009 10:30 ( more than one month )
Object : Re: Upload SCORM packages in a strange question !
hello,
since you have safe mode set to "on" you should upload files using the ftp method; you can change this in your config.php files..

you can find more information about this by searching the forum or in this wiki page

also please check that you have enough free disk space..

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
netxiong

Avatar
Total post : 7
> Profile
Written on : 15/10/2009 05:14 ( more than one month )
Object : Re: Upload SCORM packages in a strange question !
thanks a lot.
See my config.php :
$GLOBALS['uploadType'] = 'ftp';

$GLOBALS['ftphost']     = '192.168.0.64';                   
// normally this settings is ok
$GLOBALS['ftpport']     = '21';                           
// same as above
$GLOBALS['ftpuser']     = 'user';
$GLOBALS['ftppass']     = 'password'';
//$GLOBALS['ftppath']     = '/var/www/docebo/';
$GLOBALS['ftppath']     = '/var/www/docebo';
$GLOBALS['where_files']  = '/files';

and I can upload files From FTP by user&password.

See my server phpinfo:
Info about PHP
PHP version 5.2.6-3ubuntu4.1
"safe_mode" configuration On
Configuration of "register_global" Off
Configuration of "magic_quotes_gpc" Off
Configuration of "upload_max_filesize" 24M
Configuration of "post_max_size" 24M
Configuration of "max_execution_time" 300s
LDAP PHP extension  Off Consider this parameter only if you need to authenticate through LDAP
Configuration of "allow_url_include"  Off
FTP connection 
FTP OK

also my server have enough free disk space.

You can see the below text,it is my server's info:

netxiong@netxiong-desktop:/var/www/docebo/files/doceboLms/scorm/1039_76_1255419125_scorm_package_flash.zip_content$ ls -l
总用量 0
-rw-rw-rw- 1 docebo docebo 0 2009-10-13 15:32 adlcp_rootv1p2.xsd
-rw-rw-rw- 1 docebo docebo 0 2009-10-13 15:32 imscp_rootv1p1p2.xsd
-rw-rw-rw- 1 docebo docebo 0 2009-10-13 15:32 imsmanifest.xml
-rw-rw-rw- 1 docebo docebo 0 2009-10-13 15:32 imsmd_rootv1p2p1.xsd
-rw-rw-rw- 1 docebo docebo 0 2009-10-13 15:32 ims_xml.xsd
-rw-rw-rw- 1 docebo docebo 0 2009-10-13 15:32 test.html
-rw-rw-rw- 1 docebo docebo 0 2009-10-13 15:32 test.swf
netxiong@netxiong-desktop:/var/www/docebo/files/doceboLms/scorm/1039_76_1255419125_scorm_package_flash.zip_content$ df -k
host/ubuntu/disks/root.disk
                       3875344   1751532   1928500  48% /
tmpfs                   768068         0    768068   0% /lib/init/rw
varrun                  768068       364    767704   1% /var/run
varlock                 768068         0    768068   0% /var/lock
udev                    768068       144    767924   1% /dev
tmpfs                   768068       112    767956   1% /dev/shm
/dev/sda5             20472816  11967408   8505408  59% /host
lrm                     768068      2192    765876   1% /lib/modules/2.6.28-13-generic/volatile
/dev/loop1              968808    369732    550248  41% /home
/dev/loop2             3875344   2962760    717272  81% /usr

But also have error,  WHY?????

china
Docebo is cool!

 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 15/10/2009 10:27 ( more than one month )
Object : Re: Upload SCORM packages in a strange question !
hello,
it seems that you are using it on a LAN, right?

You confirm me that when you try to connect using a ftp server to 192.168.0.64 with your user/pass  it works and the folder is /var/www/docebo right?

Can you upload other files on the platform (like images and so on, for example in the cms media..)

You should try to check if you have or not this file: doceboCore/lib/nullfile .. this file is a 0 byte file but it must exists.

let me know.

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
netxiong

Avatar
Total post : 7
> Profile
Written on : 10/12/2009 03:58 ( more than one month )
Object : Re: Upload SCORM packages in a strange question !
thanks a lot!!!!!
It is OK,maybe ftp access control.

china
Docebo is cool!

 
alves rubens

Noavatar
Total post : 37
> Profile
Written on : 22/02/2010 22:35 ( more than one month )
Object : Re: Upload SCORM packages in a strange question !
Please...I have the same problem.../imsmanifest.xml not found [103]
I need HELP urgent
Did you fixed this error?

Thanks a lot
 
<< Back