Recent Topics

1 Aug 31, 2012 16:15    

My b2evolution Version: 4.1.x

I have got that error on each page:



Warning: date() [function.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 'America/New_York' for 'EST/-5.0/no DST' instead in 

Any clue what can be wrong?

Thanks

2 Sep 02, 2012 19:23

You need to add something like this in your php.ini
Talk to your host if you don't have access to php.ini file

date.timezone = America/New_York

3 Nov 26, 2012 22:05

Alex wrote:

You need to add something like this in your php.ini
Talk to your host if you don't have access to php.ini file

<!-- codeblock lang="" line="1" --><pre><code>date.timezone = America/New_York</code></pre><!-- /codeblock -->

I was having the same problem and it was driving me crazy, until I found this simple line of code to insert in my php.ini file. What caused it to start having the error and how in the world did you find the solution? Many thanks!


Form is loading...