<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1561" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>Well I resolved my 
'flunking farm issue', found a web server directive not set. 
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>Have a different 
question in regards to Farms. Can you nest? For example can you do 
--</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>/Home 
Wiki</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007>|</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>-\Child 
Wiki</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>&nbsp; 
|</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>&nbsp; -\GrandChild 
Wiki</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>I have setup a test 
Wiki of this depth and each Wiki in kind does work. What I want to do is have 
the settings of the config.php be inherited from the level above plus any local 
customization. However when I get to the GrandChild Wiki&nbsp;level I get the 
following notice:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT><SPAN class=395470420-10012007><STRONG>Fatal error</STRONG>: Allowed 
memory size of 8388608 bytes exhausted (tried to allocate 8192 bytes) in 
<B>/var/www/pmwiki/jgrp/local/config.php</B> on line 
<B>1</B></SPAN></FONT></DIV>
<DIV><FONT><SPAN 
class=395470420-10012007><STRONG></STRONG></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT><SPAN class=395470420-10012007>In the Child and GrandChild Wikis I 
have the following statement included in their respective /local 
dir:</SPAN></FONT></DIV>
<DIV><FONT><SPAN class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>&lt;?php 
include('../local/config.php');</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>I can avoid the 
error if I modify the code to this:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007><SPAN 
class=395470420-10012007>&lt;?php 
include('../../local/config.php');</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007><SPAN 
class=395470420-10012007></SPAN></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007><SPAN 
class=395470420-10012007>So as to be pointing to the Home local dir from the 
GrandChild wiki. But that removes the inhertience effect I am looking for. 
</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>So couple of 
questions:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>1) Over running 
memory as indicated by the Fatal error. I presume that is a PHP .ini setting 
that needs to be modifed. Any suggestions?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>2) Is there anything 
from a design perspective that would be problematic with setting up the Farm 
this way? For example, does this cause an issue with accessing the Home 
cookbook, pub and scripts&nbsp;dir?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007>Thanks!</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=395470420-10012007>John 
McGinnis</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=395470420-10012007>----------------------------------------------------------------------------------------------</SPAN></FONT></DIV>
<DIV>Basic research is when I'm doing what I don't know I'm doing. </DIV>
<DIV align=left>&nbsp;</DIV>
<DIV align=left>-- Werner VonBraun</DIV>
<DIV align=left>&nbsp;&nbsp;&nbsp;&nbsp; Inventor of the V2, Saturn V</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>