Missing Controller

Error: ImgController could not be found.

Error: Create the class ImgController below in file: oceanmist.net/controllers/img_controller.php

<?php
class ImgController extends AppController {

	var $name = 'Img';
}
?>

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

(default) 9 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `menu_sections`661
2DESCRIBE `menu_items`990
3SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Breakfast' ORDER BY `MenuSection`.`display_order` ASC 330
4SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Lunch / Dinner' ORDER BY `MenuSection`.`display_order` ASC 330
5DESCRIBE `settings`330
6SELECT `Setting`.`value` FROM `settings` AS `Setting` WHERE `name` = 'hours' 110
7DESCRIBE `event_comments`880
8DESCRIBE `events`12120
9SELECT COUNT(*) AS `count` FROM `event_comments` AS `EventComment` LEFT JOIN `events` AS `Event` ON (`EventComment`.`event_id` = `Event`.`id`) WHERE `EventComment`.`approved` = 0 110