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

Warning: file_put_contents(/home/xmba/thepinkbull.com/cake/app/tmp/cache/models/default_products) [function.file-put-contents]: failed to open stream: No such file or directory in /home/xmba/thepinkbull.com/cake/cake/basics.php on line 871
Missing Method in Controller : The PinkBull camisetas

Missing Method in ProductsController

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

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

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

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

}
?>