Articles by alphabetic order
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
 Ā Ī Ñ Ś Ū Ö Ō
1 2 3 4 5 6 7 8 9 0


Difference between revisions of "Template:SeealsoDPL"

From Tibetan Buddhist Encyclopedia
Jump to navigation Jump to search
Line 6: Line 6:
 
|namespace=
 
|namespace=
 
|ignorecase=true
 
|ignorecase=true
|titlematch={{#arraymap:{{{}}}¦,¦x¦x %¦ }}
+
|titlematch={{#arraymap:{{{1}}}¦,¦x¦x %{{!}}¦ }}
 
|addcategories  = true
 
|addcategories  = true
 
|addpagecounter = true
 
|addpagecounter = true

Revision as of 08:28, 29 November 2015

[edit]

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 (LOWER(CAST(`page`.page_title AS char)) LIKE '{{{1}}}' OR LOWER(CAST(`page`.page_title AS char)) LIKE ',\\_' OR LOWER(CAST(`page`.page_title AS char)) LIKE 'x' OR LOWER(CAST(`page`.page_title AS char)) LIKE 'x\\_%' OR LOWER(CAST(`page`.page_title AS char)) LIKE OR LOWER(CAST(`page`.page_title AS char)) LIKE ) GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)



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 (LOWER(CAST(`page`.page_title AS char)) LIKE '{{{1}}}%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


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 (LOWER(CAST(`page`.page_title AS char)) LIKE '%\\_{{{1}}}\\_%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


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 (LOWER(CAST(`page`.page_title AS char)) LIKE '%{{{1}}}%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)