Missing Method in ApplicantsController
You are seeing this error because the action function.file-put-contents
is not defined in controller ApplicantsController
Notice: this error is being rendered by the app/views/errors/missing_action.thtml
view file, a user-customizable error page for handling invalid action dispatches.
Fatal: Create Method:
<?php
class ApplicantsController extends AppController
{
function function.file-put-contents()
{
}
}
?>
in file : app/controllers/applicants_controller.php
Error: Unable to execute action function.file-put-contents in
ApplicantsController
|