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 /var/www/vhosts/elchemie.co.za/httpdocs/cake/basics.php:747) [CORE/cake/libs/session.php, line 154]
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/vhosts/elchemie.co.za/httpdocs/cake/basics.php:747) [CORE/cake/libs/session.php, line 155]
Missing Controller - Elchemie

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 = '';
}
?>