Last modified: 2012-08-04 20:48:59 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 T16412, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14412 - Special:RecentChangesLinked fails with PostgreSQL
Special:RecentChangesLinked fails with PostgreSQL
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.13.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: postgres
  Show dependency treegraph
 
Reported: 2008-06-05 16:25 UTC by David Nies
Modified: 2012-08-04 20:48 UTC (History)
1 user (show)

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


Attachments

Description David Nies 2008-06-05 16:25:39 UTC
My system setting is: 1.13alpha (r35900), PHP 5.2.0, PostgreSQL 8.1.11.

Whenever I open "Special:RecentChangesLinked" for some page, I get the following internal error: 

A database error has occurred Query: SELECT /* wfSpecialRecentchangeslinked */ rc_cur_id,rc_namespace,rc_title, rc_user,rc_comment,rc_user_text,rc_timestamp,rc_minor,rc_log_type,rc_log_action,rc_params,rc_deleted, rc_new, rc_id, rc_this_oldid, rc_last_oldid, rc_bot, rc_patrolled, rc_type, rc_old_len, rc_new_len,wl_user FROM pagelinks, recentchangesLEFT JOIN watchlist ON wl_user=1 AND wl_title=rc_title AND wl_namespace=rc_namespace WHERE rc_timestamp > '2008-05-29 16:24:22 GMT' AND pl_namespace=rc_namespace AND pl_title=rc_title AND pl_from=13 GROUP BY rc_cur_id,rc_namespace,rc_title, rc_user,rc_comment,rc_user_text,rc_timestamp,rc_minor,rc_log_type,rc_log_action,rc_params,rc_deleted, rc_new, rc_id, rc_this_oldid, rc_last_oldid, rc_bot, rc_patrolled, rc_type, rc_old_len, rc_new_len,wl_user ORDER BY rc_timestamp DESC LIMIT 50 Function: wfSpecialRecentchangeslinked Error: 1 ERROR: relation "recentchangesleft" does not exist
Backtrace:
#0 /home/david/www/david.theparticulars.org/htdocs/w/includes/Database.php(562): DatabasePostgres->reportQueryError('ERROR: relatio...', 1, 'SELECT /* wfSpe...', 'wfSpecialRecent...', false)
#1 /home/david/www/david.theparticulars.org/htdocs/w/includes/SpecialRecentchangeslinked.php(137): Database->query('SELECT /* wfSpe...', 'wfSpecialRecent...')
#2 [internal function]: wfSpecialRecentchangeslinked(NULL, Object(SpecialPage))
#3 /home/david/www/david.theparticulars.org/htdocs/w/includes/SpecialPage.php(747): call_user_func('wfSpecialRecent...', NULL, Object(SpecialPage))
#4 /home/david/www/david.theparticulars.org/htdocs/w/includes/SpecialPage.php(533): SpecialPage->execute(NULL)
#5 /home/david/www/david.theparticulars.org/htdocs/w/includes/Wiki.php(224): SpecialPage::executePath(Object(Title))
#6 /home/david/www/david.theparticulars.org/htdocs/w/includes/Wiki.php(55): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#7 /home/david/www/david.theparticulars.org/htdocs/w/index.php(92): MediaWiki->initialize(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest))
#8 {main}
Comment 1 Greg Sabino Mullane 2008-06-05 17:57:57 UTC
Fixed in r35940, thanks for the report.

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


Navigation
Links