Thanks cog I&#39;ll try that.<br><br>I&#39;m doing it the other way on several accounts on the same server and it is working. Why would it work on some accounts and not on others.<br><br>Shai<br><br><div class="gmail_quote">
On Mon, Apr 28, 2008 at 5:56 PM, Cog Rusty &lt;<a href="mailto:cog.rusty@gmail.com">cog.rusty@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Tue, Apr 29, 2008 at 12:24 AM, Shai Gluskin &lt;<a href="mailto:shai@content2zero.com">shai@content2zero.com</a>&gt; wrote:<br>
&gt; This time I get the following in the cron email:<br>
&gt;<br>
&gt; &gt; Warning: main(./includes/bootstrap.inc): failed to open stream: No such<br>
&gt; file or directory in /home/cmp/public_html/cron.php on line 9<br>
&gt; &gt;<br>
&gt; &gt; Warning: main(): Failed opening &#39;./includes/bootstrap.inc&#39; for inclusion<br>
&gt; (include_path=&#39;.:/usr/lib/php:/usr/local/lib/php&#39;) in<br>
&gt; /home/cmp/public_html/cron.php on line 9<br>
&gt; &gt;<br>
&gt; &gt; Fatal error: Call to undefined function: drupal_bootstrap() in<br>
&gt; /home/cmp/public_html/cron.php on line 10<br>
<br>
<br>
</div></div>You must run cron.php not as a file, but by accessing its URL with a<br>
local browser (wget, lynx, curl), as explained here:<br>
<br>
<a href="http://drupal.org/cron" target="_blank">http://drupal.org/cron</a><br>
<br>
The cause of this error is that you are running cron.php directly with<br>
php, so the current directory is not drupal and the &quot;./&quot; paths turn<br>
out wrong.<br>
<br>
<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Shai<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; &nbsp;[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
<font color="#888888">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br>