Gentili Signori,
il mio sito
mtuttafesta.altervista.org
attualmente monta moodle 2.7 che funziona benissimo.
Avrei comunque esigenza di aggiornarlo.
Quando ho avviato l'installazione di moodle 3.3 mi sono dovuto bloccare di fronte ai seguenti requisiti non soddisfatti:
mysql_full_unicode_support#File_format
questo test deve passare con successo
Il database utilizza il formato file Antelope. Per avere un supporto completo UTF-8 sia in MySQL sia in MariaDB è necessario utilizzare il formato file Barracuda. Per favore converti le tabelle in formato Barracuda. Per dettagli sulla conversione, consultare la documentazione Administration via command line.
mysql_full_unicode_support#Large_prefix
questo test deve passare con successo
Per avere un supporto completo UTF-8 sia in MySQL sia in MariaDB è necessario impostare 'innodb_large_prefix' a 'ON'. Per maggiori informazioni consultare la documentazione.
...
Devi risolvere tutti i problemi ed errori riscontrati prima di procedere con l'installazione della versione di Moodle selezionata.
Salve a tutti.
E' da un paio di giorni che tento l'installazione di Moodle sul mio sito. Ho finalmente risolto i problemi di configurazione nel file config.php. Al passo successivo, quando pensavo che tutto fosse andato bene, al momento di confermare l'installazione mi si presenta un tabella in cui sono elencati una serie di problemi da risolvere altrimenti non si va avanti. In più post ho letto dello stesso problema, senza però avere trovato soluzione al problema.
Versione database Mysql 5.6
Moodle 3.3.2+
Server checks
Name Information Report Plugin Status
php_extension xmlrpc should be installed and enabled for best results
The xmlrpc extension is needed for hub communication, and useful for web services and Moodle networking
Check
php_extension soap should be installed and enabled for best results
Installing the optional SOAP extension is useful for web services and some plugins.
Check
php_extension intl should be installed and enabled for best results
Intl extension is used to improve internationalization support, such as locale aware sorting.
Check
php_setting opcache.enable PHP setting should be changed.
PHP opcode caching improves performance and lowers memory requirements, OPcache extension is recommended and fully supported.
Check
Other checks
Information Report Plugin Status
unsupported_db_storage_engine this test must pass
The database storage engine being used is no longer supported.
Check
mysql_full_unicode_support#File_format this test must pass
Your database has tables using Antelope as the file format. Full UTF-8 support in MySQL and MariaDB requires the Barracuda file format. Please convert the tables to the Barracuda file format. See the documentation Administration via command line for details of a tool for converting InnoDB tables to Barracuda.
Check
mysql_full_unicode_support#File_per_table this test must pass
For full support of UTF-8 both MySQL and MariaDB require you to change your MySQL setting 'innodb_file_per_table' to 'ON'. See the documentation for further details.
Check
mysql_full_unicode_support#Large_prefix this test must pass
For full support of UTF-8 both MySQL and MariaDB require you to change your MySQL setting 'innodb_large_prefix' to 'ON'. See the documentation for further details.
Check
site not https if this test fails, it indicates a potential problem
It has been detected that your site is not secured using HTTPS. It is strongly recommended to migrate your site to HTTPS for increased security and improved integration with other systems.
Check
You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!
Qualcuno è in grado di fornire indicazioni su come risolvere? Grazie
Purtroppo anche io sono fermo al fatto che non posso intervenire sui parametri di MySQL
per dare questi comandi ... ho abilitato InnoDB (pagando 0,6euro) ma non ho risolto...
SET GLOBAL innodb_file_format=Barracuda
SET GLOBAL innodb_large_prefix = on