Missing Method in PagesController

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

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

Fatal: Confirm you have created the PagesController::privacy() in file : 60daystochange/controllers/pages_controller.php

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

}
?>