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) 4 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Breakfast' ORDER BY `MenuSection`.`display_order` ASC 330
2SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Lunch / Dinner' ORDER BY `MenuSection`.`display_order` ASC 330
3SELECT `Setting`.`value` FROM `settings` AS `Setting` WHERE `name` = 'hours' 110
4SELECT COUNT(*) AS `count` FROM `event_comments` AS `EventComment` LEFT JOIN `events` AS `Event` ON (`EventComment`.`event_id` = `Event`.`id`) WHERE `EventComment`.`approved` = 0 110