Missing Controller

Error: ImgController could not be found.

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

<?php
class ImgController extends AppController {

	var $name = 'Img';
}
?>

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

(default) 4 queries took 3 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `cf_main_categories`771
2DESCRIBE `cf_categories`881
3DESCRIBE `cf_variables`551
4SELECT `MainCategory`.`id`, `MainCategory`.`name`, `MainCategory`.`url`, `MainCategory`.`is_first_page`, `MainCategory`.`order`, `MainCategory`.`created`, `MainCategory`.`modified` FROM `cf_main_categories` AS `MainCategory` WHERE 1 = 1 770