NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
[resolved] Help! DBG Stopped working


Joined: 24 Mar 2007
Posts: 3
Reply with quote
I really need some help.

I have been running phpED version 4.6.2 (Build 4632) for the past three months with no problems. All of the sudden the debugger just stopped working.

Now when I go to a project that had been working perfectly I get a:
Code:
DBG 3.1.8

Failed to run DBG session

Reason: connection to the client address 192.168.1.4:7869 is not allowed
Not sure what it means? Visit http://www.nusphere.com/dbg/ for troubleshooting.
Debugger request:   "391654472533200016;d=1,p=0,c=1"
Request found in:   "query_string"
Target PHP version: "5.1.4"
Server API:         "Apache 2.0 Handler"
Extensions API:     "220051025"
Modules API:        "20050922"
PHP API:            "20041225"

And a Windows Error window that states:
Code:
Failed to start debug session.
Please make sure that debugger module is installed on the server that corresponds to http://wylie.dev/apcache2-default/index.php URL.

I ran phpinfo().php:
Code:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
 with DBG v3.1.8, (C) 2000,2006, by Dmitri Dmitrienko

I ran dbg-config.php:
Code:
·   PHP Version: 5.1.2
·   Web Server: Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_perl/2.0.2 Perl/v5.8.7
·   Server Name: wylie.dev
·   OS: Linux
·   Your Client IP Address: 192.168.1.4
·   Your Server IP Address: 192.168.1.148
·   Port: 80
·   Your Web Server and PhpED are on different machines
·   Path to website files: /var/www/apache2-default/
·   Document Root is: /var/www/
·   Your PHP.INI file is /etc/php5/apache2/php.ini
·   PHP extensions directory is /usr/lib/php5/20051025
·   DBG (PHP DEBUGGER) Version 3.1.8 is INSTALLED


The only odd thing that I see is that the target PHP version is “5.1.4” and the version that is being used is 5.1.2. But I have not changed anything on the server or development machine XP Professional. The debug client on the server has been working up to a couple of days ago.

Any ideas where to even start with a problem like this?
View user's profileFind all posts by Wylie31Send private message
Site Admin

Joined: 13 Jul 2003
Posts: 8335
Reply with quote
Quote:
Reason: connection to the client address 192.168.1.4:7869 is not allowed

it means that debugger rejected you IP address.
you may want to add 192.168.1.4 to debugger.hosts_allow in php.ini (see installation instructions listed there http://forum.nusphere.com/howto-install-debugger-module-t576.html )

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 24 Jan 2006
Posts: 311
Reply with quote
It looks like you are running with the router (hence the address 192.168.1.4 ) As Dmitri said you need to make sure tha hosts_allow have your client IP there. The reason that I am writing this post is simply to offer the explanation to what happened - you PHpED machine could have easily change its IP in the router's local network - it happens all the time.
View user's profileFind all posts by yfaktorSend private message


Joined: 24 Mar 2007
Posts: 3
Reply with quote
Thanks guys,

You were absolutely right. I had upgraded my Verizon FIOS service this past week to include TV. I did not realize there was an IPTV Component to the service. They added their own router and took over the DHCP services off my in-house system by disabling the DHCP service on my other router, turning it into a Ethernet Switch.

Anyway this was the problem. Thank you for your help
View user's profileFind all posts by Wylie31Send private message
[resolved] Help! DBG Stopped working
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic