Symfony Requirements Checker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > PHP is using the following php.ini file: /etc/php/7.4/apache2/php.ini > Checking Symfony requirements: ....E...........................WW.. [ERROR] Your system is not ready to run Symfony projects Fix the following mandatory requirements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Configured default timezone "Asia/Chongqing" 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "memory_limit" should be greater than "post_max_size". > Set "memory_limit" to be greater than "post_max_size". * "post_max_size" should be greater than "upload_max_filesize". > Set "post_max_size" to be greater than "upload_max_filesize". 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 public/check.php script.