Topic on Project:Support desk

Fatal exception of type "Error"

3
Tomlzz1 (talkcontribs)

What does this mean? It's the only thing that comes up on jacksonheights.ntyc.

[5c71f88d6e028ee8490d90c0] 2018-04-24 23:39:32: Fatal exception of type "Error"

Tomlzz1 (talkcontribs)
星耀晨曦 (talkcontribs)

This is a brief error message, so you must get more detailed error message. Add

error_reporting( -1 );
ini_set( 'display_errors', 1 );

$wgShowExceptionDetails = true;
$wgShowDBErrorBacktrace = true;

to your LocalSettings.php.

Reply to "Fatal exception of type "Error""