"Daniel S. Reichenbach" wrote:
>
> > > > Please set the prefix to empty and try again.
> > > Result: Images away again.
> >
> > Can I have a peek at the log?
> error_log is attached.
OK, so it indeed thinks it's finding it in the database. Could you
try the attached patch? Sorry to ask but I can't reproduce it here.
> > Is http://www.opensa.org/development/ an active page BTW?
> Yes, it is.
There goes one theory.
Emile
--- mod_midgard.c Sun Dec 3 20:25:23 2000
+++ mod_midgard.c.fpe Sun Dec 3 20:27:05 2000
@@ -817,6 +817,17 @@
rcfg->resource.active_page = atoi(mgd_colvalue(res, 3));
+ ap_log_rerror(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO,
+ rcfg->req,
+ "Midgard: %s of %s is a%s page%s",
+ path, rcfg->req->uri,
+ rcfg->resource.active_page ? "n active" : "",
+#if HAVE_MIDGARD_PAGELINKS
+ pagelink_ok ? " (via link)" : ""
+#else
+ "[nl]"
+#endif
+ );
mgd_release(res);
/* Get inherited page elements */
@@ -1003,7 +1014,7 @@
break;
case MGD_FT_SIGNAL_PAGE_IN_STYLE:
- ap_log_rerror(APLOG_MARK, APLOG_ERR | APLOG_NOERRNO,
+ ap_log_rerror(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO,
ftstatus->rcfg->req,
"Midgard: page record in %s",
ftstatus->filename);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]