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 At 09:46 AM 12/10/2009, you wrote: >As best I can tell even though there is a user assigned to a virtual host, >that user can not write to the disk. This is only an issue with BlueOnyx, >not with BlueQuartz. So earlier CUBE systems didn't have this problem I >am told. Do I need to move the virtual site user to a folder to write to >disk. The user owns the php file and folder. > >~~ Thanks, David - the newbie > > >_______________________________________________ >Blueonyx mailing list >[email protected] >http://www.blueonyx.it/mailman/listinfo/blueonyx Dr. Blunt Professor of Psychology _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
