2008-12-31 13:42:15 PST
Hi, i have a similar problem to david kay, the first message about this problem...
...................................................................................
Runtime Notice in ./libraries/common.inc.php#272
date_default_timezone_get() [function.date-default-timezone-get]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 'Australia/Melbourne' for 'EST/11.0/DST' instead
Backtrace
./libraries/common.inc.php#272: date_default_timezone_get()
./setup/lib/common.inc.php#18: require_once(./libraries/common.inc.php)
./setup/index.php#12: require(./setup/lib/common.inc.php)
...................................................................................I have followed the forum and found the page and error line witch displayed below...
date_default_timezone_set(@date_default_timezone_get());
And i changed it to....
; Defines the default timezone used by the date functions
date.timezone = europe/london
...................................................................................
Now i get this error on the same line in the same common.inc.php file....
Parse error: parse error in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\phpMyAdmin\libraries\common.inc.php on line 272
Does anybody no what it means as i can find answer on google as it does not have an error.