Difference between revisions of "GraphViz MediaWiki extension"

From BITPlan Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Link|target=GraphViz}}
 
{{Link|target=GraphViz}}
 
* https://www.mediawiki.org/wiki/Extension:GraphViz
 
* https://www.mediawiki.org/wiki/Extension:GraphViz
 +
* https://github.com/WolfgangFahl/mediawiki-extensions-GraphViz
 +
= Issues =
 +
== Unknown column 'img_description' in 'field list' ==
 +
=== Problem ===
 +
<pre>
 +
Function: MediaWiki\Extension\GraphViz\UploadLocalFile::recordUpload3
 +
Error: 1054 Unknown column 'img_description' in 'field list' (localhost)
 +
</pre>
 +
=== Diagnosis ===
 
* https://www.mediawiki.org/wiki/Manual:Image_table
 
* https://www.mediawiki.org/wiki/Manual:Image_table
* https://github.com/WolfgangFahl/mediawiki-extensions-GraphViz
 

Revision as of 12:34, 10 February 2020

GraphViz

Issues

Unknown column 'img_description' in 'field list'

Problem

Function: MediaWiki\Extension\GraphViz\UploadLocalFile::recordUpload3
Error: 1054 Unknown column 'img_description' in 'field list' (localhost)

Diagnosis