I just moved to PHP5 and MySQL 5. Everything seems to work except for the date field.
The code spits out this error:
localtime() [function.localtime]: 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 'America/Los_Angeles' for '-8.0/no DST' instead
Error # 2048
Line 225 of locale.php.
Is this fixable or should I go back to an older version of PHP?
Thanks for the great product by the way, it's a huge time saver.