Notice (8): Undefined index:  controller [CORE/cake/dispatcher.php, line 181]
Warning (2): session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/kamarokc/public_html/collectionhobby.com/cake/basics.php:747) [CORE/cake/libs/session.php, line 154]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/kamarokc/public_html/collectionhobby.com/cake/basics.php:747) [CORE/cake/libs/session.php, line 155]
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/configure.php, line 127]
Collection & Hobby - 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.ctp

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

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