Manual:$wgIgnoreImageErrors/ko
Appearance
| Images: $wgIgnoreImageErrors | |
|---|---|
If true, inline scaled images will still produce <img> tags ready for output instead of showing an error message. |
|
| 이 변수가 소개된 버전: | 1.7.0 (r14412) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | 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.