Last modified: 2007-07-03 09:35:47 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 T12439, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10439 - database error with inprop=protection for missing page
database error with inprop=protection for missing page
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
API (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://de.wikipedia.org/w/api.php?act...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-07-02 17:37 UTC by Stefan Bauer
Modified: 2007-07-03 09:35 UTC (History)
1 user (show)

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


Attachments

Description Stefan Bauer 2007-07-02 17:37:40 UTC
The query prop=info&inprop=protection for a missing page causes a database error:

<error code="internal_api_error" info="Exception Caught: A database error has occurred
Query: SELECT  pr_page,pr_type,pr_level,pr_expiry  FROM `page_restrictions`  WHERE pr_page IN ()   
Function: ApiQueryInfo::execute
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 ')' at line 1 (10.0.0.24)
">

#0 /usr/local/apache/common-local/php-1.5/includes/Database.php(761): Database->reportQueryError('You have an err...', 1064, 'SELECT  pr_page...', 'ApiQueryInfo::e...', false)
#1 /usr/local/apache/common-local/php-1.5/includes/Database.php(1179): Database->query('SELECT  pr_page...', 'ApiQueryInfo::e...')
#2 /usr/local/apache/common-local/php-1.5/includes/api/ApiQueryBase.php(125): Database->select(Array, Array, Array, 'ApiQueryInfo::e...', Array)
#3 /usr/local/apache/common-local/php-1.5/includes/api/ApiQueryInfo.php(77): ApiQueryBase->select('ApiQueryInfo::e...')
#4 /usr/local/apache/common-local/php-1.5/includes/api/ApiQuery.php(197): ApiQueryInfo->execute()
#5 /usr/local/apache/common-local/php-1.5/includes/api/ApiMain.php(270): ApiQuery->execute()
#6 /usr/local/apache/common-local/php-1.5/includes/api/ApiMain.php(169): ApiMain->executeAction()
#7 /usr/local/apache/common-local/php-1.5/includes/api/ApiMain.php(154): ApiMain->executeActionWithErrorHandling()
#8 /usr/local/apache/common-local/php-1.5/api.php(54): ApiMain->execute()
#9 /usr/local/apache/common-local/live-1.5/api.php(3): require('/usr/local/apac...')
#10 {main}

</error>
Comment 1 Stefan Bauer 2007-07-02 17:44:31 UTC
Does revision 23636 fix this error?
Comment 2 Roan Kattouw 2007-07-03 09:35:47 UTC
(In reply to comment #1)
> Does revision 23636 fix this error?
Yes, fixed in r23636. I discovered the same behavior you did (by requesting an undelete token for a page that obviously didn't exist anymore), and I fixed it.

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


Navigation
Links