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:
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:
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:
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:
· 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?