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