• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Each time I run through bin/configure $TWiki::cfg{NameFilter} is being changed to an invalid value. Example output from configure:

Configuration Updating configuration $TWiki::cfg{NameFilter} old (?-xism:(?-xism:(?-xism:[\s\*?~^\$@%`"'&;|<>\x00-\x1f]))) new (?-xism:(?-xism:(?-xism:[\s\*?~^\$@%`

This results in syntax errors and a failure to load LocalSite.cfg. I do not know what the NameFilter ought to look like, but if I manually edit LocalSite.cfg with the following, configure shows no errors (unless I change something, in which case it will break again).

$TWiki::cfg{NameFilter} = qr((?-xism:[\s\*?~^\$@%`"'&;|<>\x00-\x1f]));

(this is the first bug report I've filed against TWiki, sorry if I got the reporting format wrong)

--Larry


OK, there was a bug. Delete the value from LocalSite.cfg, and any line just above it that doesn't start with $TWiki::cfg. The workaround is to change the NameFilter using an editor instead of configure.

Fixed in SVN 7564

CC

ItemTemplate
Summary $TWiki::cfg{NameFilter} grief in TWiki Release 2005x11x06 7338 beta
ReportedBy TWikiGuest
Codebase

AppliesTo Engine
Component

Priority Normal
CurrentState Closed
WaitingFor

Checkins 7564
Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r6 - 2005-11-27 - PeterThoeny
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback