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