I had lab-tested a Docebo installation and everything went fine, but when I did the install in my real host provider I couldn't upload files.
There is also a permanent error alert on the top when logged as Admin, statiing
"Configuration problem - Check diagnostic for more information"
but no errors are shown in the Diag panels
The "files" folder and subfolders are set to 777 and owned by my account.
Diagnostic tools detects this:
Server configuration
Server address: <the correct IP, removed for security>
Server port: 80
Server name: domain-ok.com
Server admin mail: root@domain-ip
Server software: Apache
MySQL version: 5.0.45-Max
PHP version: 4.4.7
"safe_mode" configuration: On
Configuration of "register_global": On
Configuration of "magic_quotes_gpc": On
Configuration of "upload_max_filesize": 8M
Configuration of "post_max_size": 8M
Configuration of "max_execution_time": 30s
LDAP PHP extension: On
DOM XML status: On
FTP connection: FTP OK
I am using just test files under 150kb
THE diference with my lab-test is that in my real provider I couldn't use http as upload method so I had to use FTP. FTP account details were double-checked.
There is also another error wich *might* be related, so I'll add it here:
When I log in as Admin and click "Admin area" the address is wrong, I installed docebo in a subdomain (http://courses.mydomain.com) and I am being directed to http://mydomain.com.
When I manualy add the subdomain I can acces without problem, but *maybe* that is also affecting the way Docebo is trying to upload files through ftp
Files' path appears to be ok in the config.php file:
$GLOBALS['ftppath'] = '/docs/www/mydomain.com/public_html/courses/';
$GLOBALS['where_files'] = '/files';
Thanks in advance.
HQ.






