Last modified: 2007-03-05 20:51:24 UTC
Line 194: $links = implode( "\n", array_keys( $out->getExternalLinks() ) ); causes saves to fail because the function getExternalLinks cannot be found. I believe that I have installed and set up things correctly. My page is called: Spam_blacklist I've added the following to the bottom of my LocalSettings.php file: require_once( "$IP/extensions/SpamBlacklist/SpamBlacklist.php" ); $wgSpamBlacklistFiles = array("DB: wikidb Spam_blacklist"); I am running MediaWiki 1.5.8 out of necessity (my how is running MySQL 3.23). getExternalLinks() appears to be in Parser.php in later versions. My workaround is to comment out line 194. Seems to work.
The spam blacklist is almost certainly broken with MediaWiki 1.5.x.
Could the README be updated with compatibility information then?
Added in r20152
Thanks.