I have edited config.php like below :
-------------------------------------------------------------------
$GLOBALS['uploadType'] = 'ftp';
$GLOBALS['ftphost'] = 'localhost'; // normally this settings is ok
$GLOBALS['ftpport'] = '21'; // same as above
$GLOBALS['ftpuser'] = 'my default user';
$GLOBALS['ftppass'] = 'my default pass';
$GLOBALS['ftppath'] = '/home/my_site/public_html/education/';
$GLOBALS['where_files'] = '/files';
--------------------------------------------------------------------
Some expressions about above lines :
education is Docebo root folder and doesn`t have separate ftp account for itself .
my website default root is
/home/my_site/public_html/ and 'my default user'
and 'my default pass' are the default username and password for my website
with this root :
/home/my_site/public_html/ so they are not seprate username and
password for Docebo root or
/home/my_site/public_html/education/ .
Now when I want to upload an SCORM package this error message appears :
_ERRORUPLOAD
Of course when I check
Diagnostic tool in Admin Area in front of FTP connection,
FTP OK statement is shown and it says that I don`t have ftp connection problem .
Please help me , I`m really boring and confused and I can`t do anything
with my Docebo LMS now .
