Warning: file_put_contents(/home/groups/m/mo/moco//hype/tmp/cache/models/default_m103709_moco_list) [function.file-put-contents]: failed to open stream: Read-only file system in /home/groups/m/mo/moco/cake/basics.php on line 871

Warning: file_put_contents(/home/groups/m/mo/moco//hype/tmp/cache/models/default_posts) [function.file-put-contents]: failed to open stream: Read-only file system in /home/groups/m/mo/moco/cake/basics.php on line 871

Warning: file_put_contents(/home/groups/m/mo/moco//hype/tmp/cache/models/default_postcomments) [function.file-put-contents]: failed to open stream: Read-only file system in /home/groups/m/mo/moco/cake/basics.php on line 871

Warning: file_put_contents(/home/groups/m/mo/moco//hype/tmp/cache/models/default_posttags) [function.file-put-contents]: failed to open stream: Read-only file system in /home/groups/m/mo/moco/cake/basics.php on line 871
Missing Method in Controller - The MoCo Project

Missing Method in PostsController

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

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

Fatal: Confirm you have created the PostsController::function.file-put-contents() in file : hype/controllers/posts_controller.php

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

}
?>