( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/opt/remi/php56/root/usr/share/pear/cake/libs/controller/js_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.0002261240{main}( ).../index.php:0
20.0071486736Dispatcher->dispatch( ).../index.php:82
30.0079490536loadController( ).../dispatcher.php:92
40.0087515336fileExistsInPath( ).../basics.php:299
50.0091517016file_exists ( ).../basics.php:1078

( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/opt/remi/php56/root/usr/share/php/cake/libs/controller/js_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.0002261240{main}( ).../index.php:0
20.0071486736Dispatcher->dispatch( ).../index.php:82
30.0079490536loadController( ).../dispatcher.php:92
40.0087515336fileExistsInPath( ).../basics.php:299
50.0106517016file_exists ( ).../basics.php:1078

( ! ) Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/pear/cake/libs/controller/js_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.0002261240{main}( ).../index.php:0
20.0071486736Dispatcher->dispatch( ).../index.php:82
30.0079490536loadController( ).../dispatcher.php:92
40.0087515336fileExistsInPath( ).../basics.php:299
50.0114517160file_exists ( ).../basics.php:1078
CakePHP(tm) : Missing Controller

Missing controller

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

<?php
class JsController extends AppController {
   var $name = 'Js';
}
?>