undefined method Xml::listdropdown()

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aff
Forum Newbie
Posts: 2
Joined: Mon Mar 28, 2011 3:33 am

undefined method Xml::listdropdown()

Post by aff »

I have a internal MediaWiki site to which I have added an extension "PdfExport". The problem is that it apparently references an undefined method:

Code: Select all

PHP Fatal error:  Call to undefined method Xml::listdropdown()
. How do I resolve this issue?

* CentOS release 5.2 (Final)
* MediaWiki: 1.11.0
* PHP: 5.1.6 (apache2handler) with php-xml
* PdfExport (version 2.4.2 (2011-02-23)) http://www.mediawiki.org/wiki/Extension:Pdf_Export

Do note difference in Case between source and error_log:

http://www.mediawiki.org/wiki/Extension ... ource_Code says Xml::listDropDown while error_log says Xml::listdropdown.
aff
Forum Newbie
Posts: 2
Joined: Mon Mar 28, 2011 3:33 am

Re: undefined method Xml::listdropdown()

Post by aff »

Resolved by upgrade (mediawiki-1.11.0 -> mediawiki-1.16.2).
Post Reply