Is the Extension support Mediawiki 1.26?

0 votes
asked Dec 10, 2015 in Wanted features by anonymous
I just created a MediaWiki (v1.26) to use PlantUML extension.

I followed all the installation steps, but when a add  "require_once('extensions/PlantUML/PlantUML.php');" line to LocalSettings.php, my wiki main page changes to PlantUML.php.

I already tried to change it to: wfLoadExtension( 'PlantUML' ); - but wiki stops working.

1 Answer

0 votes
answered Dec 10, 2015 by plantuml (298,440 points)
Hi,

You should post your issue on https://github.com/pjkersten/PlantUML/issues

Regards,
...