开发者

Is there anyone here familiar with this zend debugger error found in apache's error log?

[Zend Debugger] Cannot receive start command
...
[Zend Debugger] Cannot send message

I googled and found there are others also having this problem (here and this one on serverfa开发者_运维问答ult), but unluckily no fix yet.

PHP 5.2.8 (cli) (built: Dec  8 2008 19:31:23)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

Is there an official fix for this yet?


Well, like Henrik already said, this is hard to diagnose with no information about your setup at all. Also, if Roman (the rbzend from the thread you linked at the Zend Forum) has no solution at hand, it is likely really an incompatibility you have to live with for now.

If this is something that was fixed, your best bet would be to download the latest version of Zend Debugger from the Zend website. Then go through installation again as explained in the Sticky Note Setting Up Zend Debugger in the Zend Forum.

If reinstalling Zend Debugger doesn't help and you do have a valid support license with Zend, you might want to open a ticket with Zend Support. I have opened a few tickets with them myself and found them very helpful. So far, they solved all issues I had with Zend Debugger and Zend Studio. If you don't have a valid license, you can still register for the Zend Forum and ask there.

As a random idea, you might get the Debugger working by disabling IPv6 in Zend Studio/Eclipse by starting it with -Djava.net.preferIPv4Stack=true. I remember I had an issue with Zend Debugger because of that once. But of course it might be completely unrelated to your troubles - it's really just a straw.

Finally, if you don't mind, you can still change to XDebug instead.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜