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

--- Comment #4 from Andre Klapper <aklap...@wikimedia.org> ---
So my naive idea was to change envCheckXML() in
/includes/installer/Installer.php from
  if ( !function_exists( "utf8_encode" ) )
to
  if ( !function_exists( 'utf8_encode' ) || !class_exists( 'DOMDocument' ) )
only to realize that these checks are only run *after* the Language setting
dialog which is of course too late, as MediaWiki has already failed silently.

I assume environment checks are only done after the language dialog in order to
present that page in the prefered language of the user?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to