Missing Method in PageController
Error: The action about is not defined in controller PageController
Error: Create PageController::about() in file: app/controllers/page_controller.php.
<?php
class PageController extends AppController {
var $name = 'Page';
function about() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp