Setup
- MediaWiki 1.27.3 (1f4cb6e) 18:05, 10. Nov. 2017
- PHP 5.6.30-0+deb8u1 (apache2handler)
- Semantic MediaWiki 2.5.5 (5aa7f20) 15:16, 25. Okt. 2017
- Semantic Result Formats 2.5.3 (f89f87f) 16:08, 25. Okt. 2017
- ImageMap – (43aaced) 16:20, 20. Okt. 2017
- Graphviz 2.1.0 (61bbbc6) 17:22, 2. Aug. 2017
Issue
PHP Fatal error: Call to a member function getFulltext() on null in /../w/extensions/GraphViz/GraphViz_body.php on line 500, referer: https://www.example.org/wiki/Test
This happens on a disclosed wiki when trying to edit (&action=edit) a page what is containing a graph which was rendered using the "graph" format of the "Semantic Results Formats" extension.
The query looks like this:
{{#ask:
[[Process::Test]]
|?Has successor=
|format=graph
|nodeshape=rectangle
|graphlink=yes
|graphlabel=yes
|arrowdirection=TB
}}@Welterkj Will this information be sufficient to tackle the issue or should I try to replicate the issue on a publicly accessible wiki?