I have a strange error I am trying to debug. I am using BjyAuthorize with Doctrine. I've set up something that looks like it should be working, but when I load the application in the browser, it bails out with an infinite loop type behavior (nothing is shown in the browser, then the browser just crashes. Both Mozilla and Chrome do.
Some poking around revealed this error: *Notice*: Undefined index: controller in *vendor\doctrine\common\lib\Doctrine\Common\Proxy\AbstractProxyFactory.php on line 121 <https://github.com/doctrine/common/blob/2.4/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php#L121>* I put a debug stack print to just before this line and here is my debug stack trace<https://github.com/dennis-fedco/misc/blob/master/DoctrineProxyError.txt>(note that it is 23Mb! and mostly repeats itself) Can you suggest anything, like where to look next... where to stop the loop. Where the cause may be that it generates proxies like crazy forever. Thanks, Dennis -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
