jeffwidman
Active member
NewRelic is reporting that domain.com/forum/register/register threw 57 of these errors in the last 24 hours:
There are no entries in the Xenforo server logs.
If this is still true, I'm guessing it's caused by bots hitting the registration form with messed up timezone info so it throws an error.
But probably the exception should be caught within the app?
Code:
DateTimeZone::__construct(): Unknown or bad timezone ()
There are no entries in the Xenforo server logs.
But the registration form automatically detects the time on the client computer and sets an appropriate default time zone.
If this is still true, I'm guessing it's caused by bots hitting the registration form with messed up timezone info so it throws an error.
But probably the exception should be caught within the app?
Last edited: