Difference between revisions of "Issue:Class 'Image' not found"

From FollowTheScore
Jump to: navigation, search
(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...")
(No difference)

Revision as of 22:16, 5 February 2012

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