Last modified: 2010-05-15 15:42:52 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 T13761, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11761 - SkinTemplate::makeTalkUrlDetails calls member on a non-object
SkinTemplate::makeTalkUrlDetails calls member on a non-object
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Templates (Other open bugs)
1.8.x
All Linux
: Normal blocker (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-25 14:34 UTC by mickey
Modified: 2010-05-15 15:42 UTC (History)
0 users

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


Attachments

Description mickey 2007-10-25 14:34:23 UTC
There is a problem in SkinTemplate::makeTalkUrlDetails where under some circumstances a call to a member function on a non-object occurs:

$title = Title::newFromText( $name );
$title = $title->getTalkPage();

The call to Title::newFromText might return NULL but the code in makeTalkUrlDetails doesnt check it properly.

Actually im not sure how i ran into this but it locked out any users from logging into the wiki.
Comment 1 Brion Vibber 2007-12-04 21:48:27 UTC
Probably IPv6 localhost... upgrade MediaWiki to a current version which does not suffer from that bug.

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


Navigation
Links