Difference between revisions of "Issue:A problem in the conbination DPL 1.7.4 and MW1.3 using Chinense interface"

From FollowTheScore
Jump to: navigation, search
(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 }} =...)
 
Line 3: Line 3:
 
  |Extension  = DPL  
 
  |Extension  = DPL  
 
  |Version    = 1.7.4
 
  |Version    = 1.7.4
  |Description = A problem in the combination DPL 1.7.4 and MW1.3 using Chinese interface  
+
  |Description = A problem in the combination DPL 1.7.4 and MW1.13 using Chinese interface  
 
  |Status      = open
 
  |Status      = open
 
}}
 
}}
Line 9: Line 9:
 
== Problem ==
 
== Problem ==
 
Hi Gero.<br>
 
Hi Gero.<br>
Following code can work fine in MW1.3 with English interface (using '''<tt>$wgLanguageCode = "en";</tt>''' in the Localsetting.php ):
+
Following code can work fine in MW1.13 with English interface (using '''<tt>$wgLanguageCode = "en";</tt>''' in the Localsetting.php ):
 
  <nowiki>{{#dpl: namespace=Category | format=,\n*%TITLE%,,}}</nowiki>
 
  <nowiki>{{#dpl: namespace=Category | format=,\n*%TITLE%,,}}</nowiki>
  

Revision as of 01:42, 30 August 2008

Description: A problem in the combination DPL 1.7.4 and MW1.13 using Chinese interface
Extension / Version: DPL   /   1.7.4
Type / Status: Bug   /   open

Problem

Hi Gero.
Following code can work fine in MW1.13 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