Question
Ran into the following error on TWiki version
01 Feb 2003 when using my freshly installed
CommentPlugin :
Undefined subroutine &TWiki::Contrib::CairoContrib::handleUrlParam called at ../lib/TWiki/Contrib/CairoContrib.pm line 63.
The most direct solution would be to upgrade to
CairoRelease, and I plan to do so soon. However, thought you might like to know that there seems to be a problem with the install for
CommentPlugin on
01 Feb 2003 TWiki.
Before I get up to
cairo, any ideas for how to get the
CommentPlugin working ?
Thanks !
Keith
Environment
--
KeithHelfrich - 23 Jan 2005
Answer
I am having the same problem as you. So, I started to experiment. On
UsingVariablesWithAccessControl, there is a method that has the text of:
$theText =~ s//TWiki::handleUrlParam($1)/geo; # expand URL parameters
So, I replaced the faulty line with that... now it doesn't bomb out, but the comment format is off of what I expect it to be. For example,
Testing -- - 2005-02-03T03:08:45Z 03:08:45
I would like it to have the name of the user and the timedate stamp. I am going to do some more investigation to see if that is just a template I need to configure.
--
JacobEisinger - 03 Feb 2005
See my comments in
CommentPluginDev for a more complete fix.
--
JacobEisinger - 04 Feb 2005