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