Page MenuHomePhabricator

Page move over redirect fails on PostgreSQL
Closed, ResolvedPublic

Description

While renaming a page to a new title works now, moving over a redirect still fails. Looks like the usual timestamp bug:

Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid input syntax for type timestamp: "20040907075459" in /
var/www/html/gres/includes/DatabasePostgreSQL.php on line 96
A database error has occurred Query: UPDATE cur SET cur_touched='20040907075459',cur_namespace='0',cur_title='?efpa?o'
WHERE cur_id='8' Function: Title::moveOverExistingRedirect Error: 1 ERROR: invalid input syntax for type timestamp:
"20040907075459"

Backtrace:

DatabasePostgreSQL.php line 370 calls wfDebugDieBacktrace()

Database.php line 297 calls DatabasePostgreSQL::reportQueryError()

Database.php line 777 calls DatabasePostgreSQL::query()

Database.php line 767 calls DatabasePostgreSQL::update()

Title.php line 979 calls DatabasePostgreSQL::updateArray()

Title.php line 923 calls Title::moveOverExistingRedirect()

SpecialMovepage.php line 132 calls Title::moveTo()

SpecialMovepage.php line 33 calls MovePageForm::doSubmit()

SpecialPage.php line 257 calls wfSpecialMovepage()

SpecialPage.php line 172 calls UnlistedSpecialPage::execute()

index.php line 93 calls SpecialPage::executePath()


Version: 1.4.x
Severity: normal

Details

Reference
bz409

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.
StatusSubtypeAssignedTask
InvalidNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 6:53 PM
bzimport set Reference to bz409.
bzimport added a subscriber: Unknown Object (MLST).
Jdforrester-WMF subscribed.

Migrating from the old tracking task to a tag for PostgreSQL-related tasks.