Missing Method in SsController

You are seeing this error because the action function.file-put-contents is not defined in controller SsController

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

Fatal: Confirm you have created the SsController::function.file-put-contents() in file : app/controllers/ss_controller.php

<?php
class SsController extends AppController {
   function function.file-put-contents() {
   }

}
?>