Last modified: 2010-01-07 20:47:58 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 T19097, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 17097 - DynamicPageList.php call a function not existing in mediawiki < 1.14
DynamicPageList.php call a function not existing in mediawiki < 1.14
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
DynamicPageList (Other open bugs)
unspecified
All All
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-20 22:12 UTC by Roberto Zanon
Modified: 2010-01-07 20:47 UTC (History)
1 user (show)

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


Attachments

Description Roberto Zanon 2009-01-20 22:12:02 UTC
In link 453 of DynamicPageList.php is called "link" function on a Skin object:
$output .= $sk->link($title, htmlspecialchars($titleText), array(), $query, array( 'forcearticlepath', 'known' ) );

In mediawiki of version older than 1.14 this function don't exist and cause this error message:
"Fatal error: Call to undefined method SkinMonoBook::link() in /var/www/wiki/extensions/DynamicPageList.php on line 459"

The problem begin from this commit:
r1=41411&r2=41044">http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/intersection/DynamicPageList.php?r1=41411&r2=41044
Comment 1 Chad H. 2010-01-07 20:47:58 UTC
This is why we branch extensions, as trying to use newer versions of extensions with older copies of MediaWiki doesn't always work. If you need a 1.14.x copy of an extension, please visit http://www.mediawiki.org/wiki/Special:ExtensionDistributor and select the appropriate extension & version.

As a side-note, the 1.15.x branch is the current stable release and you are encouraged to upgrade.

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


Navigation
Links