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
This was probably a temporary issue. Setting this to "no action" required".
--
TWiki:Main.PeterThoeny
- 2011-05-26