Last modified: 2011-03-04 23:05:34 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 T29763, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 27763 - Call to a member function getText() on a non-object in includes/Article.php on line 4572
Call to a member function getText() on a non-object in includes/Article.php o...
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-02-27 15:29 UTC by Sam Reed (reedy)
Modified: 2011-03-04 23:05 UTC (History)
4 users (show)

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


Attachments

Description Sam Reed (reedy) 2011-02-27 15:29:59 UTC
if ( $parserOutput === false ) {
			// Cache miss; parse and output it.
			$rev = Revision::newFromTitle( $this->getTitle(), $oldid );

			return $this->getOutputFromWikitext( $rev->getText(), $useParserCache );
		} else {
			return $parserOutput;
		}


$rev isn't checked to be defined. Seemingly LQT related..

-rakkaus/#mediawiki-i18n- [27-Feb-2011 15:25:03] PHP Fatal error:  Call to a member function getText() on a non-object in /www/w/includes/Article.php on line 4572
Comment 1 Alexandre Emsenhuber [IAlex] 2011-03-04 20:17:40 UTC
Fixed in r83240.
Comment 2 Platonides 2011-03-04 23:05:34 UTC
Call stack?

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


Navigation
Links