Last modified: 2007-12-30 17:12:38 UTC
Entering a query on Special:Ask results on a empty page. Steps to reproduce: - Open Special:Ask (http://<wikisite>/index.php/Special:Ask). - Enter a query (example [[User Account]]) - Submit query - Result is a empty page http error_log: [client 82.92.46.xxx] PHP Fatal error: Argument 3 must not be null in /home/sites/<site>/html/extensions/SemanticMediaWiki/includes/storage/SMW_Description.php on line 40, referer: http://<site>/index.php/Special:Ask
Changed line 40 from: public function SMWPrintRequest($mode, $label, Title $title = NULL, $outputformat = '') { To: public function SMWPrintRequest($mode, $label, $title = NULL, $outputformat = '') { No error is given, but i don't know if the result is correctly