Question
I am getting the same error message while trying to install both the
UserInfoPlugin and the
GoogleAnalyticsPlugin.
The message is "can't locate object method "findUser" via package TWiki::Users at pluginname_installer.pl line xxx."
For the google analytics plugin the line is 665 and the user info plugin line is 562
In both cases the code looks like ...
$twiki->{users}->findUser($TWiki::cfg{AdminUserWikiName}, $TWiki::cfg{AdminUserWikiName});
I am am member of the TWikiAdminGroup and the configuration is set for TWiki::Users::TWikiUserMapping for the {UserMappingManager}
Can you advise what other configurations must be made to resolve this error message? Thanks in Advance.
Environment
--
JimCrum - 06 Apr 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
It looks like those plugins use functions other than the documented
TWikiFuncDotPm. Post this in plugin's Dev topic or file a bug report for each plugin.
--
PeterThoeny - 06 Apr 2008
I'm seeing the same problem with the Calendar Plugin
--
AlexPeay - 08 Apr 2008
Just to back Alex up, I'm getting this error with the Calendar Plugin
--
ChrisCauser - 09 Apr 2008
Topic revision: r4 - 09 Apr 2008 - 16:49:57 -
ChrisCauser