https://bugzilla.wikimedia.org/show_bug.cgi?id=47537
--- Comment #1 from Sam Reed (reedy) <[email protected]> --- private static function throwCallException( $message, $output, $factoryDir = false ) { /* clean up the output a bit */ if ( $factoryDir ) { $output = str_replace( $factoryDir, '...', $output ); } throw new ScoreException( $message->rawParams( Html::rawElement( 'pre', array(), htmlspecialchars( $output ) ) ) ); } Line 130 is the str_replace. Though it's already dying and trying to show a message... -- 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
