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