I commented them out, but it is still behaving oddly.<br><br>I'm trying to figure out what, if anything, I might have done that would have had an effect. There is only one thing I can think of:<br><br>I had been using the old method of SVN (svn update) to update the files. It didn't work this time, giving me an error message because I already had the folder /pub/css, so I instead used the export method described in PmWiki/Subversion. It appeared to work perfectly, but just in case that was a dumb idea to just export it on top of a previously existing checked-out SVN installation, that's what I did. I used the export method to revert
<a href="http://mla2006.com">mla2006.com</a> to beta17, as well.<br><br>Just out of curiosity, I will create a new svn installation, backup my wiki onto it, and see what happens.<br><br>Otherwise, I really have no idea, I wasn't doing anything odd with this, particularly with
<a href="http://mla2006.com">mla2006.com</a> which is a fairly bland installation.<br><br>Jon<br><br><div><span class="gmail_quote">On 1/10/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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, Jan 10, 2006 at 03:50:50PM -0600, Jon Haupt wrote:
<br>> On 1/10/06, Patrick R. Michaud <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> wrote:<br>> I think it's definitely something with the Last-Modified: header<br>> and $EnableIMSCaching, because it seems to affect only ?action=browse,
<br>> ?action=diff, and ?action=print. (Other actions aren't cacheable.)<br>> ...<br>> If you can set $EnableDiag=1; on the site, I'm quite certain I can<br>> figure out what's happening and come up with a fix.
<br>><br>> Done.<br><br>Okay, I'm stumped stumped stumped for the moment.<br><br>Can you comment out lines 43-45 in scripts/stdconfig.php? They<br>currently read<br><br> if (@$EnableIMSCaching<br> && (@$_SERVER['HTTP_IF_MODIFIED_SINCE']==$HTTPLastMod))
<br> { header("HTTP/1.0 304 Not Modified"); exit(); }<br><br>and I'd like to see what happens when they're commented out, as in:<br><br> # if (@$EnableIMSCaching<br> # && (@$_SERVER['HTTP_IF_MODIFIED_SINCE']==$HTTPLastMod))
<br> # { header("HTTP/1.0 304 Not Modified"); exit(); }<br><br>If that causes things to start working, then try uncommenting them<br>again and replacing the HTTP/1.0 with HTTP/1.1 and let's see what<br>happens.
<br><br>Pm<br></blockquote></div><br><br clear="all"><br>-- <br>Jon Haupt<br>Fine & Performing Arts Librarian<br>Iowa State University<br>152 Parks Library<br>Ames, IA 50011<br>515-294-0904<br><a href="mailto:jhaupt@iastate.edu">
jhaupt@iastate.edu</a>