Manual:$wgShowDBErrorBacktrace
Jump to navigation
Jump to search
![]() | This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.32.0. Please see $wgShowExceptionDetails for an alternative way to use this feature. |
Debug/logging: $wgShowDBErrorBacktrace | |
---|---|
If true, show a backtrace for database errors. |
|
Introduced in version: | 1.16.0 (r55797) |
Deprecated in version: | 1.32.0 |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By function |
Details[edit]
If true, show a backtrace for database errors.
In MediaWiki 1.32, this setting got deprecated and is nonfunctional since then. Use Manual:$wgShowExceptionDetails and Manual:$wgShowHostnames instead!