Warning (2): file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/share/php/cake/libs/controller/img_controller.php) is not within the allowed path(s): (/home/palmerweb/typo3:/tmp:/home/palmerweb/typo3_src-4.2.8) [CORE/cake/basics.php, line 1511]
Warning (2): file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/share/pear/cake/libs/controller/img_controller.php) is not within the allowed path(s): (/home/palmerweb/typo3:/tmp:/home/palmerweb/typo3_src-4.2.8) [CORE/cake/basics.php, line 1511]
Warning (2): session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/palmerweb/typo3/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/palmerweb/typo3/cake/basics.php:747) [CORE/cake/libs/session.php, line 155]
Palmer Snowboard online-Shop, Palmer Snowboards - feels-like-flying, Palmer Snowboards - Missing Controller

Missing controller

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

Notice: If you want to customize this error message, create palmer08/views/errors/missing_controller.ctp

Fatal: Create the class below in file: palmer08/controllers/img_controller.php

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