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