Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/vhosts/toolofna.com/PEAR/cake/libs/controller/newsandpress_controller.php) is not within the allowed path(s): (/var/www/vhosts/toolofna.com/httpdocs:/tmp) in /var/www/vhosts/toolofna.com/httpdocs/cake/basics.php on line 1078
Tool Admin : Missing Controller

Missing controller

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

<?php
class NewsandpressController extends AppController {
   var $name = 'Newsandpress';
}
?>