Aa
From Dpldemo
The DPL extension (version 2.01) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT pl_namespace, pl_title, `page`.page_title as sortkey FROM `pagelinks` WHERE 1=1 AND ((pl_from=3360)) ORDER BY pl_title ASC LIMIT 0, 600
Error message is:
Unknown column 'page.page_title' in 'field list' (localhost)