XF 1.5 Issue with Time Zones

Blackbeard

Well-known member
I get this error in the Xenforo dashboard. Not sure why:
Code:
xception: DateTimeZone::__construct(): Unknown or bad timezone () - library/XenForo/ControllerPublic/Member.php:74
Generated By: rick53, 43 minutes ago
Stack Trace
#0 /domain.com/library/XenForo/ControllerPublic/Member.php(74): DateTimeZone->__construct('')
#1 /domain.com/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Member->actionIndex()
#2 /domain.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /domain.com/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(30) "http://www.domain.com/members/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
 
It could be due to an invalid timezone on a member profile, but that shouldn't be possible as the registration shouldn't save.

What is the actual URL to the site?
 
Top Bottom