Item1201: After installing foswiki-directedgraphplugin Debian package the plugin does not become available
Priority: Normal
Current State: Closed
Released In:
Target Release: n/a
PROBLEM:
Installed 'foswiki' package, version 1.0.0-1 .
Everything seems to work fine, however when I install the `foswiki-directedgraphplugin' package, version 090214-190, things go wrong.
After installing the package, I go the `configure' page (/cgi-bin/foswiki/configure) to enable the plugin. However, this page shows me nothing but:
"Foswiki
Configuration"
(before installing the plugin, the page worked normally).
WORK AROUND:
My work around to this problem was the following:
edit
/var/lib/foswiki/lib/Foswiki/Plugins/DirectedGraphPlugin/Config.spec
and set the toolpath to :
$Foswiki::cfg{DirectedGraphPlugin}{toolsPath}= '/var/lib/foswiki/tools/';
Note: This is a duplicate of
Item1360 Further notes resolution in that report.