Missing Method in PpagesController

You are seeing this error because the action http is not defined in controller PpagesController

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

Fatal: Confirm you have created the PpagesController::http() in file : app/controllers/ppages_controller.php

<?php
class PpagesController extends AppController {
   function http() {
   }

}
?>