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