Notice: Undefined index: controller in /home1/exadoxco/public_html/v23/cake/dispatcher.php on line 152

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home1/exadoxco/public_html/v23/cake/libs/session.php on line 447

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home1/exadoxco/public_html/v23/cake/libs/session.php on line 496

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home1/exadoxco/public_html/v23/cake/libs/session.php on line 497

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home1/exadoxco/public_html/v23/cake/libs/session.php on line 498

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home1/exadoxco/public_html/v23/cake/libs/session.php on line 499

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home1/exadoxco/public_html/v23/cake/libs/session.php on line 447
CakePHP(tm) : Missing Controller

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.thtml.

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

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