Difference between revisions of "Issue:Upgraded to 1.11 Notice: Undefined variable"
From FollowTheScore
(→Reply) |
|||
Line 25: | Line 25: | ||
This is my query | This is my query | ||
− | <DPL> | + | <source><DPL> |
resultsheader= === A === | resultsheader= === A === | ||
namespace = Terms | namespace = Terms | ||
shownamespace = false | shownamespace = false | ||
titlematch = A% | titlematch = A% | ||
− | </DPL> | + | </DPL></source> |
I did this for each letter through the alphabet. The Terms namespace is set to 100. I'm not sure how to enable the full error messages or give a full stack trace, but I will try to figure it out. Thank you. | I did this for each letter through the alphabet. The Terms namespace is set to 100. I'm not sure how to enable the full error messages or give a full stack trace, but I will try to figure it out. Thank you. | ||
--[[User:Rovo|Rovo]] 03:11, 1 October 2007 (CEST) | --[[User:Rovo|Rovo]] 03:11, 1 October 2007 (CEST) |
Revision as of 02:13, 1 October 2007
Description: | Notice: Undefined variable: |
Extension / Version: | DPL / 1.4.5 |
Type / Status: | Bug / open |
Problem
I've upgraded to 1.11, and started getting this error message
Notice: Undefined variable: result in /home/wikistoc/public_html/wiki/includes/Title.php on line 1112
--Rovo 23:12, 30 September 2007 (CEST)
Answer
We need more information. What is your DPL query? Can you enable the full error messages and give the full stack trace?
--Gero 23:52, 30 September 2007 (CEST)
Reply
This is my query
<DPL>
resultsheader= === A ===
namespace = Terms
shownamespace = false
titlematch = A%
</DPL>
I did this for each letter through the alphabet. The Terms namespace is set to 100. I'm not sure how to enable the full error messages or give a full stack trace, but I will try to figure it out. Thank you.
--Rovo 03:11, 1 October 2007 (CEST)