Author: pvizeli
Description:
I have update my wiki from 1_14 to 1_15_0RC1, 1_15 r48811 and 1_16 current over svn.
But all updates dosn't work now with postgresql.
When I open the pages 'Special:RecentChanges' and 'NameOfWiki:Current_Events' it
produce (throw) a querry access error in DatabasePostgres.php line 850.
the error message from 1_14 to 1_15_0RC1:
A database error has occurred Query: SELECT * FROM recentchanges LEFT JOIN watchlist ON ((wl_user=3 AND wl_title=rc_title AND wl_namespace=rc_namespace)) LEFT JOIN page ON ((rc_cur_id=page_id)) LEFT JOIN tag_summary ON ((ts_rc_id=rc_id)) WHERE (rc_timestamp >= '2009-06-01 00:00:00 GMT') AND rc_bot = '0' ORDER BY rc_timestamp DESC LIMIT 50
Function: SpecialRecentChanges::doMainQuery Error: 1 FEHLER: keine Berechtigung fr Relation tag_summary
Backtrace:
#0 /var/www/wiki/includes/db/Database.php(616): DatabasePostgres->reportQueryError('FEHLER: keine ...', 1, 'SELECT * FROM...', 'SpecialRecentCh...', false)
#1 /var/www/wiki/includes/db/Database.php(1026): Database->query('SELECT * FROM...', 'SpecialRecentCh...')
#2 /var/www/wiki/includes/specials/SpecialRecentchanges.php(313): Database->select(Array, '*', Array, 'SpecialRecentCh...', Array, Array)
#3 /var/www/wiki/includes/specials/SpecialRecentchanges.php(100): SpecialRecentChanges->doMainQuery(Array, Object(FormOptions))
#4 /var/www/wiki/includes/SpecialPage.php(559): SpecialRecentChanges->execute(NULL)
#5 /var/www/wiki/includes/Wiki.php(229): SpecialPage::executePath(Object(Title))
#6 /var/www/wiki/includes/Wiki.php(59): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#7 /var/www/wiki/index.php(116): MediaWiki->initialize(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest))
#8 {main}.
If I have delete the database an reinstall the wiki on database, it works!
(include dumpBackup and importDump!)
Version: unspecified
Severity: major
OS: Linux
Platform: Other