Server Specifications
- Server type: Linux, Windows, MacOs, Unix, Sun
- Apache 2.2.x or above (on Windows also IIS can be used)
- PHP version:
- Forma 2.x: 5.4.x to 7.0.x
- Forma 3.x: 7.0 - 7.4
- PHP settings:
- Fileinfo support : ON
- Openssl support: on
- Multibyte Support: ON
- mime_content_type() support: ON
- magic_quotes_gpc : : OFF
- register_global : : OFF
- allow_url_fopen : : ON
- allow_url_include : : OFF
- upload_max_filsize : : 8M or higher
- post_max_size : : 8M or higher
max_execution_time : : 30s or higher
Database
- Mysql 5.0 or higher, mariadb 5.5 or higher.
Note: db server engine must have transaction support (innodb recommended) - Database Driver: MySQLi
- Sql encoding: utf8
WARNING - MySQL Strict Mode
Until version 2.4.2 Forma LMS requires MySql strict mode set to OFF.
Please make sure your hosting provider allows this configuration
This restriction has been removed since version 2.4.3
WARNING - MySQL 5.7 Settings
Using MySQL version 5.7 requires some specific configuration. Check this thread for details