From: Nick C. <ni...@ch...> - 2003-06-29 05:37:37
Attachments:
smime.p7s
|
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? |
From: Frank S. <fra...@rn...> - 2003-06-30 16:46:45
|
>>> "ni...@ch..." 06/29/03 06:37 >>> > 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 :).) frank |
From: Nick C. <ni...@ch...> - 2003-06-30 17:21:15
Attachments:
smime.p7s
|
Frank Shearar wrote: >>>>"ni...@ch..." 06/29/03 06:37 >>> >>>> >>>> > > > >>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 :).) > >frank > > I just tried adding it as you suggest no luck. see http://www.krysalis.org/wiki/ > > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 >_______________________________________________ >Phpwiki-talk mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > -- Nick Chalko Show me the code. Centipede Ant + autodownloadable build plugins + needed jars autodownload. http://krysalis.org/centipede --------------------------------------------------------------------- |
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) |
From: Nick C. <ni...@ch...> - 2003-07-01 14:23:22
Attachments:
smime.p7s
|
Frank Shearar wrote: >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) > > > > > It looks like someone else got to it. -- Nick Chalko Show me the code. Centipede Ant + autodownloadable build plugins + needed jars autodownload. http://krysalis.org/centipede --------------------------------------------------------------------- |