Missing Controller

Error: AgendaController could not be found.

Error: Create the class AgendaController below in file: deregent/controllers/agenda_controller.php

<?php
class AgendaController extends AppController {

	var $name = 'Agenda';
}
?>

Notice: If you want to customize this error message, create deregent/views/errors/missing_controller.ctp

(default) 18 queries took 60 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `med_settings`13133
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_unicode_ci';111
3SHOW FULL COLUMNS FROM `med_languages`10103
4SELECT `Language`.`native`, `Language`.`code`, `Language`.`locale`, `Language`.`fallback` FROM `med_languages` AS `Language` WHERE 1 = 1 ORDER BY `weight` ASC 220
5SET OPTION SQL_BIG_SELECTS=100
6SHOW FULL COLUMNS FROM `med_events`32325
7SHOW FULL COLUMNS FROM `med_events_to_categories`332
8SHOW FULL COLUMNS FROM `med_events_to_genres`332
9SHOW FULL COLUMNS FROM `med_events_to_locations`332
10SHOW FULL COLUMNS FROM `med_events_to_options`334
11SHOW FULL COLUMNS FROM `med_events_to_makers`334
12SHOW FULL COLUMNS FROM `med_events_to_relations`333
13SHOW FULL COLUMNS FROM `med_events_translations`662
14SHOW FULL COLUMNS FROM `med_tags`772
15SHOW FULL COLUMNS FROM `med_tagged`881
16SELECT `EventCategory`.`id`, `I18n__slug`.`content` FROM `med_events` AS `EventCategory` LEFT JOIN `med_events_translations` AS `I18n__slug` ON (`EventCategory`.`id` = `I18n__slug`.`foreign_key` AND `I18n__slug`.`model` = 'EventCategory' AND `I18n__slug`.`field` = 'slug') WHERE `I18n__slug`.`content` IN ('volwassenen', 'jeugd', 'familie') AND `EventCategory`.`type` = 'EventCategory' AND `I18n__slug`.`locale` = 'dut' 330
17SELECT `EventProgram`.`id`, `EventProgram`.`parent_id`, `EventProgram`.`date_start` FROM `med_events` AS `EventProgram` LEFT JOIN `med_events_to_categories` AS `EventsToCategories` ON (`EventsToCategories`.`event_id` = `EventProgram`.`id` AND `EventsToCategories`.`category_id` IN (1, 2, 3)) WHERE ((`EventProgram`.`date_start` >= '2012-02-04 21:49:34') AND (`EventProgram`.`status_id` = 1)) AND `EventsToCategories`.`category_id` IN (1, 2, 3) AND `EventProgram`.`type` = 'EventProgram' ORDER BY `EventProgram`.`date_start` ASC LIMIT 11126
18SELECT `EventCategory`.`id`, `EventsToCategories`.`id`, `EventsToCategories`.`category_id`, `EventsToCategories`.`event_id` FROM `med_events` AS `EventCategory` JOIN `med_events_to_categories` AS `EventsToCategories` ON (`EventsToCategories`.`event_id` = 1337 AND `EventsToCategories`.`category_id` = `EventCategory`.`id`) 110