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() {
}
}
?>
Clay Mabbitt fell haplessly into web site design as a freshman at Indiana University. After innumerable adventures designing sites in the academic, corporate, and government arenas, he struck out on his own as a freelance developer. He lives and works in Indianapolis.