OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems maximum nesting level reached

This topic contains 2 replies, has 2 voices, and was last updated by  luemic 10 years, 10 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #25735

    luemic
    Participant

    Hi,

    after logging in to Oro CRM my dashboard is empty and after a while I got a javascript alert which says ‘Site not loaded properly’ (or similar).
    In the error.log I found the following error:

    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP Fatal error: Maximum function nesting level of ‘100’ reached, aborting! in /mnt/data/home/michael.luehr/public/oro/c$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP Stack trace:, referer: http://oro-crm.nr/user/login
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 1. {main}() /mnt/data/home/michael.luehr/public/oro/crm-test/web/app.php:0, referer: http://oro-crm.nr/user/login
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 2. Symfony\\Component\\HttpKernel\\Kernel->handle() /mnt/data/home/michael.luehr/public/oro/crm-test/web/app.php:22$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 3. Symfony\\Bundle\\FrameworkBundle\\HttpKernel->handle() /mnt/data/home/michael.luehr/public/oro/crm-test/app/boot$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 4. Symfony\\Component\\HttpKernel\\HttpKernel->handle() /mnt/data/home/michael.luehr/public/oro/crm-test/app/bootst$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 5. Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw() /mnt/data/home/michael.luehr/public/oro/crm-test/app/boo$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 6. call_user_func_array() /mnt/data/home/michael.luehr/public/oro/crm-test/app/bootstrap.php.cache:1428, referer: h$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 7. EnhancedProxy_d10439717330ad44ffb7204a6ac44e8ce5e11a8f\\__CG__\\Symfony\\Bundle\\FrameworkBundle\\Controller\\Te$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 8. CG\\Proxy\\MethodInvocation->proceed() /mnt/data/home/michael.luehr/public/oro/crm-test/app/cache/prod/jms_diext$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 9. Oro\\Bundle\\UserBundle\\Acl\\AclInterceptor->intercept() /mnt/data/home/michael.luehr/public/oro/crm-test/vendo$
    [Thu May 30 13:34:05 2013] [error] [client 192.168.1.34] PHP 10. CG\\Proxy\\MethodInvocation->proceed() /mnt/data/home/michael.luehr/public/oro/crm-test/vendor/oro/platform/src/$

    What can be wrong?

    Cheers

    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #25736

    Josh
    Participant

    Looks like a xdebug issue, you should set xdebug.max_nesting_level to a higher value. I have mine set to 250.

    #25737

    luemic
    Participant

    Thanks, that solved the issue.

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top