Last modified: 2008-09-18 03:21:03 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 T11479, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9479 - Throwing PHP notices on page views
Throwing PHP notices on page views
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
DidYouMean (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-04-02 07:46 UTC by Rob Church
Modified: 2008-09-18 03:21 UTC (History)
1 user (show)

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


Attachments

Description Rob Church 2007-04-02 07:46:07 UTC
Viewing the main page of a wiki running trunk (r20906), current version of
DidYouMean as in Subversion, with extended error reporting active:

"Notice: Undefined property:  Parser::$mDymFirstChunk in /path/to/DidYouMean.php
on line 73"

Extension appears to be altering the Parser object; I suggest it should use some
other construct to store persistent data per-session.
Comment 1 Chad H. 2008-09-18 03:21:03 UTC
Seems to have been fixed in r23213.

The check of $parser->mDymFirstChunk was changed to == 'no' to isset(), thus avoiding the error.

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


Navigation
Links