Manual:$wgThumbnailScriptPath/de-formal

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> Thumbnail settings</translate>: $wgThumbnailScriptPath
Path to thumb.php , if you want thumbnail generation on the fly.
<translate> Introduced in version:</translate>1.5.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(filesystem path) or false
<translate> Default value:</translate>false

Details

Give a path here to use thumb.php for thumbnail generation on client request, instead of generating them on render and outputting a static URL. This is necessary if some of your apache servers don't have read/write access to the thumbnail path.

If you want to use this feature, you would set this as follows:

$wgThumbnailScriptPath = "$wgScriptPath/thumb.php";

See also