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