Page MenuHomePhabricator

DynamicPageListEngine doesn't work with the current DB schema
Closed, ResolvedPublicBUG REPORT

Description

In the Scribunto debug console, evaluate =mw.ext.dpl.getPagenames{Namespace=''}

What happens?:
Database error no such column: page_counter
Query: SELECT page_namespace,page_title,page_is_redirect,page_len,page_counter FROM page WHERE page_is_redirect = 0 ORDER BY page_id DESC LIMIT 200

Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc:
Mediawiki 1.36.2, Scribunto that came with MW, DPLE downloaded per the extension page.

Event Timeline

Aklapper added a subscriber: RV1971.

@RV1971: Where exactly is the dedicated place to track Extension:DynamicPageListEngine issues? Asking as you are listed as an author on wiki. Thanks.

RV1971 claimed this task.

So far the discussion page https://www.mediawiki.org/wiki/Extension_talk:DynamicPageListEngine was sued for that. Anyway, I have just committed a fix to the master branch. Thanks for spotting this.