Thread: PHP Setup
View Single Post
  #1 (permalink)  
Old 26-11-2007, 08:54
unplugged unplugged is offline
Premium Member
 
Join Date: Sep 2006
Posts: 80
Default PHP Setup

Howdy would it be possible to get someone to set a timezone in the php.ini on the firefly server?

All the error handling in my scripts is throwing a wobbler because of it.

PHP Code:

Error

An Error has occured data may have not been added 
or changed to the Database or Current Session.
Please try again or contact the Webmaster


Strict Error

The Above Error Type occurred in 
/home/*****/public_html/mobile/tower.php at line 73
date
() [function.date]: 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 'UTC' for 'GMT/0.0/no DST instead 
Its not a huge issue as php will default to the server timezone but it still throws an error on scripts that use their own error handling ( pretty much all mine ) and its MOST annoying having to scroll past them all ( not to mention is looks as ugly as sin as its a server setup not a programmer error )
Reply With Quote