Difference between revisions of "Articles by Av"
m (Protected "Articles by Av" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
Line 1: | Line 1: | ||
{{Articles by A}} | {{Articles by A}} | ||
Articles starting with letter '''Av''' | Articles starting with letter '''Av''' | ||
− | + | ||
− | + | {{#dpl: | |
− | + | |redirects = include | |
− | + | |noresultsheader=There is no results at the moment | |
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=Av% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} |
Latest revision as of 16:13, 8 December 2015
A | Aa | Ab | Ac | Ad | Ae | Af | Ag | Ah | Ai | Aj | Ak | Al | Am | An | Ao | Ap | Aq | Ar | As | At | Au | Av | Aw | Ax | Ay | Az |
Articles starting with letter Av
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 DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_title AS sortkey, `page`.page_counter AS page_counter, GROUP_CONCAT(DISTINCT cl_gc.cl_to ORDER BY cl_gc.cl_to ASC SEPARATOR ' | ') AS cats FROM `page` LEFT OUTER JOIN `categorylinks` AS cl_gc ON (page_id=cl_gc.cl_from) WHERE 1=1 AND `page`.page_namespace IN ('0') AND (`page`.page_title LIKE 'Av%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)