Mark Krenz wrote:
BUMP. Anyone have any ideas?
On Sun, Apr 30, 2006 at 05:40:01PM GMT, Mark Krenz [mark@suso.org] said the following:
Hi, after I upgraded to mediawiki 1.6.3 recently, an extension I wrote broke. Actually, it broke the whole wiki and all I get is this error message:
Fatal error: Call to undefined function: wfrunhooks() in /home/blgpedia/www/dev.bloomingpedia.org/mediawiki-1.6.3/includes/QueryPage.php on line 44
Generally something like this indicates you're trying to include files out of order.
Make sure QueryPage isn't loaded at the global scope, as that would happen *before* most of MediaWiki has been loaded. Instead, load it from your setup function if it's required.
-- brion vibber (brion @ pobox.com)