Notice (8): Undefined variable: page [APP/views/layouts/default.ctp, line 41]">

Notice (8): Undefined variable: page [APP/views/layouts/default.ctp, line 45]
Errors

Missing Controller

Error: InsideController could not be found.

Error: Create the class InsideController below in file: app/controllers/inside_controller.php

<?php
class InsideController extends AppController {

	var $name = 'Inside';
}
?>

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

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