Maximum function nesting level of '100' reached, aborting! in suitecrm-sales\data\BeanFactory.php on line 96

Hi,

I am trying to create a product category but on saving, it gives the following error:

Maximum function nesting level of ‘100’ reached, aborting! in suitecrm-sales\data\BeanFactory.php on line 96

I’ve traced the error to AOD_Index.php in public function getIndex(). Here I’m not sure as to why the AOD_Index object->save() method is called again, because this goes back to the bean sugarbean save() method and the process is repeated. This is what I’ve got so far.

Please help in solving this bug. Below is a screenshot.

Hi Sid,

This is a known bug which has been fixed on our hotfix branch on GitHub. You can view the main fix here, and an additional fix here.

Thanks,

Will.

1 Like

Thanks Will! That worked.