Missing Method in NoticiasController
Error: The action printNews is not defined in controller NoticiasController
Error: Create NoticiasController::printNews() in file: acorianooriental/controllers/noticias_controller.php.
<?php
class NoticiasController extends AppController {
var $name = 'Noticias';
function printNews() {
}
}
?>
Notice: If you want to customize this error message, create acorianooriental/views/errors/missing_action.ctp





