https://bugzilla.wikimedia.org/show_bug.cgi?id=36950
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Sam Reed (reedy) <[email protected]> 2012-05-18 18:52:25 UTC --- Ok, so, this isn't actually Collection specifically at fault. It's seemingly some change in MediaWiki 1.20wmf2 MediaWiki with 1.20wmf2 branched Collection works fine. 1.20wmf2 MediaWiki with head Collection works fine. 1.20wmf3 MediaWiki with head collection doesn't work. 1.20wmf3 MediaWiki with 1.20wmf3 branched collection doesn't work. 1.20wmf3 Mediawiki with 1.20wmf2 branched collection doesn't work. In the meantime, I have put wikibooks back to 1.20wmf2 So the code is falling over at: $info = self::mwServeCommand( 'download', array( 'collection_id' => $wgRequest->getVal( 'collection_id' ), 'writer' => $wgRequest->getVal( 'writer' ), ) ); $content_type = $info['content_type']; $content_length = $info['download_content_length']; $content_disposition = null; } if ( !$info ) { $wgOut->showErrorPage( 'coll-download_notfound_title', 'coll-download_notfound_text' ); return; } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
