This question about Using an extension: Answered

EasyTimelinePlugin not working on 1.1.3 foswiki

Extension is installed and enabled. Path to ploticus is set to /usr/bin/ploticus and path to script is set to /var/lib/foswiki/tools/EasyTimeline.pl. But the plugin does not work.

The debug is enabled:

2011-09-12T12:43:17Z debug - EasyTimelinePlugin::commonTagsHandler( (Missing or illegal web).WebPreferences )
2011-09-12T12:43:17Z debug - EasyTimelinePlugin::commonTagsHandler( (Missing or illegal web).WebPreferences )

apache error log:
... view: Use of uninitialized value in concatenation (.) or string at /var/lib/foswiki/lib/Foswiki/Plugins/TimelinePlugin.pm line 84., referer: http://.../System/EasyTimelinePlugin

What is the problem?


Do you have the required dependencies installed?

-- ArthurClemens - 13 Sep 2011


Digest::MD5

File::Path

Ploticus

Is there more?

-- NicoleMirow - 13 Sep 2011

I get a different bug than your's. First I had to make the working dir writable by the webserver. Now it saves an image file in working/work_areas/EasyTimelinePlugin/tmp but the saved file does not have the extension png. Foswikitask:Item11130

-- ArthurClemens - 13 Sep 2011


My Problem was that TimelinePlugin was also installed and enabled. After disabling it, EasyTimelinePlugin works as it should.

-- NicoleMirow - 16 Sep 2011

This plugin is actually busting up all of the Foswiki engine while tinkering with the umask(). Changing the umask has got fatal side effects for the rest of the engine: it then creates files not readable by itself.

-- Main.MichaelDaum - 29 Aug 2017 - 10:46

QuestionForm edit

Subject Using an extension
Extension EasyTimelinePlugin
Version Foswiki 1.1.3
Status Answered
Related Topics Tasks.Item11130
Topic revision: r6 - 29 Aug 2017, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy