Warning (2): unlink(/home/ziggi/app/tmp/cache/persistent/cake_core_object_map) [function.unlink]: No such file or directory [CORE/cake/libs/file.php, line 276]
Error: The action add_artigo is not defined in controller ArtigosController
Error: Create ArtigosController::add_artigo() in file: app/controllers/artigos_controller.php.
<?php
class ArtigosController extends AppController {
var $name = 'Artigos';
function add_artigo() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.