Missing Method in AboutController
You are seeing this error because the action privacy is not defined in controller AboutController
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 AboutController extends AppController
{
function privacy()
{
}
}
?>
in file : app/controllers/about_controller.php
Error: Unable to execute action privacy in AboutController