mrlongshen Noobies Messages 1,126 Points 0 Age 36 Location localhost 127.0.0.1 Emulator Jul 1, 2013 #2 can someone explain to me why this happen and how to fix it ?
Xgear Community Contributors Messages 249 Points 0 Age 40 Jul 1, 2013 #3 Set your PHP installation timezone properly: 1.- php -i | grep 'php.ini' 2.- Open the file you get in the output with your favourite text editor 3.- Search for timezone, most likely no entry will be found, add at the bottom: date.timezone = "My/TImezone" For a list of supported Timezones reffer to http://php.net/manual/en/timezones.php
Set your PHP installation timezone properly: 1.- php -i | grep 'php.ini' 2.- Open the file you get in the output with your favourite text editor 3.- Search for timezone, most likely no entry will be found, add at the bottom: date.timezone = "My/TImezone" For a list of supported Timezones reffer to http://php.net/manual/en/timezones.php
mrlongshen Noobies Messages 1,126 Points 0 Age 36 Location localhost 127.0.0.1 Emulator Jul 1, 2013 #4 i have change , but still same error occurs.
O OnNplay New member Messages 49 Points 0 Jul 1, 2013 #5 May you show the error for us to have some clue how to fix it.
Vy Low New member Messages 178 Points 0 Jul 2, 2013 #6 in your config/application.php try this as an example 'DateDefaultTimezone' => 'Asia/Manila', just change it to your desired time zone Last edited by a moderator: Jul 2, 2013
in your config/application.php try this as an example 'DateDefaultTimezone' => 'Asia/Manila', just change it to your desired time zone
mrlongshen Noobies Messages 1,126 Points 0 Age 36 Location localhost 127.0.0.1 Emulator Jul 3, 2013 #7 thx alot bro for assist me xD topic close. success!!!!!!!!!!!!!!