Question
I have loaded the Action Tracker Plugin but get the following error in TWiki when I try and use it;
Software error:
Undefined subroutine &TWiki::Plugins::ActionTrackerPlugin::_lazyInit called at /bigdisk/web/twiki/lib/TWiki/Plugins/ActionTrackerPlugin.pm line 94.
Environment
--
PatrickBevacqua - 09 Mar 2005
Answer
That function is defined further down in the file. If it is not there, then there is probably something wrong with your installation. If it is there, but not visible to perl, there is probably something wrong with your perl.
--
CrawfordCurrie - 09 Mar 2005
I got the same error!!!
--
JackYu - 29 Apr 2005
In that pm file, copy sub _lazyInit and its function body before where it is called....
Seems subroutines has to be defined before called.
--
JackYu - 29 Apr 2005
This seems to be a platform dependent issue with the
ActionTrackerPlugin. Crawford?
--
PeterThoeny - 07 Jun 2005
I suspect it is a perl version problem, as I have heard of similar errors in other places. Since I can't reproduce it I'm dependent on someone telling me what version of perl they are using when the error appears.....
--
CrawfordCurrie - 30 Jun 2005
It it might be a relative path issue, check your
twiki/bin/setlib.cfg and set an absolute path.
--
PeterThoeny - 02 Jul 2005