Mixes.wiki:Explorer/Lists
The DPL extension (version 2.3.0) 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 SQL_CALC_FOUND_ROWS DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_title AS sortkey FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to LIKE 'Kontor_Radio_Show') WHERE 1=1 AND `page`.page_namespace IN (0) AND `page`.page_is_redirect=0 AND `page`.page_id NOT IN (SELECT `templatelinks`.tl_from FROM `templatelinks` WHERE ((`templatelinks`.tl_namespace=10 AND LOWER(CAST(`templatelinks`.tl_title AS char))=LOWER('Player'))) ) ORDER BY page_title DESC LIMIT 50 OFFSET 0
Error message is:
Unknown column 'templatelinks.tl_namespace' in 'where clause'