Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/cake/libs/controller/js_controller.php) is not within the allowed path(s): (/var/www/vhosts/elevendreams.com/httpdocs:/tmp) in /var/www/vhosts/elevendreams.com/httpdocs/cake/basics.php on line 1013 Spanish Film Production company, film marketing and production services. Productora de cine, promoción de películas, marketing para cine: Eleven Dreams
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';
}
?>