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