Notice (8): Undefined property: CakeErrorController::$Pagination [APP/controllers/app_controller.php, line 21]
Notice (8): Trying to get property of non-object [APP/controllers/app_controller.php, line 21]

Missing Controller

Error: ImgController could not be found.

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

<?php
class ImgController extends AppController {

	var $name = 'Img';
}
?>

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

(default) 2 queries took 351 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `titles_languages`33312
2SELECT `Language`.`id`, `Language`.`languageName` FROM `titles_languages` AS `Language` WHERE 1 = 1 2239