date() and php53
Matt Dawson
matt at chronos.org.uk
Wed Apr 28 11:54:45 EDT 2010
Just a quick heads-up for anyone who has updated to php53 and is now
getting an error message where the header should be in webui. The
date() function now requires a timezone and won't rely on the system's
timezone setting by default. Sticking the following:
date_default_timezone_set('Europe/London');
at the top of $pb/scripts/webui/index.php (obviously replacing
Europe/London with your timezone) just below the <?php line will get
rid of that error. Don't be tempted to just slam UTC in there, though.
There's probably a better way to automate this, but as a quick fix it
works.
WBR
--
Matt Dawson
MTD15-RIPE
matt at chronos.org.uk
More information about the tinderbox-list
mailing list