Ho installato docebo sul mio spazio host windows, (con asp.net, perl,php 5.x) ,ho dato a tutte le cartelle e sottocartelle i permessi di lettura e scrittura, ho i seguenti problemi.
Nell'area admin non carica i immagini e file, anche se non sempre da il messaggio d'errore (ad esempio quando creo un corso e provo ad allegare un file mi segnala l'operazione come avvenuta ma poi il file effettivamente non l'ha caricato). Nell'area docente ad esempio se provo a caricare materiali va in errore e se provo ad andare sui tab i mie oggetti/oggetti condivisi ho il seguente errore
Fatal error: Call to undefined method LmsModule::initialize() in C:\HostingSpaces\rosa\colv.rosa.it\wwwroot\doceboLms\modules\storage\storage.php on line 98
Mentre il tab Oggetti del Corso si apre mostra le varie opzioni ma i file non vengono caricati/le domande dei test non vengono create etc.
Ho specificato il percorso ftp, sperando che qualcuno possa darmi delle indicazioni
Il file config è così composto:
$GLOBALS['dbhost'] = 'localhost'; //host where the database is
$GLOBALS['dbuname'] = 'mydb'; //database username
$GLOBALS['dbpass'] = 'mypass'; //database password for the user
$GLOBALS['dbname'] = 'mydbname'; //database name
$GLOBALS['prefix_fw'] = 'core'; //prefix for tables
$GLOBALS['prefix_lms'] = 'learning'; //prefix for tables
$GLOBALS['prefix_cms'] = 'cms'; //prefix for tables
$GLOBALS['prefix_scs'] = 'conference'; //prefix for tables
$GLOBALS['prefix_ecom'] = 'ecom'; //prefix for tables
$GLOBALS['prefix_crm'] = 'crm'; //prefix for tables
/*file upload information************************************************/
$GLOBALS['uploadType'] = 'ftp';
$GLOBALS['ftphost'] = 'localhost'; // normally this settings is ok
$GLOBALS['ftpport'] = '21'; // same as above
$GLOBALS['ftpuser'] = 'myuser';
$GLOBALS['ftppass'] = 'myuserps';
$GLOBALS['ftppath'] = '/colv.rosa.it/wwwroot/files';
$GLOBALS['where_files'] = '/files';
$GLOBALS['db_conn_names'] = 'utf8';
$GLOBALS['db_conn_char_set'] = 'utf8';
$GLOBALS['mail_br'] = "\r\n";
?>
Cordiali saluti,
Rosalba






