Error Date_default_timezone_set() »  Show posts from    to     

Icy Phoenix


Old Support Topics - Error Date_default_timezone_set()



Aleixenandros [ Sat 05 May, 2012 13:22 ]
Post subject: Error Date_default_timezone_set()
Somebody help me with this error?

Code: [Hide] [Select]
[Icy Phoenix Debug] PHP Notice: in file /includes/emailer.php on line 231: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead
[Icy Phoenix Debug] PHP Notice: in file /includes/emailer.php on line 231: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead


I'm using Icy Phoenix 1.3.27.80


TheSteffen [ Sat 05 May, 2012 17:16 ]
Post subject: Re: Error Date_default_timezone_set()
Are you using Xampp or do you have it on a live server?

Can you tell us your php version?

I guess xampp and php 5.3.x
You can edit your php.ini file and put in the following line:
date.timezone = "America/Anchorage"
You can find valid time zone strings at http://nl3.php.net/manual/en/timezones.php


Aleixenandros [ Sat 05 May, 2012 17:23 ]
Post subject: Re: Error Date_default_timezone_set()
I'm using a web server.

I've already solved, I edited the functions.php file and add the following line:

date_default_timezone_set ('Europe / Madrid');

Greetings!


TheSteffen [ Sat 05 May, 2012 17:35 ]
Post subject: Re: Error Date_default_timezone_set()
Yes, that should also solve it... thanks for your answer

What php version do you have?


Aleixenandros [ Sat 05 May, 2012 18:00 ]
Post subject: Re: [SOLVED] Error Date_default_timezone_set()
My PHP Version is 5.3.10

You can see here:

http://www.x-tremeforos.es/phpinfo.php


Hans [ Wed 09 May, 2012 19:27 ]
Post subject: Re: Error Date_default_timezone_set()
I remember having that problem when running PHP on windows. (Some reason Linux never complains about that)
Glad you figured it out though.


alexandro [ Mon 26 May, 2014 05:45 ]
Post subject: Re: Error Date_default_timezone_set()
what is the solution? how do you solve it? i have this problem :'(


Mighty Gorgon [ Thu 29 May, 2014 16:59 ]
Post subject: Re: [SOLVED] Error Date_default_timezone_set()
You need to add the default timezone in your configuration.

Do you have access to your PHP.INI or other panel where you can set the default timezone?




Powered by Icy Phoenix