Thanks for this. I double checked and these are okay. There were some
other small issues and once each was taken care of the error messages
are gone. Still a problem with functionality (maybe have to do
something more with wiki.d which is chmod 777). <br>
<br>
Also an &quot;approve sites&quot; for the image in the header (same site as the wiki is on, oddly), but can&#39;t get rid of that.<br>
<br>
Will try ot deal with those tomorrow.<br>
<br>
Don<br><br><br><div><span class="gmail_quote">
On 4/5/07, <b class="gmail_sendername">H. Fox</b> &lt;<a href="mailto:haganfox@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">haganfox@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On 4/5/07, Donald Z. Osborn &lt;<a href="mailto:dzosborn@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dzosborn@gmail.com</a>&gt; wrote:<br>&gt; Thanks, that indeed was one problem, but the software is apparently having
<br>&gt; trouble finding the files indicated in the include_once lines even though
<br>&gt; everything appears to be where it should be.<br>&gt;<br>&gt; ... [ function.include-once]: failed to open stream: No such file or<br>&gt; directory ...<br><br>For a recipe.php script in the cookbook/ directory, the line would look like
<br><br>&nbsp;&nbsp; include_once(&#39;cookbook/recipe.php&#39;);<br><br>or<br><br>&nbsp;&nbsp; include_once(&quot;$FarmD/cookbook/recipe.php&quot;);<br><br>Note the use of single- versus double-quotes.<br><br>For the author.php script in the scripts/ directory, the line would look like
<br><br>&nbsp;&nbsp; include_once(&quot;$FarmD/scripts/author.php&quot;);<br><br>Hagan<br></blockquote></div><br>