I tried to run simple test project but I can not solve data.timezone error. However I have already editet "php.ini" file.
https://i.stack.imgur.com/lmq6V.jpg <-- this is how it looks. 2 ss - error and my current "php.ini" file.
I tried to run simple test project but I can not solve data.timezone error. However I have already editet "php.ini" file.
https://i.stack.imgur.com/lmq6V.jpg <-- this is how it looks. 2 ss - error and my current "php.ini" file.
Looks like you are running the Symfony requirements check from the command line and edited the "date.timezone" in your /etc/php5/apache2/php.ini
file (which is used, if PHP is served via Apache webserver only).
Try editing the "date.timezone" in your /etc/php5/cli/php.ini
file as well, because this is the config file, which PHP uses when run via command line.
There was a 2nd php.ini file I could not found. After I have found 1st I thought it is all I have to edit. Both of them were similar.