Bug #28674
Fatal error: Maximum function nesting level of '100' reached, aborting!
| Status: | Closed | Start date: | 2011-08-02 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
TYPO3 v4.5.4. I installed news extension from git://git.typo3.org/TYPO3v4/Extensions/news.git
TypoScript is included from news extension.
When I try to check module on page I've got fatal error (check screen attached)
For "format = xml" it works and there is no error.
History
Updated by Nikolas Hagelstein almost 2 years ago
- Status changed from New to Closed
This error message it usually thrown by the xdebug php extension. Either deactivate it or increase the maximum nesting level by setting debug.max_nesting_level to something > 100
Cheers,
nikolas