Page MenuHomePhabricator

Interaction Timeline throws an exception with simple query
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce

  1. https://interaction-timeline.toolforge.org/?wiki=testwiki&user=Derby%20pie&user=Sweets%20lover

Actual Results

An exception occurred while executing 'SELECT r.rev_id, r.rev_page, page_namespace, page_title, a.actor_name, r.rev_timestamp, r.rev_minor_edit, r.rev_len, r.rev_len - IFNULL(r2.rev_len, 0) as sizediff, c.comment_text AS rev_comment, r.rev_deleted FROM revision_userindex r INNER JOIN page p ON r.rev_page = p.page_id INNER JOIN actor a ON r.rev_actor = a.actor_id LEFT JOIN comment c ON r.rev_comment_id = c.comment_id LEFT JOIN revision_userindex r2 ON r.rev_parent_id = r2.rev_id WHERE r.rev_id in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY r.rev_timestamp asc' with params ["338490", "338493", "338495", "338496", "338499", "338530", "338584", "338591", "338599", "338600", "338601", "338602", "338605", "338606", "338607", "338608", "338609", "338610", "338700", "338701", "338702", "338703", "338704", "338705", "338708", "338711"]: SQLSTATE[HY000]: General error: 1356 View 'testwiki_p.page' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them

Expected Results
Results displayed on the page

Event Timeline

I suspect some sort of maintenance on testwiki_p, similar to T210978. I've filed T264823.

MusikAnimal claimed this task.

Resolved per T264823