( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/opt/remi/php56/root/usr/share/pear/cake/libs/controller/files_controller.php) is not within the allowed path(s): (/var/www/clients/client1/web69/web:/var/www/clients/client1/web69/private:/var/www/clients/client1/web69/tmp:/var/www/colpis-bo.ixole.es/web:/srv/www/colpis-bo.ixole.es/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/home/devel/colpis-bo) in /var/www/clients/client1/web69/web/cake/basics.php on line 1078
Call Stack
#TimeMemoryFunctionLocation
10.0001261192{main}( ).../index.php:0
20.0019486688Dispatcher->dispatch( ).../index.php:82
30.0024490504loadController( ).../dispatcher.php:92
40.0028515336fileExistsInPath( ).../basics.php:299
50.0034517016file_exists ( ).../basics.php:1078

( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/opt/remi/php56/root/usr/share/php/cake/libs/controller/files_controller.php) is not within the allowed path(s): (/var/www/clients/client1/web69/web:/var/www/clients/client1/web69/private:/var/www/clients/client1/web69/tmp:/var/www/colpis-bo.ixole.es/web:/srv/www/colpis-bo.ixole.es/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/home/devel/colpis-bo) in /var/www/clients/client1/web69/web/cake/basics.php on line 1078
Call Stack
#TimeMemoryFunctionLocation
10.0001261192{main}( ).../index.php:0
20.0019486688Dispatcher->dispatch( ).../index.php:82
30.0024490504loadController( ).../dispatcher.php:92
40.0028515336fileExistsInPath( ).../basics.php:299
50.0049517016file_exists ( ).../basics.php:1078

( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/pear/cake/libs/controller/files_controller.php) is not within the allowed path(s): (/var/www/clients/client1/web69/web:/var/www/clients/client1/web69/private:/var/www/clients/client1/web69/tmp:/var/www/colpis-bo.ixole.es/web:/srv/www/colpis-bo.ixole.es/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/home/devel/colpis-bo) in /var/www/clients/client1/web69/web/cake/basics.php on line 1078
Call Stack
#TimeMemoryFunctionLocation
10.0001261192{main}( ).../index.php:0
20.0019486688Dispatcher->dispatch( ).../index.php:82
30.0024490504loadController( ).../dispatcher.php:92
40.0028515336fileExistsInPath( ).../basics.php:299
50.0061517168file_exists ( ).../basics.php:1078
CakePHP(tm) : 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';
}
?>