Question
Below is the line in TWiki.cfg from a new install
$cfg{NameFilter} = qr/[\s\*?~^\$@%`"'&;|<>\x00-\x1f]/;
It has ';' halfway along and so installs an incomplete filter in
LocalSite.cfg and prints the remaining bit of line as text on the web-page.
Environment
--
TWikiGuest - 28 Jun 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
See
Bugs:Item1610
for information on this one. You should delete the
NameFilter line from
LocalSite.cfg and try again.
This is probably related to a bad version of CGI.pm (try upgrading it if the problem persists). If you do not have access to upgrade site-wide perl installation consider trying out
CpanContrib.
--
SteffenPoulsen - 28 Jun 2006