<div><span class="gmail_quote">On 8/29/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Tue, Aug 29, 2006 at 11:03:52AM -0500, Jon Haupt wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;On 8/29/06, Patrick R. Michaud &lt;<a href="mailto:pmichaud@pobox.com">
pmichaud@pobox.com</a>&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On Tue, Aug 29, 2006 at 10:35:13AM -0500, Jon Haupt wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;&nbsp;&nbsp;&nbsp;&nbsp;The read password for Site.StyleSheet is set to nopass.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The stylepage.php
 recipe doesn't know how to deal with &quot;nopass&quot;,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it just knows that there's a read password of some sort on the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;page so it refuses to cache it.<br>&gt;<br>In stylepage.php, change line 88 from
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ($stylepage['=passwd']['read']) {<br><br>to<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ($stylepage['=passwd']['read']<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;&amp; $stylepage['=passwd']['read'] != '@nopass') {<br><br>And be sure to use '@nopass' for the read password in
<br>Site.StylePage instead of 'nopass'.</blockquote>
<div>&nbsp;</div>
<div>Sadly, this fix didn't work; same problem.&nbsp; I made sure to use @nopass instead of nopass.&nbsp; I was, however,&nbsp;able to&nbsp;confirm that this really is the problem, by changing the page in the working configuration from no password to @nopass.&nbsp; Perhaps it's having trouble when the Group password is set - even if the page's password is @nopass?
</div>
<div>&nbsp;</div>
<div>Jon</div></div>