More Website Templates at TemplateMonster.com!
Missing Method in RankforusersController
Error: The action index is not defined in controller RankforusersController
Error: Create RankforusersController::index() in file: app/controllers/rankforusers_controller.php.
<?php
class RankforusersController extends AppController {
var $name = 'Rankforusers';
function index() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.