Issue:Class 'Image' not found

From FollowTheScore
Revision as of 22: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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());


Reply