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