error on including file Accounting.php.inc

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
ravi.minds
Forum Newbie
Posts: 1
Joined: Fri Jun 30, 2006 5:53 am

error on including file Accounting.php.inc

Post by ravi.minds »

Following is the error

Warning: require() [function.require]: open_basedir restriction in effect. File(/usr/local/cpanel/Cpanel/Accounting.php.inc) is not within the allowed path(s):



Fatal error: require() [function.require]: Failed opening required '/usr/local/cpanel/Cpanel/Accounting.php.inc' (include_path='.:/usr/local/lib/php')
jamiel
Forum Contributor
Posts: 276
Joined: Wed Feb 22, 2006 5:17 am
Location: London, United Kingdom

Post by jamiel »

Running in safe mode? You need to add the include directory to safe_mode_include_dir=
Post Reply