Symfony2 When I accessed its web/config.php, it prompted me to set the date.timezone in php.ini.
某草草2017-05-16 16:45:34
0
2
479
Symfony2 When I accessed its web/config.php, it prompted me to set the date.timezone in php.ini. I set "Europe/Paris" to access again and the problem still exists. Find the solution! !
Have you restarted the php service? apache or nginx or php-fpm?
Did you change the php.ini used by your Web?
You can check the phpinfo in the symfony2 debugging information.
Have you restarted the php service? apache or nginx or php-fpm?
Did you change the php.ini used by your Web?
You can check the phpinfo in the symfony2 debugging information.
When running php-fpm, specify your modified php.ini php-fpm -c dir/php.ini