Difference between revisions of "GraphViz MediaWiki extension"
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 | ||
− |
Revision as of 11:34, 10 February 2020
- https://www.mediawiki.org/wiki/Extension:GraphViz
- https://github.com/WolfgangFahl/mediawiki-extensions-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)