Page MenuHomePhabricator

Header transclusion allows for infinite loop
Closed, InvalidPublic

Description

Author: beau

Description:
Create a page with the following content:

Head

{{#lsth:{{PAGENAME}}|Head}}

You will get: Fatal error: Maximum function nesting level of '100' reached, aborting! This should be handled more gracefully.


Version: unspecified
Severity: normal

Details

Reference
bz36157

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:27 AM
bzimport set Reference to bz36157.
bzimport added a subscriber: Unknown Object (MLST).

I am unable to reproduce this on plwikis. Could you point to a good place to see this?

beau wrote:

You are right. It was reproducible on my local installation. It turns out I had xdebug extension turned on, which was not properly configured.