Topic on Project:Support desk

QINU/UNIQ error in Extension:RSS in MW 1.27.1

1
Summary by Subfader

Wrong download.

Subfader (talkcontribs)

Extension:RSS returns QINU/UNIQ errors.

But the parsing is done properly according to QINU fix:

	protected function sandboxParse( $wikiText, $origParser ) {
		$myParser = new Parser();
		$result = $myParser->parse(
			$wikiText,
			$origParser->getTitle(),
			$origParser->getOptions()
		);
		return $result->getText();
	}

How can this be fixed?