Notice: Undefined index: controller in /cake/dispatcher.php on line 151

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /cake/dispatcher.php:151) in /cake/libs/session.php on line 131

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /cake/dispatcher.php:151) in /cake/libs/session.php on line 131

Warning: Cannot modify header information - headers already sent by (output started at /cake/dispatcher.php:151) in /cake/app_controller.php on line 53
CakePHP : The PHP Rapid Development Framework :: Missing Controller

Missing controller

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

Notice: this error is being rendered by the app/views/errors/missing_controller.thtml view file, a user-customizable error page for handling invalid controller dispatches.

Fatal: Unable to load controller Controller

Fatal: Create Class:


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

in file : app/controllers/controller.php