Missing Method in PortfolioController

You are seeing this error because the action ohna is not defined in controller PortfolioController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the PortfolioController::ohna() in file : app/controllers/portfolio_controller.php

<?php
class PortfolioController extends AppController {
   function ohna() {
   }

}
?>

Portfolio Blog Contact