( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/opt/remi/php56/root/usr/share/pear/cake/libs/controller/css_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.0001261600{main}( ).../index.php:0
20.0093583712Dispatcher->dispatch( ).../index.php:82
30.0100587128loadController( ).../dispatcher.php:92
40.0110611520fileExistsInPath( ).../basics.php:299
50.0114613200file_exists ( ).../basics.php:1078

( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/opt/remi/php56/root/usr/share/php/cake/libs/controller/css_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.0001261600{main}( ).../index.php:0
20.0093583712Dispatcher->dispatch( ).../index.php:82
30.0100587128loadController( ).../dispatcher.php:92
40.0110611520fileExistsInPath( ).../basics.php:299
50.0125613200file_exists ( ).../basics.php:1078

( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/pear/cake/libs/controller/css_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.0001261600{main}( ).../index.php:0
20.0093583712Dispatcher->dispatch( ).../index.php:82
30.0100587128loadController( ).../dispatcher.php:92
40.0110611520fileExistsInPath( ).../basics.php:299
50.0146613344file_exists ( ).../basics.php:1078
CakePHP(tm) : Missing Controller

Missing controller

You are seeing this error because controller CssController 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/css_controller.php

<?php
class CssController extends AppController {
   var $name = 'Css';
}
?>