Last modified: 2014-10-16 12:15:48 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 T53281, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 51281 - Config variable $wgUserStatsPointValues not defined in global scope (fixme on line 611)
Config variable $wgUserStatsPointValues not defined in global scope (fixme on...
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
SocialProfile (Other open bugs)
master
All All
: Lowest normal (vote)
: ---
Assigned To: Jack Phoenix
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-13 08:53 UTC by wikifoot
Modified: 2014-10-16 12:15 UTC (History)
0 users

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


Attachments

Description wikifoot 2013-07-13 08:53:26 UTC
UserStats/UserStatsClass.php defines config variables intended for the global scope at the top of the file including the array $wgUserStatsPointValues.

When the UserStatsTrack class is constructed, it calls for this global, which is null, and sets it to a property that is later iterated (fixme on line 611).

Putting the variable in global scope before it is defined fixes the problem.

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


Navigation
Links