Notice: Undefined property: pageDescription in /data/virtual/web/ri01/www.visitthecity.co.uk/htdocs/cake/cake/libs/view/view.php on line 238

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /data/virtual/web/ri01/www.visitthecity.co.uk/htdocs/cake/cake/libs/view/view.php:238) in /data/virtual/web/ri01/www.visitthecity.co.uk/htdocs/cake/cake/libs/session.php on line 131

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /data/virtual/web/ri01/www.visitthecity.co.uk/htdocs/cake/cake/libs/view/view.php:238) in /data/virtual/web/ri01/www.visitthecity.co.uk/htdocs/cake/cake/libs/session.php on line 131
Visit the City - Missing Method in Controller
  1. Access key 1 to the homepage
  2. Access key 2 to What is the City?
  3. Access key 3 to What to see
  4. Access key 4 to Where to stay
  5. Access key 5 to Where to eat and drink
  6. Access key 6 to Where to shop
  7. Access key 7 to Venues for hire
  8. Access key 8 to Getting around
  9. Access key 9 to Practical info
  10. Skip navigation to content

City of London Information Centre
St Paul's Churchyard,
London, EC4M 8BX

> City map

Missing Method in HomeController

You are seeing this error because the action disabled_access is not defined in controller HomeController

Notice: this error is being rendered by the app/views/errors/missing_action.thtml view file, a user-customizable error page for handling invalid action dispatches.

Fatal: Create Method:

<?php
    class HomeController extends AppController
    {
        function disabled_access()
        {

        }
    }
?>

in file : app/controllers/home_controller.php

Error: Unable to execute action disabled_access in HomeController