Fatal error: AppConfig::cacheQuery(): Return value must be of type array, null returned
Произошло в:
/home/d/dormidos/avrika_php/core/AppConfig.php
(строка 506)
return $data;
Трассировка:
#0 /home/d/dormidos/avrika_php/core/JobsService.php
(строка 58)
$rows = $this->config->cacheQuery($cacheKey, $query, DB_CACHE_TIME, $queryParams);
#1 /home/d/dormidos/avrika_php/core/JobsService.php
(строка 1140)
$work_schedules = $this->getCachedDictionaryRows(
#2 /home/d/dormidos/avrika_php/public_html/pages/jobs/index.php
(строка 76)
$schedules = $app_config->JobsService->getWorkSchedules();
#3 /home/d/dormidos/avrika_php/public_html/templates/default_template.php
(строка 17)
include $page_to_load; // Загружаем нужную страницу в буфер
#4 /home/d/dormidos/avrika_php/core/Router.php
(строка 1142)
include $templatePath;
#5 /home/d/dormidos/avrika_php/public_html/default.php
(строка 28)
$router->dispatch($context);