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 "approve sites" for the image in the header (same site as the wiki is on, oddly), but can'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> <<a href="mailto:haganfox@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">haganfox@gmail.com</a>> 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 <<a href="mailto:dzosborn@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dzosborn@gmail.com</a>> wrote:<br>> Thanks, that indeed was one problem, but the software is apparently having
<br>> trouble finding the files indicated in the include_once lines even though
<br>> everything appears to be where it should be.<br>><br>> ... [ function.include-once]: failed to open stream: No such file or<br>> directory ...<br><br>For a recipe.php script in the cookbook/ directory, the line would look like
<br><br> include_once('cookbook/recipe.php');<br><br>or<br><br> include_once("$FarmD/cookbook/recipe.php");<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> include_once("$FarmD/scripts/author.php");<br><br>Hagan<br></blockquote></div><br>