I installed DrawioEditor extension for MediaWiki, but as soon as I insert {{#drawio:ChartName}} and save, I got the error message in the title with a fairly long backtrace. Can someone help me out here?
I am running:
MediaWiki 1.35.6 PHP 7.4.30 (fpm-fcgi) MariaDB 10.3.32-MariaDB DrawioEditor 1.1 (ec19d0f)20:07, 2023 January 5
Thank you in advance!
Attila
Based on another suggestion here (DrawioEditor extension does not seem to work in MediaWiki 1.33), I made sure NativeSvgHandler is properly installed, and the following options are active:
- $wgDrawioEditorImageInteractive = true;
- $wgFileExtensions[] = 'svg';
- $wgEnableUploads = true;