Notice (8): Undefined variable: intro [APP/views/layouts/default.ctp, line 27]
Notice (8): Undefined variable: intro [APP/views/layouts/default.ctp, line 42]
Notice (8): Undefined variable: intro [APP/views/layouts/default.ctp, line 87]
Notice (8): Undefined variable: intro [APP/views/layouts/default.ctp, line 88]>

Missing Controller

Error: Controller could not be found.

Error: Create the class Controller below in file: app/controllers/controller.php

<?php
class Controller extends AppController {

	var $name = '';
}
?>

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

Notice (8): Undefined variable: intro [APP/views/layouts/default.ctp, line 99]