Last modified: 2011-10-21 22:11:30 UTC
See https://secure.wikimedia.org/wikipedia/en/wiki/User:/xxx . This is a userspace page with an invalid title, but WikiLove still tries to call Title::getTalkPage(), producing a fatal error. I think this can be fixed by adding if ( $baseTitle === null) { return null; } around line 179 of http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiLove/WikiLove.hooks.php?view=markup .
Nice find. Fixed in r99374.
*** Bug 31866 has been marked as a duplicate of this bug. ***