Missing Method in FormsController

You are seeing this error because the action archive is not defined in controller FormsController

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

Fatal: Confirm you have created the FormsController::archive() in file : /controllers/forms_controller.php

<?php
class FormsController extends AppController {
   function archive() {
   }

}
?>