This question about Using an extension: Asked

(BUG?) DirectedGraphPlugin is not expanded on CTRL+F5

I have topic with graph created using DirectedGraphPlugin.

When I open this topic, I see an image with graph.

However, when I hit CTRL+F5, I see text included between
<dot >
instead. Sometimes reloading with F5 helps, sometimes I need to restart Apache to see graph again.

I use ModPerl.

-- MateuszKDzior - 05 Oct 2015

I've noticed that I have empty many plugin settings:


{DirectedGraphPlugin}{Enabled} = 1;
{DirectedGraphPlugin}{Module} = 'Foswiki::Plugins::DirectedGraphPlugin';
{DirectedGraphPlugin}{attachPath} = '';
{DirectedGraphPlugin}{attachUrlPath} = '';
{DirectedGraphPlugin}{enginePath} = '';
{DirectedGraphPlugin}{generateDiffAttachments} = 0;
{DirectedGraphPlugin}{generateRevAttachments} = 0;
{DirectedGraphPlugin}{magickPath} = '';
{DirectedGraphPlugin}{perlCmd} = 'perl';
{DirectedGraphPlugin}{toolsPath} = '';

Is it a source of the issues?

-- MateuszKDzior - 07 Oct 2015

No, the empty plugin settings should be fine. Some of the options of DirectedGraphPlugin are not enabled by default, or have sane defaults so that configuration is not needed. I'd guess this is a reuse issue caused by mod_perl, if refreshing the page results in different results.

-- GeorgeClark - 08 Oct 2015

Could you please suggest how can I further test it, ivestigate it, debug it, please? Should I use GraphvizPlugin instead?

-- MateuszKDzior - 09 Oct 2015
 

QuestionForm edit

Subject Using an extension
Extension DirectedGraphPlugin
Version Foswiki 2.0.0
Status Asked
Related Topics
Topic revision: r4 - 09 Oct 2015, MateuszKDzior
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