Hello, I have a little problem with Activity overview in the Dashboard. It does not showing me any data. All I have are the arrows just like in the screenshot below.
I have installed a fresh PS 8.0.1 and it was working with no problem. The Activity overview stopped working either after upgrade from PS 8.0.1 to 8.0.2 or after upgrade from PS 8.0.2 to 8.0.3. Unfortunately, I have not noticed when this happened exactly. I have not upgraded to 8.0.4 yet. When I click on Olnine Visitors in the Activity overview I have Error 500 array_map(): Argument #2 ($array) must be of type array, bool given.
in controllers/admin/AdminStatsTabController.php (line 179)
protected function getModules() { return array_map( function ($moduleArray) {return ['name' => $moduleArray['module']]; }, Hook::getHookModuleExecList('displayAdminStatsModules') ); } public function displayStats() {
In the logs tab I have a following problems:
CRITICAL
18:18:14
request Uncaught PHP Exception TypeError: "array_map(): Argument #2 ($array) must be of type array, bool given" at /XXXXX/controllers/admin/AdminStatsTabController.php line 179
{
"exception": {}
}
DEBUG
18:18:12
php Warning: filemtime(): stat failed for /XXXX/admin828entgy6vamtjzorju/themes//template
{
"exception": {
"severity": 2,
"file": "/XXXX/classes/controller/AdminController.php",
"line": 462,
"trace": [
{
"file": "/XXXXX/classes/controller/Controller.php",
"line": 246,
"function": "__construct",
"class": "AdminControllerCore",
"type": "->"
}
],
"count": 1
}
}
I have attached screenshots of entire Debug. I have no iea what happened and how to fix this. Does anyone know how to solve?