Difference between revisions of "Issue:Dplchapter crashes"

From FollowTheScore
Jump to: navigation, search
(Created page with "{{Issue |Type = Bug |Extension = DPL |Version = 2.01 |Description = #dplchapter |Status = open }} == Problem == This crashes PHP on semeb.com: <pre> ...")
 
 
Line 3: Line 3:
 
  |Extension  = DPL
 
  |Extension  = DPL
 
  |Version    = 2.01
 
  |Version    = 2.01
  |Description = #dplchapter
+
  |Description = #dplchapter crashes PHP on semeb.com but not on my wiki
 
  |Status      = open
 
  |Status      = open
 
}}
 
}}

Latest revision as of 17:47, 19 July 2013

Description: #dplchapter crashes PHP on semeb.com but not on my wiki
Extension / Version: DPL   /   2.01
Type / Status: Bug   /   open

Problem

This crashes PHP on semeb.com:

{{#dplchapter:
Some text.
==== My Headline ====
the body of the desired chapter.
==== Another Chapter ====
Its text.
|My Headline}}

with:

Fatal error: Class 'DPLInclude' not found in
/www/htdocs/w0057617/dpldemo/extensions/DynamicPageList/DPLSetup.php
on line 1438

It does not crash on my own wiki, even though Special:Version reports I'm running DPL 2.01 too.

Reply