Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (CST6CDT) at position 3 (6): Unexpected character in /home/user/public_html/manager/controllers/default/dashboard/widget.grid-online.php:25 Stack trace: #0 /home/user/public_html/manager/controllers/default/dashboard/widget.grid-online.php(25): DateTime->__construct('CST6CDT') #1 /home/user/public_html/folder/core/model/modx/moddashboardwidget.class.php(251): modDashboardWidgetWhoIsOnline->render() #2 /home/user/public_html/folder/core/model/modx/moddashboardwidget.class.php(123): modDashboardWidgetInterface->process() #3 /home/user/public_html/folder/core/model/modx/moddashboard.class.php(83): modDashboardWidget->getContent(Object(WelcomeManagerController)) #4 /home/user/public_html/manager/controllers/default/welcome.class.php(73): modDashboard->render(Object(WelcomeManagerController)) #5 /home/user/public_html/folder/core/model/modx/modmanagercontroller.class.php(155): WelcomeManagerController->process(Array) #6 /home/ in /home/user/public_html/manager/controllers/default/dashboard/widget.grid-online.php on line 25In the manager folder, the php_errorlog gives this message (again, I have changed identifying folder names with generic ones):
[04-Feb-2019 11:16:35 CST6CDT] PHP Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (CST6CDT) at position 3 (6): Unexpected character in /home/user/public_html/manager/controllers/default/dashboard/widget.grid-online.php:25Any help is very much appreciated!
Stack trace:
#0 /home/user/public_html/manager/controllers/default/dashboard/widget.grid-online.php(25): DateTime->__construct('CST6CDT')
#1 /home/user/public_html/folder/core/model/modx/moddashboardwidget.class.php(251): modDashboardWidgetWhoIsOnline->render()
#2 /home/user/public_html/folder/core/model/modx/moddashboardwidget.class.php(123): modDashboardWidgetInterface->process()
#3 /home/user/public_html/folder/core/model/modx/moddashboard.class.php(83): modDashboardWidget->getContent(Object(WelcomeManagerController))
#4 /home/user/public_html/manager/controllers/default/welcome.class.php(73): modDashboard->render(Object(WelcomeManagerController))
#5 /home/user/public_html/folder/core/model/modx/modmanagercontroller.class.php(155): WelcomeManagerController->process(Array)
#6 /home/ in /home/user/public_html/manager/controllers/default/dashboard/widget.grid-online.php on line 25
This question has been answered by paulp. See the first response.
Log into phpmyadmin and search for date_timezone in the system Settings and make sure there is a value in thereHi Paul, thanks for your response.
http://php.net/manual/en/timezones.php
Depends on you location, im in the UK so I use Europe/LondonHi Paul,
The link I provided has all the Timezones so just select the one where you are.