20th April, 2010
 :: Home
 ::
Notice: Undefined index: controller in /home/hearts/public_html/site/app/views/elements/menu.thtml on line 18
News
 ::
Notice: Undefined index: controller in /home/hearts/public_html/site/app/views/elements/menu.thtml on line 27
Press Releases
 ::
Notice: Undefined index: controller in /home/hearts/public_html/site/app/views/elements/menu.thtml on line 36
League Table
 :: Chapters
 :: Results
 :: Fixtures
 :: Local League
 :: Champions League
 :: FA Cup
 :: The Club
 :: Fan Zone
 :: Contact Us

Missing Method in PagesController

You are seeing this error because the action home is not defined in controller PagesController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the PagesController::home() in file : app/controllers/pages_controller.php

<?php
class PagesController extends AppController {
   function home() {
   }

}
?>