Item5327: TagMePlugin_installer doesn't work under TWiki 4.2
Priority: Normal
Current State: No Action Required
Released In:
Target Release: n/a
The installer for
TWiki:Plugins/TagMePlugin doesn't work under TWiki 4.2 (the plugin itself, however, does work fine), as it still uses the old installer format and subroutines. It fails with the following error message:
Can't locate object method "findUser" via package "TWiki::Users" at TagMePlugin_installer line 713.
Replacing line 713/4 with the following line fixes this issue (but only for 4.2 I guess):
my $user = $TWiki::cfg{AdminUserLogin} || 'admin';
--
TWiki:Main/MartinKaufmann - 05 Feb 2008
irrelevant to Foswiki
--
CrawfordCurrie - 11 Jun 2009