SID-02244: Actiontracker not working
| Status: |
Answered |
TWiki version: |
6.0.2 |
Perl version: |
5.22.1 |
| Category: |
ActionTrackerPlugin |
Server OS: |
Ubuntu 16 LTS |
Last update: |
9 years ago |
Hello,
i installed Twiki a few times so i think i didn't miss anything.Since i set up the latest version
ActionTracker isn't working anymore. I only get the raw code for actions in the topic. The Plugin is enabled in configure and everything else is fine (CPAN..). I see an error in the warn-log:
Compliation failed in require at <path>\ActionTrackerPlugin.pm at line 485.
This leads to this code:
require TWiki::Plugins::ActionTrackerPlugin::Action;
I'm not a programmer so i don't know what's the deal here.
Any help would be appreciated very much!
Thanks,
Steffen
--
TWiki Guest - 2016-08-27
Discussion and Answer
Most probably the installation of ActionTrackerPlugin is incomplete. The file TWiki is looking for is
...lib/TWiki/Plugins/ActionTrackerPlugin/Action.pm - my first guess is that the file is missing, or not readable by the web server's user id. Re-installing
TWiki:Plugins.ActionTrackerPlugin
could be a fix for the problem.
Your web server's error log file
/var/log/apache2/error.log probably has more details what exactly was wrong.
--
Harald Jörg - 2016-08-28
Hello Harald,
thanks for the input. I checked your hints but nothing was wrong. I went back installing
ActionTracker again but it didn't help either. So i went back to square one and checked everything what's needed and found the issue: I tried to install Text::Soundex but must have missed the information that this failed because i was missing the gcc package on my linux. After installing both i'm up and running
Thanks again!
--
TWiki Guest - 2016-08-31
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.