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