Page MenuHomePhabricator

Entering a query on Special:Ask results on a empty page.
Closed, ResolvedPublic

Description

Author: bakkerl

Description:
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


Version: unspecified
Severity: normal
OS: Linux
Platform: Other

Details

Reference
bz12455

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:57 PM
bzimport set Reference to bz12455.
bzimport added a subscriber: Unknown Object (MLST).

bakkerl wrote:

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