http://www.icyphoenix.com/viewtopic.php?f=35&t=8507
-----------------------------------
Aleixenandros
Sat 05 May, 2012 13:22

Error Date_default_timezone_set()
-----------------------------------
Somebody help me with this error?

[code linenumbers=false][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[/code]

I'm using Icy Phoenix 	1.3.27.80


-----------------------------------
TheSteffen
Sat 05 May, 2012 17:16

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

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

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

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

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.


