Error: The action img is not defined in controller PlacapretaController
Error: Create PlacapretaController::img() in file: app/controllers/placapreta_controller.php.
<?php class PlacapretaController extends AppController { var $name = 'Placapreta'; function img() { } } ?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.