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