Difference between revisions of "Issue:Articlecategory doesn't work in 1.6.8"
From FollowTheScore
(→Reply) |
|||
Line 23: | Line 23: | ||
== Reply == | == Reply == | ||
− | Obviously it works here: | + | Obviously it works here (MW 1.11, see [[Special:Version]]): |
<dpl> | <dpl> | ||
namespace = Talk | namespace = Talk |
Revision as of 10:00, 4 April 2008
Description: | articlecategory produces no output |
Extension / Version: | DPL / 1.6.8 |
Type / Status: | Bug / open |
Problem
This example produces no output on MediaWiki 1.11.x and 1.12.0 on Windows 2003 Server.
<dpl> namespace = Talk articlecategory = My category </dpl>
even if there are articles in "My category" that have talk pages. I would expect to see a bulleted list of all Talk pages whose main article is in "My category".
This problem exists in DPL 1.6.5 as well.
This is with PHP 5.2.5 and Apache 2.2.8 and mySQL 5.0.45-community-nt-log.
Reply
Obviously it works here (MW 1.11, see Special:Version):
- Talk:Calendar
- Talk:Resultsheaderwithcolumns
- Talk:Test date formatting
- Talk:Test escapelinks
- Talk:Test includematch
- Talk:Test numberOfArticles
- Talk:Test revisions
- Talk:Test table
Try to use debug=3 and check the SQL statement and fire it (using copy/paste) against your database using a SQL shell; does it produce the correct result list?
- Talk:Calendar
- Talk:Resultsheaderwithcolumns
- Talk:Test date formatting
- Talk:Test escapelinks
- Talk:Test includematch
- Talk:Test numberOfArticles
- Talk:Test revisions
- Talk:Test table
Gero 10:40, 4 April 2008 (CEST)