Question
We've just upgraded to the latest TWiki & I've intstalled the latest
ActionTrackerPlugin (which we've used in the past), but it does;'t seem to work. I've looked at the debug text (even with all ther plugins disabled) and nothing appears in the debug file - the plugin appearsa in the active list, but nothing happens. I've added the JSCalander, etc. & I take it Time::ParseDate must have been in place before for it to work in the past (unless my host has removed it).
Any thoughts as to why I can't get
ActionTrackerPlugin to work?
Environment
--
ChrisHogan - 09 Nov 2004
Answer
what does the apache
error_log say? if
CPAN:Time::ParseDate
isn't installed, it will show up as an error in the log
--
WillNorris - 09 Nov 2004
Additionally there should be error messages at the bottom of
TWiki.InstalledPlugins
--
MartinCleaver - 09 Nov 2004
I looked at the
InstalledPlugins first - no errors with
ActionTrackerPlugin, but a failure on the
CalendarPlugin. From there we ran down a bad installation setup (my ISP had moved a few things around). I have nothing showing in TWiki's debug.txt, but a simple
perl -e 'use Time::ParseDate'
gives an error, so I guess its all down to changes at my ISP.
Thanks for the pointers that let me run that down.
--
ChrisHogan - 12 Nov 2004