splitbrain / dokuwiki-plugin-graphviz

Create Graphviz graphs from within DokuWiki
http://www.dokuwiki.org/plugin:graphviz
12 stars 15 forks source link

include missing for local graphviz install #1

Closed glensc closed 13 years ago

glensc commented 14 years ago

[Sat Oct 2 20:50:33 2010] [error] PHP Fatal error: Call to undefined function media_resize_image() in /usr/share/dokuwiki/lib/plugins/graphviz/syntax.php on line 149 [Sat Oct 2 20:50:33 2010] [error] PHP Stack trace: [Sat Oct 2 20:50:33 2010] [error] PHP 1. {main}() /usr/share/dokuwiki/lib/plugins/graphviz/img.php:0 [Sat Oct 2 20:50:33 2010] [error] PHP 2. syntax_plugin_graphviz->_imgfile() /usr/share/dokuwiki/lib/plugins/graphviz/img.php:17

glensc commented 14 years ago

simple patch to fix: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki-plugin-graphviz/mediainclude.patch?rev=1.1

splitbrain commented 13 years ago

this should be fixed with Anteater as core includes are now handled by DokuWiki core automatically.