Frontpage errors! Lots of 'em!

Discuss anything not covered by any of the other categories.
Post Reply
Chip
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland
Contact:

Frontpage errors! Lots of 'em!

Post by Chip »

What's with the errors on the front 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/Chicago' for 'CST/-6.0/no DST' instead in /usr/local/etc/httpd/inside3d.com/index.php on line 41
Probably an error_reporting is left open, somewhere in the code. It should be error_reporting(0) instead of error_reporting(E_ALL).

Or a phpBB update is due.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
Ace12GA
Posts: 56
Joined: Sat Jan 28, 2012 12:08 am

Re: Frontpage errors! Lots of 'em!

Post by Ace12GA »

Bleh, that's the newer PHP. You just need to include a time zone setting at the top of your PHP code.
Post Reply