Aktionen

Aktionen: Unterschied zwischen den Versionen

Aus Recht auf Stadt, Plattform fuer stadtpolitisch Aktive

Zeile 1: Zeile 1:
 
==Aktionen==
 
==Aktionen==
  
<dpl>
+
<DynamicPageList>
 
category = Aktionen
 
category = Aktionen
 
ordermethod = lastedit
 
ordermethod = lastedit
Zeile 8: Zeile 8:
 
addeditdate = true
 
addeditdate = true
 
minoredits = exclude
 
minoredits = exclude
</dpl>
+
</DynamicPageList>
  
 
==Veranstaltungen==
 
==Veranstaltungen==
  
<dpl>
+
<DynamicPageList>
 
category = Veranstaltungen
 
category = Veranstaltungen
 
ordermethod = lastedit
 
ordermethod = lastedit
Zeile 19: Zeile 19:
 
addeditdate = true
 
addeditdate = true
 
minoredits = exclude
 
minoredits = exclude
</dpl>
+
</DynamicPageList>
  
 
==Kongresse==
 
==Kongresse==
  
<dpl>
+
<DynamicPageList>
 
category = Kongress
 
category = Kongress
 
ordermethod = lastedit
 
ordermethod = lastedit
Zeile 30: Zeile 30:
 
addeditdate = true
 
addeditdate = true
 
minoredits = exclude
 
minoredits = exclude
</dpl>
+
</DynamicPageList>

Version vom 23. März 2016, 14:59 Uhr

Aktionen

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_touched AS page_touched FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Aktionen') WHERE 1=1 AND rev_minor_edit=0 AND `page`.page_is_redirect=0 ORDER BY page_touched DESC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'rev_minor_edit' in 'where clause' (localhost)


Veranstaltungen

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_touched AS page_touched FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Veranstaltungen') WHERE 1=1 AND rev_minor_edit=0 AND `page`.page_is_redirect=0 ORDER BY page_touched DESC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'rev_minor_edit' in 'where clause' (localhost)


Kongresse

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_touched AS page_touched FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Kongress') WHERE 1=1 AND rev_minor_edit=0 AND `page`.page_is_redirect=0 ORDER BY page_touched DESC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'rev_minor_edit' in 'where clause' (localhost)