Warning: file_exists(): open_basedir restriction in effect. File(/usr/share/pear//var/www/vhosts/roboserv.net/httpdocs/cake/libs/controller/oscar_controller.php) is not within the allowed path(s): (/var/www/vhosts/roboserv.net/httpdocs:/tmp) in /var/www/vhosts/roboserv.net/httpdocs/cake/basics.php on line 1010 Warning: file_exists(): open_basedir restriction in effect. File(/var/www/vhosts/bricoferr.es/httpdocs/webservice///var/www/vhosts/roboserv.net/httpdocs/cake/libs/controller/oscar_controller.php) is not within the allowed path(s): (/var/www/vhosts/roboserv.net/httpdocs:/tmp) in /var/www/vhosts/roboserv.net/httpdocs/cake/basics.php on line 1010 CakePHP : Missing Controller

Missing controller

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

<?php
class OscarController extends AppController {
   var $name = 'Oscar';
}
?>