https://bugzilla.wikimedia.org/show_bug.cgi?id=43229

--- Comment #5 from Jeroen De Dauw <[email protected]> ---
When viewing a diff between two revisions of an item, after
https://gerrit.wikimedia.org/r/#/c/47852/8:

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

    SELECT page.*, revision.*, text.* FROM `mw_wb_entity_per_page` INNER JOIN
`mw_page` ON ((epp_page_id=page_id)) INNER JOIN `mw_revision` ON
((page_latest=rev_id)) INNER JOIN `mw_text` ON ((old_id=rev_text_id)) WHERE
epp_entity_id = '14' AND epp_entity_type = 'property' 

from within function "Wikibase\WikiPageEntityLookup::getEntity". Database
returned error "1051: Unknown table 'page' (localhost)".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to