MyBB Community Forums

Full Version: MyBB - Xampp 1.7.3 - php 5.3.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have installed forum on localhost. In Admin panel is showing this message:
Quote:Warning [2] 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 'Europe/Paris' for '1.0/no DST' instead - Line: 218 - File: G:\xampplite\htdocs\mybb\admin\modules\tools\adminlog.php PHP 5.3.1 (WINNT)
How to fix that?
You need to set a timezone in your php.ini file because you're using PHP 5.3.1.
In php.ini
;date.timezone =

I changed to
date.timezone = "Europe/Belgrade"

But, problem still persist.

It's solved. I forgot to restart apache.
(2010-01-19, 11:19 AM)ecanikajo Wrote: [ -> ]It's solved. I forgot to restart apache.

I do that all the time Wink takes me about 30 seconds to realize what I did lol.