Issue:A problem in the conbination DPL 1.7.4 and MW1.3 using Chinense interface

From FollowTheScore
Revision as of 00:37, 28 August 2008 by Roc michael (talk | contribs) (New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.7.4 |Description = A problem in the combination DPL 1.7.4 and MW1.3 using Chinese interface |Status = open }} =...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: A problem in the combination DPL 1.7.4 and MW1.3 using Chinese interface
Extension / Version: DPL   /   1.7.4
Type / Status: Bug   /   open

Problem

Hi Gero.
Following code can work fine in MW1.3 with English interface (using $wgLanguageCode = "en"; in the Localsetting.php ):

{{#dpl: namespace=Category | format=,\n*%TITLE%,,}}

But if I change $wgLanguageCode = "en"; to $wgLanguageCode = "zh-tw";, the result of the code above will change to following:

%DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?

My Environment

  • MediaWiki: 1.13.0
  • Win XP
  • DPL 1.7.4
  • The AppServ Open Project - 2.5.7 for Windows
    • Apache Web Server Version 2.2.3
    • PHP Script Language Version 5.1.6
    • MySQL Database Version 5.0.24a

Could you give me a hand? --Roc michael 22:37, 27 August 2008 (UTC)

Reply