> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Dr. Blunt > Sent: Thursday, December 10, 2009 2:07 PM > To: BlueOnyx General Mailing List > Subject: [BlueOnyx:03073] Re: Virtual Host Permission > > FYI: > > Essentially I am trying to run a php script as a cron job from the command > line. These errors below show when manually running the php script. Is > php.ini blocking me? I turned Safe Mode Off logged in as ROOT and am still > getting these errors. Should I post the php.ini here so you can view it?~~ > David. > > PHP Warning: parse_ini_file(): open_basedir restriction in effect. > File(/home/.sites/28/site1/config/rater.ini) is not within the allowed > path(s): (/tmp/:/var/lib/php/session/) in > /home/.sites/28/site1/bin/scheduled/encrypt_orders.php on line 10 > PHP Warning: parse_ini_file(/home/.sites/28/site1/config/rater.ini): > failed to open stream: Operation not permitted in > /home/.sites/28/site1/bin/scheduled/encrypt_orders.php on line 10 > PHP Warning: require_once(): open_basedir restriction in effect. > File(/home/.sites/28/site1/bootstrap.php) is not within the allowed > path(s): (/tmp/:/var/lib/php/session/) in > /home/.sites/28/site1/bin/scheduled/encrypt_orders.php on line 11 > PHP Warning: require_once(/home/.sites/28/site1/bootstrap.php): failed to > open stream: Operation not permitted in > /home/.sites/28/site1/bin/scheduled/encrypt_orders.php on line 11 > PHP Fatal error: require_once(): Failed opening required > '/home/.sites/28/site1/bootstrap.php' > (include_path='.:/usr/share/pear:/usr/share/php') in > /home/.sites/28/site1/bin/scheduled/encrypt_orders.php on line 11
I don't believe the Safe Mode settings have any effect on Open_Basedir. _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
