34 !empty(
$GLOBALS[
'wgFullyInitialised'] ) &&
36 !defined(
'MEDIAWIKI_INSTALL' );
57 foreach ( $this->
getTrace() as $frame ) {
58 if (
isset( $frame[
'class'] ) && $frame[
'class'] === LocalisationCache::class ) {
84 }
catch ( Exception
$e ) {
87 if (
$res ===
false ) {
110 '</p><p>Backtrace:</p><p>' .
114 $logId = WebRequest::getRequestId();
115 $type = static::class;
116 return Html::errorBox(
118 '[' . $logId .
'] ' .
119 gmdate(
'Y-m-d H:i:s' ) .
": " .
120 $this->
msg(
"internalerror-fatal-exception",
121 "Fatal exception of type $1",
124 MWExceptionHandler::getURL()
127 "<!-- Set \$wgShowExceptionDetails = true; " .
128 "at the bottom of LocalSettings.php to show detailed " .
129 "debugging information. -->";
144 return MWExceptionHandler::getLogMessage( $this ) .
145 "\nBacktrace:\n" . MWExceptionHandler::getRedactedTraceAsString( $this ) .
"\n";
147 return "Set \$wgShowExceptionDetails = true; " .
148 "in LocalSettings.php to show detailed debugging information.\n";
158 return $this->
msg(
'internalerror',
'Internal error' );
183 self::header(
'Content-Type: text/html; charset=utf-8' );
184 echo
"<!DOCTYPE html>\n" .
190 '<style>body { font-family: sans-serif; margin: 0; padding: 0.5em 2em; }</style>' .
195 echo
"</body></html>\n";
206 if ( defined(
'MW_API' ) ) {
208 self::header(
'MediaWiki-API-Error: internal_api_error_' . static::class );
210 }
elseif ( self::isCommandLine() ) {
214 self::statusHeader( 500 );
215 self::header(
"Content-Type: $wgMimeType; charset=utf-8" );
229 if ( !defined(
'MW_PHPUNIT_TEST' ) && defined(
'STDERR' ) ) {
230 fwrite( STDERR, $message );
243 return !empty(
$GLOBALS[
'wgCommandLineMode'] );
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
$wgMimeType
The default Content-Type header.
$wgSitename
Name of the site.
$wgShowExceptionDetails
If set to true, uncaught exceptions will print the exception message and a complete stack trace to ou...
wfHttpError( $code, $label, $desc)
Provide a simple HTTP error.
wfMsgReplaceArgs( $message, $args)
Replace message parameter keys on the given formatted output.
static header( $code)
Output an HTTP status code header.
Internationalisation code.
writeToCommandLine( $message)
Write a message to stderr falling back to stdout if stderr unavailable.
static statusHeader( $code)
isLoggable()
Whether to log this exception in the exception debug log.
useMessageCache()
Can the extension use the Message class/wfMessage to get i18n-ed messages?
static header( $header)
Send a header, if we haven't already sent them.
getHTML()
If $wgShowExceptionDetails is true, return a HTML message with a backtrace to the error,...
static isCommandLine()
Check whether we are in command line mode or not to report the exception in the correct format.
useOutputPage()
Should the exception use $wgOut to output the error?
report()
Output a report about the exception and takes care of formatting.
getPageTitle()
Return the title of the page when reporting this error in a HTTP response.
reportHTML()
Output the exception report using HTML.
getText()
Get the text to display when reporting the error on the command line.
msg( $key, $fallback)
Get a message from i18n.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not it can be in the form of< username >< more info > e g for bot passwords intended to be added to log contexts Fields it might only if the login was with a bot password it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable & $code
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
returning false will NOT prevent logging $e