Page MenuHomePhabricator

$wgAllowPageInfo produces a database error
Closed, ResolvedPublic

Description

Author: beesley

Description:
I set $wgAllowPageInfo to true in defaultsettings.php, and then went to an
&action=info URL, but got the following database error:

A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was:

SELECT COUNT(DISTINCT old_user_text) FROM `cur` WHERE

old_title='Final_Report' AND old_namespace='1' AND (old_user_text<>'Angela') LIMIT 1

from within function "Article::info". MySQL returned error "1054: Unknown column
'old_user_text' in 'field list' (localhost)".


Version: 1.4.x
Severity: normal

Details

Reference
bz1536

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 8:14 PM
bzimport set Reference to bz1536.
bzimport added a subscriber: Unknown Object (MLST).