Actions
Bug #81704
closedMaximum function nesting level in ext:form
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-06-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint
Description
If I clean the complete cache and load the page, at the first load I get the xdebug error with following message: "Maximum function nesting level of...". I tested the problem with a nesting level allowed until 1000, that's not enought.
The problem is still in an empty 8.7.2 Project with the predefined contact-form.
Updated by Carlos Meyer about 7 years ago
Please set the xdebug.max_nesting_level = 10000 and test again. The ext:form extension needs more than 1000 levels. Please see also https://forge.typo3.org/issues/82373
Actions