Issue:Class 'Image' not found
From FollowTheScore
Revision as of 21:16, 5 February 2012 by Maiden taiwan (talk | contribs) (Created page with "{{Issue |Type = Bug |Extension = DPL |Version = 2.0 |Description = PHP Fatal error: Class 'Image' not found |Status = open }} == Problem == In MediaWiki 1...")
Description: | PHP Fatal error: Class 'Image' not found |
Extension / Version: | DPL / 2.0 |
Type / Status: | Bug / open |
Problem
In MediaWiki 1.18.1:
PHP Fatal error: Class 'Image' not found in /path/w/extensions/DynamicPageList/DPL.php on line 300
The line is:
// calculate URL for existing images $img = Image::newFromName($article->mTitle->getText());