Virgin install of 1.43.0, add extension DynamicPageList3 3.5.2, use {{#dpl:|linksto = Page name}} on a page
What happens?:
[4883bc77329e141863c0a486] /index.php?title=Main_Page&action=submit Wikimedia\Rdbms\DBQueryError: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading or after adding a new extension? Error 1054: Unknown column 'pl.pl_title' in 'field list' Function: MediaWiki\Extension\DynamicPageList3\Query::buildAndSelect - Q10683167 Query: SELECT /*+ MAX_EXECUTION_TIME(10000)*/ DISTINCT pl.pl_title AS `sel_title`,pl.pl_namespace AS `sel_ns`,`page`.page_namespace AS `page_namespace`,`page`.page_id AS `page_id`,`page`.page_title AS `page_title` FROM `pagelinks` `pl`,`page` JOIN `categorylinks` `cl1` ON ((`page`.page_id = cl1.cl_from AND cl1.cl_to = 'Countries')) WHERE `page`.page_is_redirect = 0 AND (`page`.page_id=pl.pl_from AND ((pl.pl_namespace=0 AND pl.pl_title LIKE 'Pastafarianism'))) GROUP BY page_title LIMIT 500
What should have happened instead?:
List of pages linking to the named page
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
mediawiki 1.43.0
DynamicPageList3 version: 3.5.2
PHP: 8.4.2
Other information (browser name/version, screenshots, etc.):
This bug was first reported on DynamicPageList3's github on 4 December, and while it has many me toos, it has no response from the developers. It is viewed as a shopwstopper for the extension. https://github.com/Universal-Omega/DynamicPageList3/issues/292
Can anyone involved in the changes to https://www.mediawiki.org/wiki/Manual:Pagelinks_table advise?