Re: Apache dies when redirecting using controller->redirect()

2007-06-16 Thread Mech7
Btw i see that issue was fixed in march already.. I also have unloaded Zend Optimizer and eAccelerator, increased memory to 128 mb but it still dies on many occassions :( On 11 jun, 06:51, Eugene Bolshakov <[EMAIL PROTECTED]> wrote: > I'm not sure if this is related to the problem, but I've final

Re: Apache dies when redirecting using controller->redirect()

2007-06-10 Thread Eugene Bolshakov
I'm not sure if this is related to the problem, but I've finally found out the reason for apache crashes for me. The reason is a bug in zend optimizer and after upgrade it began to work OK. http://www.zend.com/forums/index.php?t=msg&goto=7323&S=f987dc025b5261de2b20e8201f949b80 My problem was that

Re: Apache dies when redirecting using controller->redirect()

2007-06-03 Thread francky06l
Maybe it's a non end loop and Apache restarts. Maybe you could use the log() into the app_controller beforeFilter method and log the current controller , action etc .. This would show if at least to get there.. I had problems of that sort when I was having quite a lot of errors in a css file (ima

Re: Apache dies when redirecting using controller->redirect()

2007-06-03 Thread Eugene Bolshakov
Hi, For me apache dies very often actually (cake 1.2 latest release, winxp). I didn't have enough time to figure out why exactly, but I've noticed that it often happens when I try to use array elements which are not set (by mistake). I guess that the warning are caught by cake's error handlung me

Apache dies when redirecting using controller->redirect()

2007-06-03 Thread AL
Hi Everyone, This might not be cake related. But I am unable to pinpoint actually where and what caused this, could be the session, could be the redirect() in controller. It will help a great deal if someone can shed some light on why this is happening or share the solution if you encountered the