Missing Controller
Error: CommunityController could not be found.
Error: Create the class CommunityController below in file: app/controllers/community_controller.php
<?php
class CommunityController extends AppController {
var $name = 'Community';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
