************************************* * * * DiamanteDesk requirements check * * * ************************************* * Configuration file used by PHP: /etc/php/7.1/apache2/php.ini ** ATTENTION ** * The PHP CLI can use a different php.ini file * than the one used with your web server. * To be on the safe side, please also launch the requirements check * from your web server using the web/config.php script. ** Mandatory requirements ** OK Vendor libraries must be installed OK app/cache/ or var/cache/ directory must be writable OK app/logs/ or var/logs/ directory must be writable OK date.timezone setting must be set OK Configured default timezone "Europe/Paris" must be supported by your installation of PHP OK iconv() must be available OK json_encode() must be available OK session_start() must be available OK ctype_alpha() must be available OK token_get_all() must be available OK simplexml_import_dom() must be available OK detect_unicode must be disabled in php.ini OK PCRE extension must be available OK string functions should not be overloaded OK PHP version must be at least 5.6 (7.1.20-1+0~20180725103117.2+jessie~1.gbpd5b650 installed) OK GD extension must be at least 2.0 OK cURL extension must be at least 7.0 OK mcrypt_encrypt() should be available OK intl extension should be available OK icu library must be at least 3.8 OK zip extension should be installed OK /tmp (sys_get_temp_dir()) directory must be writable OK Maximum supported filename length must be greater or equal 242 characters. Make sure that the cache folder is not inside the encrypted directory. OK Requirements validation for PHP CLI ERROR memory_limit should be at least 512M Set the "memory_limit" setting in php.ini* to at least "512M". OK web/uploads/ directory must be writable OK web/media/ directory must be writable OK web/bundles/ directory must be writable OK web/js directory must be writable OK web/css directory must be writable OK app/config/parameters.yml file must be writable OK app/attachments/ directory must be writable ** Optional recommendations ** OK Vendors should be installed in order to check all requirements. WARNING Requirements file should be up-to-date Your requirements file is outdated. Run composer install and re-check your configuration. OK PCRE extension should be at least version 8.0 (8.41 installed) OK PHP-DOM and PHP-XML modules should be installed OK mb_strlen() should be available OK iconv() should be available OK utf8_decode() should be available OK filter_var() should be available OK posix_isatty() should be available OK intl extension should be available OK intl extension should be correctly configured OK intl ICU version should be at least 4+ OK intl.error_level should be 0 in php.ini OK a PHP accelerator should be installed OK short_open_tag should be disabled in php.ini OK magic_quotes_gpc should be disabled in php.ini OK register_globals should be disabled in php.ini OK session.auto_start should be disabled in php.ini OK PDO should be installed OK PDO should have some drivers installed (currently available: mysql, sqlite) WARNING SOAP extension should be installed (API calls) Install and enable the SOAP extension. WARNING Tidy extension should be installed to make sure that any HTML is correctly converted into a text representation. Install and enable the Tidy extension. OK A JS Engine (node) is installed