Last modified: 2008-07-28 23:01:44 UTC
The URL http://en.wikipedia.org/w/api.php?action=parse&text={{Project:Sandbox}} gives the teal screen of death with the following error message: PHP fatal error in /usr/local/apache/common-local/php-1.5/includes/Title.php line 3005: Call to a member function getInterwiki() on a non-object This URL is used as the example in the API help given by http://en.wikipedia.org/w/api.php
Meh, Bugzilla didn't linkify that properly. Those last two curly braces should be included.
Cannot reproduce right now. That's odd.
Oh-ho! This is the error message I've been trying to track down... Got the bastard reproduced locally with a copy of http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&action=edit&oldid=228472485 ...
Added a type hint in r38157 which provides more useful error output: Catchable fatal error: Argument 1 passed to Title::equals() must be an instance of Title, null given, called in /Library/WebServer/Documents/trunk/includes/Linker.php on line 1323 and defined in /Library/WebServer/Documents/trunk/includes/Title.php on line 3003 Regression caused by r38149, which changes Linker's section editing links creation to use $wgTitle in a comparison.
I've reverted the buggy revision for now in r38158.