Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: modigagan (---.67.162.122.airtelbroadband.in)
Date: October 13, 2012 09:02PM

Pl suggest solution for error facing in wamp

Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186

My wamp server is on Apache 2.2.22, php 5.3.13 & mysql 5.5.24 in joomla 1.5
This is however different from actual live site

Error reporting is already turned off
how to correct this

A solution suggested has also been done i.e xdebug.max_nesting_level = 200
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off

But there are no changes in error -- its still showing the same

Many thanx - if anyone can help



Edited 3 time(s). Last edit at 10/13/2012 09:22PM by modigagan.

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: RiggsFolly (---.as13285.net)
Date: October 13, 2012 11:22PM

Ok,

If my previous suggestion did not work try removing the XDEBUG debugger completely.

Edit your php.ini ... using the wampmanager -> PHP -. php.ini menu link

Find the line in that that looks like this:

zend_extension = "d:/wamp/bin/php/php5.3.17/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll"

Comment this line out like this, by adding a semi-colon in column 1

;zend_extension = "d:/wamp/bin/php/php5.3.17/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll"


Restart Apache ... wampmanager -> Apache -> Service -> restart service


Try your app again.

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: modigagan (---.4.162.122.airtelbroadband.in)
Date: October 14, 2012 09:13AM

Many thanks to revert !!
but its now showing a new error

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 12 bytes) in libraries\joomla\error\exception.php on line 117

Update
Have googled out for this error where it says that some extensions might be taking away too much memory - i have very few third party extensions with me, have removed sh404sef extension as one of them

now its showing a new error
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261904 bytes) in libraries\joomla\cache\cache.php on line 117


Any suggestion to debug this also

Thnx



Edited 2 time(s). Last edit at 10/14/2012 09:51AM by modigagan.

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: modigagan (---.4.162.122.airtelbroadband.in)
Date: October 14, 2012 10:15AM

Also - i have now disabled all 3rd party extension plugins and used only core joomla plugins
its still showing same

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40 bytes) in libraries\joomla\error\exception.php on line 117

Pl help n suggest

thnx

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: modigagan (---.106.162.122.airtelbroadband.in)
Date: October 16, 2012 02:52PM

Can i req moderator / Riggs to pl suggest for debugging the issue as referred above


Second - Also - Even i have tried all fresh - i.e installingjoomla from very basic - its not displaying the page correctly the very first page after opening project - showing index.php - no image of joomla and nothing further

Thnx

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: stevenmartin99 (Moderator)
Date: October 16, 2012 05:34PM

just increase the memory in the php.ini

its set quite low by default

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: modigagan (---.106.162.122.airtelbroadband.in)
Date: October 16, 2012 05:41PM

Hello Steve,

By default it was set to 128 M
Have increase to 256 & 512 M - still throwing the same error

My site is working on 128M

Pl suggest any alternate solution

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: stevenmartin99 (Moderator)
Date: October 16, 2012 05:42PM

which line are you changing?


Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M

Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 10/16/2012 05:42PM by stevenmartin99.

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: modigagan (---.106.162.122.airtelbroadband.in)
Date: October 16, 2012 05:49PM

Hello Steve,

I have changed all settings as suggested
Memory_limit was by default at 128M - have changed it 1000 M and rest all settings as advised has also been changed in php.ini

Still its throwing same error. Cache been removed . f5 is been pressed many time
still same error

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: RiggsFolly (---.as13285.net)
Date: October 19, 2012 11:29AM

This looks like a joomla bug, or a plugin bug.
It sounds like there is an infinite recursion happening.


[www.hikashop.com]

[www.akeebabackup.com]


[www.joomleague.net]


You could try installing the same version of PHP that is running on your live site.

Options: ReplyQuote
Re: Fatal error: Maximum function nesting level of '100' reached, aborting! in libraries\loader.php on line 186 - Pl suugest solution
Posted by: modigagan (---.22.162.122.airtelbroadband.in)
Date: October 20, 2012 09:05AM

Hi - The issue is solved
just for info and may be for some other user facing the same issue

- migrate database copy to phpmyadmin
- Make an altogerther fresh installation of joomla altogether on wamp server.
- Link this database you backed up to joomla set up
- Now install all third party extensions and components one by one (from old site to wamp server). Do not copy all third party components n extensions on one go
- Do test after every extension and component as successfully installed
- Once through - recheck front end and backend

yes - it has taken an hour - but now
- no fatal error in any or either way is coming in any or either way

may be this might work for others also if facing a similar issue

thnx for all help n suggestion Riggs and Steve

Options: ReplyQuote


Sorry, only registered users may post in this forum.