Difference between revisions of "Bug sortkey"

From FollowTheScore
Jump to: navigation, search
 
Line 9: Line 9:
 
   ordermethod=category,lastedit
 
   ordermethod=category,lastedit
 
   addcategories=true
 
   addcategories=true
   addeditdate
+
   addeditdate=true
 
   titlematch=%ma%
 
   titlematch=%ma%
 
</dpl>
 
</dpl>
Line 20: Line 20:
 
   ordermethod=category,lastedit
 
   ordermethod=category,lastedit
 
   addcategories=true
 
   addcategories=true
   addeditdate
+
   addeditdate=true
 
   titlematch=%ma%
 
   titlematch=%ma%
 
</dpl>
 
</dpl>

Latest revision as of 08:30, 25 June 2009

Result set too big

With MySQL 4.2 the query returns a result set which contains too many elements; executing the same DPL statement on MySQL 5 yields the correct result.

<dpl>
debug=3
  namespace=
  headingmode=H4
  ordermethod=category,lastedit
  addcategories=true
  addeditdate=true
  titlematch=%ma%
</dpl>

Extension:DynamicPageList (DPL), version 3.2.1: Warning: Skipping bad option 'H4' for parameter 'headingmode'.