Missing Method in Controller
Missing Method in AtestariController
You are seeing this error because the action atestari is not defined in controller AtestariController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the AtestariController::atestari() in file : app/controllers/atestari_controller.php
<?php
class AtestariController extends AppController {
function atestari() {
}
}
?>