Last modified: 2009-09-20 14:11:12 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 T22745, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 20745 - Query error in Special:ListUsers
Query error in Special:ListUsers
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.16.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://translatewiki.net/sandwiki/i.p...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-20 13:52 UTC by Niklas Laxström
Modified: 2009-09-20 14:11 UTC (History)
1 user (show)

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


Attachments

Description Niklas Laxström 2009-09-20 13:52:03 UTC
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:

    SELECT MAX(user_name) AS user_name,user_id,MAX(user_editcount) AS edits,COUNT(ug_group) AS numgroups,MAX(ug_group) AS singlegroup,MIN(user_registration) AS creation,MAX(ipb_deleted) AS ipb_deleted FROM `bw_user` FORCE INDEX (PRIMARY) LEFT JOIN `bw_user_groups` ON user_id=ug_user LEFT JOIN `bw_ipblocks` ON user_id=ipb_user AND ipb_deleted=1 AND ipb_auto=0 WHERE (ipb_deleted IS NULL) AND (user_id >= ) GROUP BY user_id ORDER BY user_id LIMIT 101 

from within function "IndexPager::reallyDoQuery (UsersPager)". Database returned error "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY user_id ORDER BY user_id LIMIT 101' at line 2 (localhost)".

Notice (user_id >= )
Comment 1 Aaron Schulz 2009-09-20 14:11:12 UTC
Fixed in r56670

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


Navigation
Links