Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(C:\php5\pear\cake\libs\controller\files_controller.php) is not within the allowed path(s): (D:/usr/20703/hotelrusava.cz) in D:\usr\20703\hotelrusava.cz\cake\basics.php on line 1077

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\usr\20703\hotelrusava.cz\cake\basics.php:1077) in D:\usr\20703\hotelrusava.cz\cake\libs\session.php on line 154

Warning: Cannot modify header information - headers already sent by (output started at D:\usr\20703\hotelrusava.cz\cake\basics.php:1077) in D:\usr\20703\hotelrusava.cz\cake\libs\session.php on line 155
HOTEL RUSAVA Missing Controller

Missing controller

You are seeing this error because controller FilesController 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\files_controller.php

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