zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

Fatal error: nesting level in zend-log/src/LoggerAbstractServiceFactory.php on line 85 #34

Open nsantosMyt opened 8 years ago

nsantosMyt commented 8 years ago

Fatal error: Maximum function nesting level of '100' reached, aborting! in ../library/zendframework/zend-log/src/LoggerAbstractServiceFactory.php on line 85

Problem resolve when we put a "Config" on $services->has('config') line 91...

weierophinney commented 8 years ago

Can you please provide the output of composer info, so I know what versions of zend-servicemanager, zend-mvc, etc. are in play?

nsantosMyt commented 8 years ago

Hi, thats my composer info :

composer.txt

nsantosMyt commented 8 years ago

Hi, did you find something ?

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-log; a new issue has been opened at https://github.com/laminas/laminas-log/issues/5.