On 11/20/2012 12:16 PM, Mathew Davies wrote:
I've followed the install instructionshttp://www.mediawiki.org/wiki/Extension:GraphVizfor the GraphViz extension and so far everything seems OK - GraphViz dot commands work, permissions look fine - but although the page is
parsing the
graphviz content, my wiki page still fails to show any graphics:
GraphViz is installed in this directory? /home/mpd2002/local/bin/
Try the absolute path in LocalSettings.php in your wiki installation.
$wgGraphVizSettings->execPath = "/home/mpd2002/local/bin/";
Tom