Manual:$wgIgnoreImageErrors
Appearance
画像: $wgIgnoreImageErrors | |
---|---|
If true, inline scaled images will still produce <img> tags ready for output instead of showing an error message. |
|
導入されたバージョン: | 1.7.0 (r14412) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
If true, inline scaled images will still produce <img>
tags ready for output instead of showing an error message.
This may be useful if errors are transitory, especially if the site is configured to automatically render thumbnails on request.
On the other hand, it may obscure error conditions from debugging. Enable the debug log or the 'thumbnail' log group to make sure errors are logged to a file for review.