<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Are you explicitly referencing the
Solarspeed PHP in your cron file? In my shell files that are
executed by cron, I have to call php like this in order to get the
Solarspeed version of php rather than the "stock" php from the
server:<br>
<br>
/home/solarspeed/php/bin/php /home/sites/www.mysite.com/myfile.php<br>
<br>
-jim<br>
<br>
</div>
<blockquote
cite="mid:CAPrMr00U=cJXN6wtUC9uExfgqdAbmR1PMmg1_Ua_LKr-jEXgiA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>I am hitting a brick wall. I have a VPS with a single
site. It will never have more sites. It has the PHP upgade
and is running PHP version 5.6.12</div>
<div><br>
</div>
<div>A cron job has been setup by root to run a PHP script but
it is giving the familiar open_basedir error as follows:</div>
<div><br>
</div>
<div>PHP Warning: include(): open_basedir restriction in
effect. <br>
File(/home/.sites/143/site2/web/home/include/init.inc.php) is
not within the allowed path(s):
(/tmp/:/var/lib/php/session/:/usr/sausalito/configs/php/:/usr/share/pear)<br>
</div>
<div><br>
</div>
<div>According to both the GUI and PHPinfo the open_basedir
includes this path</div>
<div><br>
</div>
<div>
<div>Local value:</div>
<div>/var/lib/php/session/:/usr/sausalito/configs/php/:/tmp/:/home/solarspeed/php/share/pear:/home/.sites/143/site2/<span class="" style="white-space:pre"> </span></div>
<div><br>
</div>
<div>Master Value:</div>
<div>/var/lib/php/session/:/usr/sausalito/configs/php/:/tmp/:/home/solarspeed/php/share/pear:/home/.sites/143/site2/</div>
</div>
<div><br>
</div>
<div>If it helps, PHP Info also reported the following:</div>
<div>
<div>Configuration File (php.ini) Path<span class="" style="white-space:pre"> </span>/home/solarspeed/php/etc</div>
<div>Loaded Configuration File<span class="" style="white-space:pre"> </span>/home/sites/<a
moz-do-not-send="true"
href="http://www.XXXXXXXXX.com/php.ini"><a class="moz-txt-link-abbreviated" href="http://www.XXXXXXXXX.com/php.ini">www.XXXXXXXXX.com/php.ini</a></a></div>
</div>
<div><br>
</div>
<div>I am guessing some how this software is not looking at the
php.ini file for the site. Is that because it is in a root
cron job? What can I do to make this work?<br>
</div>
<div><br>
</div>
<br clear="all">
<div>
<div class="gmail_signature">Dan Porter<br>
Twin Wolf Technology Group, LLC <br>
</div>
</div>
</div>
<br>
</blockquote>
<br>
<br>
</body>
</html>