Categories Page Error

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
esmith
Posts: 20
Joined: Mon Oct 17, 2016 3:29 pm

Categories Page Error

Post by esmith »

HESK version: 2.7.5 - Check for updates
Mods for HESK Version: 2018.2.0 - Update available
PHP version: 5.3.17 (MySQLi)
MySQL version: 5.5.54



I get an error "failed retrieving categories" when trying to open the categories page in hesk. I get this same error for these three attributes on the file. With these commented out the page works but you can barely read the category name. Any Idea what is going on. I haven't made any recent changes but we don't add categories two often either.

$category->backgroundColor = $row['background_color'];
$category->foregroundColor = $row['foreground_color'];
$category->displayBorder = $row['display_border_outline'] === '1';








Administrator REST API: CategoryGateway /srv/www/htdocs/hesk/api/DataAccess/Categories/CategoryGateway.php:42 Undefined index: display_border_outline #0 /srv/www/htdocs/hesk/api/DataAccess/Categories/CategoryGateway.php(42): errorHandler(8, 'Undefined index...', '/srv/www/htdocs...', 42, Array)
#1 /srv/www/htdocs/hesk/api/BusinessLogic/Categories/CategoryRetriever.php(34): DataAccess\Categories\CategoryGateway->getAllCategories(Array, Array)
#2 /srv/www/htdocs/hesk/api/Controllers/Categories/CategoryController.php(35): BusinessLogic\Categories\CategoryRetriever->getAllCategories(Array, Object(BusinessLogic\Security\UserContext))
#3 /srv/www/htdocs/hesk/api/Controllers/Categories/CategoryController.php(26): Controllers\Categories\CategoryController::getAllCategories()
#4 [internal function]: Controllers\Categories\CategoryController::printAllCategories()
#5 /srv/www/htdocs/hesk/api/Link.php(201): call_user_func_array('Controllers\Cat...', Array)
#6 /srv/www/htdocs/hesk/api/Link.php(113): Link::callFunction('Controllers\Cat...', Array, 'GET', Array)
#7 /srv/www/htdocs/hesk/api/index.php(251): Link::all(Array)
#8 {main}
Post Reply