When I was trying to delete, or create a new Bean block, I received the following message: Fatal error: Maximum function nesting level of '200' reached, aborting! in /site_root/docroot/includes/common.inc on line 7559. I tired uninstalling the module completely and re-enabling it and the issue continued. I have PHP 5.4.24 currently running on my localhost.

It appears that the following functions are in a recursive loop:
Entity->label( )
entity_label( )
title_entity_label( )
entity_class_label( )

It looks like it might be related to the ticket: https://drupal.org/node/1601960

This is on the standard apache settings that come with OSX.

UPDATE: I forgot to mention that the bean block had an unlimited amount of entity references as it's only field that had four entity references assigned to it.

UPDATE: I just tried it with a simple text field and the result was the same.

Comments

mealeyst’s picture

Issue summary: View changes
mealeyst’s picture

Issue summary: View changes
mealeyst’s picture

Issue summary: View changes
awslgp’s picture

What about this issue ?
I have exactly the same error :
Maximum function nesting level of '100' reached, aborting! in C:\wamp25\www\esmodl2a\www\includes\common.inc on line 7559
and :

# Time Memory Function Location
1 0.0010 142072 {main}( ) ..\index.php:0
2 0.3240 18240680 menu_execute_active_handler( ) ..\index.php:21
3 0.3420 18342848 call_user_func_array:{C:\wamp25\www\esmodl2a\www\includes\menu.inc:517} ( ) ..\menu.inc:517
4 0.3420 18343072 bean_add( ) ..\menu.inc:517
5 0.4330 18600944 drupal_get_form( ) ..\bean.pages.inc:34
6 0.4330 18601664 drupal_build_form( ) ..\form.inc:131
7 0.5030 19252744 drupal_process_form( ) ..\form.inc:374
8 0.5120 19322816 form_execute_handlers( ) ..\form.inc:860
9 0.5120 19326240 bean_form_submit( ) ..\form.inc:1464
10 1.6851 21423408 Entity->label( ) ..\bean.pages.inc:395
11 1.6851 21423424 entity_label( ) ..\entity.inc:125
12 1.6851 21423488 title_entity_label( ) ..\common.inc:7889
13 1.6861 21423536 entity_class_label( ) ..\title.module:132
14 1.6861 21423536 Entity->label( ) ..\entity.module:1066
15 1.6861 21423536 entity_label( ) ..\entity.inc:125
16 1.6861 21423568 title_entity_label( ) ..\common.inc:7889
17 1.6861 21423600 entity_class_label( ) ..\title.module:132
18 1.6861 21423600 Entity->label( ) ..\entity.module:1066
19 1.6861 21423600 entity_label( ) ..\entity.inc:125

etc...

when I try to see, or create a content block bean.

Did you find any solution mealeyst ?

awslgp’s picture

I have found that the problem occurs when the module 'title' is activated (7.x-1.0-alpha7).
Desactivate it and all is ok.
If you need this module, activate it, and "replace" the title of the bean block.
All seems ok after that.

apaderno’s picture

Version: 7.x-1.7 » 7.x-1.x-dev
Issue tags: -php5.4 +PHP 5.4