Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/share/pear/cake/libs/controller/inc_controller.php) is not within the allowed path(s): (/home/httpd/vhosts/skay-net.co.jp/subdomains/www/httpdocs:/tmp) in /home/httpd/vhosts/skay-net.co.jp/subdomains/www/httpdocs/cake/basics.php on line 1073 愛知県名古屋市のシステム開発・Web制作・ソフトウェア製作 株式会社Skay-Net
Missing controller
You are seeing this error because controller IncController 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/inc_controller.php
<?php
class IncController extends AppController {
var $name = 'Inc';
}
?>