Missing Controller

Error: IndexController could not be found.

Error: Create the class IndexController below in file: app/Controller/IndexController.php

<?php
class IndexController extends AppController {

}

Notice: If you want to customize this error message, create app/View/Errors/missing_controller.ctp

Stack Trace

(default) 1 query took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT COUNT(*) AS `count` FROM `support_stable`.`departments` AS `Department` LEFT JOIN `support_stable`.`active_components` AS `Active_component` ON (`Active_component`.`department_id` = `Department`.`id`) LEFT JOIN `support_stable`.`department_configs` AS `Department_config` ON (`Department_config`.`department_id` = `Department`.`id`) WHERE `number` IS NULL111