Error: verify localhost points to server location - Zend

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
publicGenome
Forum Contributor
Posts: 110
Joined: Thu Apr 16, 2015 7:55 am

Error: verify localhost points to server location - Zend

Post 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.
Attachments
error.png
zend.png
publicGenome
Forum Contributor
Posts: 110
Joined: Thu Apr 16, 2015 7:55 am

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

Post by publicGenome »

A __little__ bump to this post. :oops:
Post Reply