Forums / Developer / Zend Debugger makes ezpublish work!!??
Willie Seabrook
Thursday 20 November 2003 2:01:57 am
Hi,
I am experiencing a bizarre error.
I have a custom workflow event. Whenever I create a new event in a workflow straight up - its template doesn't display properly - it doesn't fetch content objects. But whenever I do the exact same thing with the Zend debugger running and step through the program it comes out just fine. Is this bizarre or what?!!
Paul Forsyth
Thursday 20 November 2003 2:08:55 am
Sounds like you need to make a cup of tea, then try it again :)
paul
Thursday 20 November 2003 2:17:22 am
No I'm dead serious. I just checked another 2 times. Added logging code also.
With Zend debugger running the code executes and works fine. All debug calls are made and I can watch the log fill with tail. However, without Zend running, nothing gets logged therefore nothing gets executed. Somehow its 'picking' to execute most of ezpublish, except my file, but only when Zend debugger is not running. How weird is that? This is the weirest problem I have ever come across I swear.
Claus Jensen
Thursday 20 November 2003 2:25:53 am
Sounds like ez needs to wrap Zend in their distributions... cos' then it works! ;)
Thursday 20 November 2003 3:53:57 am
Its started working again. I have no idea why. Weird is all I can say.