Changes between Version 3 and Version 4 of doc/auth-server/commonErrors
- Timestamp:
- 01/24/06 23:37:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/auth-server/commonErrors
v3 v4 81 81 I've found the best solution is to just make sure you have defined "date.timezone = whatever" in your php.ini file, timezones listed here: http://us3.php.net/manual/en/timezones.php 82 82 83 Note: This notice message has been fixed in !WiFiDog as of January 25th. The notice message is being displayed as of PHP 5.1.0 due to the rewritten date functions. There is a new config flag in config.php named DEFAULT_TIMEZONE. Set it to your local timezone. Don't forget to update your local.config.php in case you're using it.83 Note: This notice message has been fixed in !WiFiDog as of January 25th. The notice message is being displayed when running PHP 5.1.0+ due to rewritten date functions of PHP. There is a new config flag in config.php named DEFAULT_TIMEZONE. Set it to your local timezone. Don't forget to update your local.config.php in case you're using it.