Notice: Constant MOBILE already defined in /home/users/1/vivian.jp-maroon-curry/web/cake_tuhan/app_tuhan/app_controller.php on line 47
CakePHP(tm) : Missing Method in Controller

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() {
   }

}
?>