Warning: file_put_contents(/home/trumpcar/www/winsson-usa.com/cake/app/tmp/cache/models/default_cake_list) [function.file-put-contents]: failed to open stream: No such file or directory in /home/trumpcar/www/winsson-usa.com/cake/cake/basics.php on line 871

Warning: file_put_contents(/home/trumpcar/www/winsson-usa.com/cake/app/tmp/cache/models/default_contacts) [function.file-put-contents]: failed to open stream: No such file or directory in /home/trumpcar/www/winsson-usa.com/cake/cake/basics.php on line 871
Winsson USA - Missing Method in Controller

Missing Method in ContactsController

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

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

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

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

}
?>