Last modified: 2010-05-15 15:33:08 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 T2386, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 386 - Special:Ancientpages fails on PostgreSQL
Special:Ancientpages fails on PostgreSQL
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.4.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: postgres
  Show dependency treegraph
 
Reported: 2004-09-06 08:21 UTC by Brion Vibber
Modified: 2010-05-15 15:33 UTC (History)
1 user (show)

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


Attachments

Description Brion Vibber 2004-09-06 08:21:33 UTC
Warning: pg_query() [function.pg-query]: Query failed: ERROR: function unix_timestamp(timestamp without time zone) does not 
exist HINT: No function matches the given name and argument types. You may need to add explicit type casts. in /var/www/
html/gres/includes/DatabasePostgreSQL.php on line 96
A database error has occurred Query: SELECT 'Ancientpages' as type, cur_namespace as namespace, cur_title as title, 
UNIX_TIMESTAMP(cur_timestamp) as value FROM cur WHERE cur_namespace=0 AND cur_is_redirect=0 ORDER BY value LIMIT 50 
OFFSET 0 Function: AncientPagesPage::doQuery Error: 1 ERROR: function unix_timestamp(timestamp without time zone) does 
not exist HINT: No function matches the given name and argument types. You may need to add explicit type casts.

Backtrace:

    * DatabasePostgreSQL.php line 366 calls wfDebugDieBacktrace()
    * Database.php line 295 calls DatabasePostgreSQL::reportQueryError()
    * QueryPage.php line 158 calls DatabasePostgreSQL::query()
    * SpecialAncientpages.php line 59 calls AncientPagesPage::doQuery()
    * SpecialPage.php line 257 calls wfSpecialAncientpages()
    * SpecialPage.php line 172 calls SpecialPage::execute()
    * index.php line 93 calls SpecialPage::executePath()

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


Navigation
Links