Last modified: 2010-11-21 17:28:06 UTC
Fatal error: Class 'GraphVizSettings' not found in /home/jeroen/root/extensions/SemanticResultFormats/GraphViz/SRF_Graph.php on line 72 That's what I get when I enable the graph format and do a query with format=graph. I did a search through the code, and although the class is instantiated at 2 places in SRF, it's not defined anywhere.
This isn't really a bug - the issue is that the 'graph' format requires the GraphViz extension (which defines that class). The error message could be clearer, though.
Oh, ok. Didn't know that :)