https://bugzilla.wikimedia.org/show_bug.cgi?id=49523
Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Martin <[email protected]> --- I can confirm this bug is happening in 1.22.1. I was getting the same error above when enabling showing SQL errors in the browser. But when I look into my postgresql log in Linux, I see the following: <code> 2014-01-27 04:21:19 UTC ERROR: column "rev_id" does not exist at character 49 2014-01-27 04:21:19 UTC STATEMENT: SELECT /* Revision::fetchFromConds Mkonecny */ rev_id,rev_page,rev_text_id,rev_timestamp,rev_comment,rev_user_text,rev_user,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,rev_content_format,rev_content_model,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name FROM "mwuser" WHERE page_id = '10' AND rev_id = '280' LIMIT 1 FOR UPDATE OF page </code> 1.22.0 was a fresh install (first time I ever used mediawiki). I upgraded to 1.22.1 in an attempt to solve this problem (which it obviously didn't). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
