Philip Mak wrote: > > Okay, I'm stupid. I thought I had this worked out a long time ago, but I > just ran into some problems with caching. > > Somewhere, I have the following call: > > $Response->Include('page_sidebar.inc'); > > I just edited page_sidebar.inc, but it's still executing the old code from > page_sidebar.inc. I'm not using the caching API in that call, and I have > "PerlSetVar StatINC 1" in httpd.conf. >
Make sure you don't have StatScripts 0 set somewhere, and that your system clock hasn't changed recently. The latter problem can usually be fixed with a web server restart, since the times Apache::ASP uses will get updated right. Oh, sometimes what one thinks is a page failing to recompile is the browser caching. This was has stumped me a number of times, shift-reload on NS browser & ctrl-reload on MS IE to force a reload I believe, maybe the other way around. Finally, if you have a page_sidebar.inc somewhere else in the system, that might be getting picked up too. For example, you might be working on one in Global, but its really in the local dir that you need to modify it. If its none of these, then maybe we have a bug on our hands? If you can get me a error_log trace with Debug set to -1 for this error that would be good, as well as the mtimes of the files in that directory. --Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]