Missing Method in IndexController
Error: The action index is not defined in controller IndexController
Error: Create IndexController::index() in file: app\controllers\index_controller.php.
<?php
class IndexController extends AppController {
var $name = 'Index';
function index() {
}
}
?>
Notice: If you want to customize this error message, create app\views\errors\missing_action.ctp.











