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

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

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

Warning: Cannot modify header information - headers already sent by (output started at /home/idlerco/cake/dispatcher.php:151) in /home/idlerco/cake/libs/session.php on line 133
Idlebuyer
Disclaimer

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