From: Frank S. <fra...@rn...> - 2003-07-01 09:25:23
|
> >>In template 'head'(In template 'html'?):67: Notice[8]: Use of undefined > >>constant RECENT_CHANGES - assumed 'RECENT_CHANGES': > >> > >> * <link rel="alternate" type="application/rss+xml" title="RSS" > >> href="<?=WikiURL(RECENT_CHANGES, array('format' => 'rss'))?>" /> > >> > >>Any ideas? > > > >index.php contains the line (around line 722) > > > >if (!defined('RECENT_CHANGES')) define ('RECENT_CHANGES', 'RecentChanges'); > > > >Is that perhaps not being included somewhere in your setup? (Sure, the > >question's probably a lame one, but I know I've done this before on my wiki > >farm :).) > > > > > I just tried adding it as you suggest no luck. > > see http://www.krysalis.org/wiki/ Hm, odd. But I don't see any warnings when I view your site... did you fix the problem then? frank (Btw your WikiName is misspelled - KrysliasWiki - judging by the the <title>s on your pages) |