Symfony Requirements Checker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > PHP is using the following php.ini file: /opt/cpanel/ea-php72/root/etc/php.ini > Checking Symfony requirements: ..EEE.E.........................WW..... [ERROR] Your system is not ready to run Symfony projects Fix the following mandatory requirements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Vendor libraries must be installed > Vendor libraries are missing. Install composer following > instructions from http://getcomposer.org/. Then run "php > composer.phar install" to install them. * app/cache/ or var/cache/ directory must be writable > Change the permissions of either "app/cache/" or "var/cache/" > directory so that the web server can write into it. * app/logs/ or var/logs/ directory must be writable > Change the permissions of either "app/logs/" or "var/logs/" > directory so that the web server can write into it. * Configured default timezone "America/Lima" must be supported by your installation of PHP > Your default timezone is not supported by PHP. Check for typos in > your php.ini file and have a look at the list of deprecated > timezones at http://php.net/manual/en/timezones.others.php. Optional recommendations to improve your setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * a PHP accelerator should be installed > Install and/or enable a PHP accelerator (highly recommended). * short_open_tag should be disabled in php.ini > Set short_open_tag to off in php.ini*. Note The command console could use a different php.ini file ~~~~ than the one used with your web server. To be on the safe side, please check the requirements from your web server using the web/config.php script.