|
|
| Line 1: |
Line 1: |
| − | {{Issue
| + | # redirect [[Issue:A problem in the conbination DPL 1.7.4 and MW1.3 using Chinense interface]] |
| − | |Type = Bug
| |
| − | |Extension = DPL
| |
| − | |Version = 1.7.4
| |
| − | |Description = It seems the DPL still doesn't work nicely with MW1.12.
| |
| − | |Status = open
| |
| − | }}
| |
| − | | |
| − | == Problem ==
| |
| − | Hi Gero.
| |
| − | | |
| − | ===General problem===
| |
| − | When I use following DPL-query
| |
| − | <nowiki>{{#dpl: namespace=Category | format=,\n*%TITLE%,,}}</nowiki>
| |
| − | <nowiki>{{#dpl: namespace=Category | format = ,\n*%TITLE%,,}}</nowiki>
| |
| − | | |
| − | it will shows followng message in the page
| |
| − | %DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?
| |
| − | %DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?
| |
| − | | |
| − | and will shows the following message at the top of page | |
| − | Notice: Undefined variable: stack in D:\AppServ\www\mediawiki-1.12.0\includes\Title.php on line 2737
| |
| − | | |
| − | When a page have DPL-query and use [http://www.mediawiki.org/wiki/Extension:HeaderTabs <headertabs/> tag] it will show following:
| |
| − | Notice: Undefined variable: htScriptPath in D:\AppServ\www\mediawiki-1.12.0\extensions\HeaderTabs\HeaderTabs.php on line 109
| |
| − | | |
| − | | |
| − | ===Problem happening only install DPL and related extensions===
| |
| − | If I install DPL with following code in Localsetting.php:
| |
| − | <pre>
| |
| − | require_once("extensions/DynamicPageList/DynamicPageList2.php");//960820update
| |
| − | require_once ( 'extensions/LabeledSectionTransclusion/lst.php' );//no update
| |
| − | require_once ( 'extensions/LabeledSectionTransclusion/lsth.php' );
| |
| − | require_once ( 'extensions/LabeledSectionTransclusion/compat.php' );
| |
| − | require_once( "$IP/extensions/Call/Call.php" );
| |
| − | require_once( "extensions/TodoTasks/SpecialTaskList.php" ); </pre>
| |
| − | | |
| − | and without any other extensions,
| |
| − | | |
| − | use following DPL-query
| |
| − | <nowiki>{{#dpl: namespace=Category | format=,\n*%TITLE%,,}}</nowiki>
| |
| − | <nowiki>{{#dpl: namespace=Category | format = ,\n*%TITLE%,,}}</nowiki>
| |
| − | | |
| − | it shows following:
| |
| − | %DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?
| |
| − | %DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?
| |
| − | | |
| − | | |
| − | | |
| − | | |
| − | ===My Environment===
| |
| − | * MediaWiki: 1.12.0
| |
| − | * Win XP
| |
| − | *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
| |
| − | ** phpMyAdmin Database Manager Version 2.9.0.2
| |
| − | | |
| − | Could you give me a hand?
| |
| − | | |
| − | --[[User:Roc michael|Roc michael]] 00:18, 6 June 2008 (CEST)
| |
| − | | |
| − | == Reply ==
| |