Hello
While trying to make the example from the cPanel::Accounting PHP Module run, I get an open_basedir 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): (/home/test:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/test/test1.php on line 3
How do I make this script work from a normal webpage (apache/PHP5)??
While trying to make the example from the cPanel::Accounting PHP Module run, I get an open_basedir 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): (/home/test:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/test/test1.php on line 3
How do I make this script work from a normal webpage (apache/PHP5)??