Item5327: TagMePlugin_installer doesn't work under TWiki 4.2

pencil
Priority: Normal
Current State: No Action Required
Released In:
Target Release: n/a
Applies To: Extension
Component: TagMePlugin
Branches:
Reported By: TWiki:Main.MartinKaufmann
Waiting For:
Last Change By: CrawfordCurrie
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

ItemTemplate edit

Summary TagMePlugin_installer doesn't work under TWiki 4.2
ReportedBy TWiki:Main.MartinKaufmann
Codebase
SVN Range TWiki-5.0.0, Wed, 23 Jan 2008, build 16283
AppliesTo Extension
Component TagMePlugin
Priority Normal
CurrentState No Action Required
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn
Topic revision: r2 - 11 Jun 2009, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy