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