Issue:Some problem when I use DPL with MW 1.12
From FollowTheScore
Revision as of 23:18, 5 June 2008 by Roc michael (talk | contribs) (New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.7.4 |Description = |Status = open }} == Problem == Hi Gero. When use following DPL-query <nowiki>{{#dpl: name...)
Description: | |
Extension / Version: | DPL / 1.7.4 |
Type / Status: | Bug / open |
Problem
Hi Gero.
When use following DPL-query
{{#dpl: namespace=Category | format=,\n*%TITLE%,,}} {{#dpl: namespace=Category | format = ,\n*%TITLE%,,}}
will show followng on the page
%DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)? %DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?
and will show the following message in the top of page
Notice: Undefined variable: stack in D:\AppServ\www\mediawiki-1.12.0\includes\Title.php on line 2737
If I install DPL with following code in Localsetting.php:
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" );
and without any other extensions, it shows following:
%DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)? %DPL-1.7.4-??: ??? '$0' ??: 'namespace'! ??: $0= ???? (?)?
When a page have DPL-query and use <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
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?
--Roc michael 00:18, 6 June 2008 (CEST)