Warning (2): file_exists() [function.file-exists]: open_basedir restriction in effect. File(/cake/libs/controller/s_controller.php) is not within the allowed path(s): (/var/www/vhosts/default/htdocs:/tmp) [CORE/cake/basics.php, line 1498]
You are seeing this error because controller SController could not be found.
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
Fatal: Create the class below in file: app/controllers/s_controller.php
<?php
class SController extends AppController {
var $name = 'S';
}
?>