On 10/25/07, Sascha Braun <[EMAIL PROTECTED]> wrote:
> What is the cause for that error:
>
> Fatal error: Maximum function nesting level of '100' reached, aborting!
> in /home/Projekte/spectral/modules/xml_mm/classes/xml_mm.class.php on
> line 118
[snip!]

    It means that PHP reached the maximum level of 100 nested function calls!

    Check line 118 of xml_mm.class.php and see what is causing it to
go into an infinite loop.  Also, if you have full access to that
server, I'd recommend putting xdebug (by Derick Rethans, who also
posts to this list).  It'll create stack traces for you to more
quickly and easily debug your project.

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

Give a man a fish, he'll eat for a day.  Then you'll find out he was
allergic and is hospitalized.  See?  No good deed goes unpunished....

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to