Last modified: 2008-01-22 03:32:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T13593, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11593 - OggHandler gives PHP fatal error with $wgThumbnailScriptPath; missing getScriptedTransform()
OggHandler gives PHP fatal error with $wgThumbnailScriptPath; missing getScri...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
OggHandler (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Tim Starling
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-07 20:41 UTC by Brion Vibber
Modified: 2008-01-22 03:32 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Brion Vibber 2007-10-07 20:41:25 UTC
With $wgThumbnailScriptPath enabled in LocalSettings.php like so:

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

I get a lovely fatal error when rendering OGG files at their Image: pages or Special:Newimages:

Fatal error: Call to undefined method OggHandler::getScriptedTransform() in /opt/web/pages/trunk/includes/filerepo/File.php on line 506
r26408
Comment 1 Brion Vibber 2008-01-22 03:32:16 UTC
Fixed in r30044. Generic handler class now has an implementation of getScriptedTransform() which simply returns false, in which case it'll (now) fall through to regular rendering.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links