( ! ) 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.0001261080{main}( ).../index.php:0
20.0020486576Dispatcher->dispatch( ).../index.php:82
30.0023490384loadController( ).../dispatcher.php:92
40.0025515192fileExistsInPath( ).../basics.php:299
50.0029516872file_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.0001261080{main}( ).../index.php:0
20.0020486576Dispatcher->dispatch( ).../index.php:82
30.0023490384loadController( ).../dispatcher.php:92
40.0025515192fileExistsInPath( ).../basics.php:299
50.0035516872file_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.0001261080{main}( ).../index.php:0
20.0020486576Dispatcher->dispatch( ).../index.php:82
30.0023490384loadController( ).../dispatcher.php:92
40.0025515192fileExistsInPath( ).../basics.php:299
50.0042517024file_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';
}
?>