<div><span class="gmail_quote">On 8/29/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> 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>> On 8/29/06, Patrick R. Michaud <<a href="mailto:pmichaud@pobox.com">
pmichaud@pobox.com</a>> wrote:<br>><br>> On Tue, Aug 29, 2006 at 10:35:13AM -0500, Jon Haupt wrote:<br>> > The read password for Site.StyleSheet is set to nopass.<br>><br>> The stylepage.php
recipe doesn't know how to deal with "nopass",<br>> it just knows that there's a read password of some sort on the<br>> page so it refuses to cache it.<br>><br>In stylepage.php, change line 88 from
<br><br> if ($stylepage['=passwd']['read']) {<br><br>to<br><br> if ($stylepage['=passwd']['read']<br> && $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> </div>
<div>Sadly, this fix didn't work; same problem. I made sure to use @nopass instead of nopass. I was, however, able to confirm that this really is the problem, by changing the page in the working configuration from no password to @nopass. Perhaps it's having trouble when the Group password is set - even if the page's password is @nopass?
</div>
<div> </div>
<div>Jon</div></div>