Page 1 of 1

Error: verify localhost points to server location - Zend

Posted: Wed Oct 28, 2015 8:11 am
by publicGenome
Hi Members,

I've been tirelessly trying to set up PHP zend debugger in Eclipse PDT.
Version: Luna Service Release 2 (4.4.2)

When I try to test the debugger in debug configuration eclipse, I get an error for "web server connection failed, please verify....... "

PHP -v
PHP 5.5.24 (cli) (built: Apr 17 2015 18:54:39)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
with Zend Debugger v8.0.0, Copyright (c) 1999-2014, by Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
zend in my php.ini looks like:
$ grep "zend" /usr/local/php5/lib/php.ini
; http://php.net/zend.enable-gc
zend.enable_gc = On
;zend.multibyte = Off
; Only affects if zend.multibyte is set.
;zend.script_encoding =
;report_zend_debug = 0
zend_extension="/Users/username/Documents/ZendDebugger-darwin10.7-x86_64 2/php-5.5.x/ZendDebugger.so"
zend_debugger.allow_hosts="127.0.0.1, 10.0.1.3"
zend_debugger.expose_remotely=always
OS X 10.9

My local host points to ~/Sites

Please find attached screen shots for error, and info.php which shows zend debugger.
Kindly guide me here.

Thanks.

Re: Error: verify localhost points to server location - Zend

Posted: Thu Oct 29, 2015 8:39 am
by publicGenome
A __little__ bump to this post. :oops: