Missing Controller
Error: PageController could not be found.
Error: Create the class PageController below in file: app/controllers/page_controller.php
<?php
class PageController extends AppController {
	var $name = 'Page';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
