SubscribePlugin fails to run with internal twiki error with 4.2 and recent or latest
MailerContrib. Error is a failure to locate method 'new' of 'TWiki::Contrib::MailerContrib::Updata'. Issue is a case sensitivity typo. In the lines:
require TWiki::Contrib::MailerContrib::UpData;
my $db = new TWiki::Contrib::MailerContrib::Updata( $session, $web );
the Updata on the second line should be
UpData.
--
TWiki:Main/ChrisJacobson
- 27 May 2008
Thanks Chris
--
TWiki:Main.CrawfordCurrie
- 27 May 2008
Fixed and uploaded. Thanks again for the analysis; it's so much easier to fix stuff when it's already analysed!
--
CrawfordCurrie - 27 May 2008