Missing Method in ProfilesController
You are seeing this error because the action function.file-put-contents is not defined in controller ProfilesController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the ProfilesController::function.file-put-contents() in file : app/controllers/profiles_controller.php
<?php
class ProfilesController extends AppController {
function function.file-put-contents() {
}
}
?>
|