Missing Method in ForosController

You are seeing this error because the action js is not defined in controller ForosController

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

Fatal: Confirm you have created the ForosController::js() in file : app/controllers/foros_controller.php

<?php
class ForosController extends AppController {
   function js() {
   }

}
?>