Missing Method in Controller
Missing Method in AtestariController
You are seeing this error because the action confectii-metalice 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::confectii-metalice() in file : app/controllers/atestari_controller.php
<?php
class AtestariController extends AppController {
function confectii-metalice() {
}
}
?>