Notice (8): Undefined index:  controller [CORE/cake/dispatcher.php, line 181]
Missing Controller
Classroom 2.0 [beta]

Missing controller

You are seeing this error because controller Controller could not be found.

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

Fatal: Create the class below in file: app/controllers/controller.php

<?php
class Controller extends AppController {
   var $name = '';
}
?>