I have set date.timezone
in php.ini
also in appKernal
.
Also php app/check.php
giving following message.
(Your system is ready to run
Symfony2
projects)
But when I access web/config.php
, it is giving following result:
Major problems have been detected and must be fixed before continuing:
Set thedate.timezone
setting inphp.ini*
(likeEurope/Paris
).
Best Solution
If you're a Linux user do these in both files. I had the same issue before and sorted with:
With something like below:
EDIT: Like pointed out comment below there is FPM too so: