https://bugzilla.wikimedia.org/show_bug.cgi?id=72670

Aude <aude.w...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|High                        |Normal
           Severity|critical                    |normal

--- Comment #2 from Aude <aude.w...@gmail.com> ---
this seems to work now, with or without hhvm / zend.

i was able to reproduce the issue with:

$title = Title::newFromText( 'Venezia' );
$rev = Revision::newFromId( 17841957 );
$content = $rev->getContent();
$pout = $content->getParserOutput( $title, 17841957 );

but not with using the sites store more directly, with
SiteSQLStore::newInstance() nor with trying
SidebarHookHandlers::newFromGlobalState().

I cannot reproduce the issue with other, related pages on viwiki.

I think we just see if this occurs again in the logs in the next days.  If not,
then close this bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to