Notice (8): Undefined variable: description [APP/views/layouts/main404.ctp, line 10]
Notice (8): Undefined variable: keywords [APP/views/layouts/main404.ctp, line 13]

Missing Controller

Error: ThousesController could not be found.

Error: Create the class ThousesController below in file: www/controllers/thouses_controller.php

<?php
class ThousesController extends AppController {

	var $name = 'Thouses';
}
?>

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

ВВЕРХ