Missing Method in PageController
You are seeing this error because the action edition is not defined in controller PageController
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal : Confirm you have created the PageController::edition in file : app/controllers/page_controller.php.
<?php
class PageController extends AppController {
function edition() {
}
}
?>
