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