Ok, scrap that: still getting the same error message.
I installed the latest version of nusphere phped (and as a result have DBG Listener
3.2.14 installed and running too.)
After connecting using SSH via cygwin:
Quote: |
ssh -R localhost:7869:my_server_ip:7869 chris@my_server_ip -p my_server_SSH_port |
I get the following error message:
Quote: |
DBG 3.2.10
Failed to start DBG session
Reason: debugger module is called from an old or incompatible client software. It's necessary to update DBG client (dbglistener) to version 3.2.10 or higher
Not sure what it means? Visit http://www.nusphere.com/dbg/ for troubleshooting.
Debugger request: "396414855844900005@localhost;d=1,p=0,c=1"
Request found in: "query_string"
Target PHP version: "5.2.x"
Server API: "Apache 2.0 Handler"
Extensions API: "220060519"
Modules API: "20060613"
PHP API: "20041225"
|
I repeat that I do have DBG Listener
3.2.14 installed and running.
Here is what I added to php.ini:
Quote: |
extension=dbg.so-5.2.x
[debugger]
debugger.hosts_allow= 77.98.197.227 localhost 127.0.0.1
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
|
Here is what's ports are being listened to
Quote: |
ServerName /etc/php5/apache2: netstat -an | grep "LISTEN "
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:7869 0.0.0.0:* LISTEN
tcp6 0 0 :::1925 :::* LISTEN
tcp6 0 0 ::1:7869 :::* LISTEN
|
note that it does have the line:
Quote: |
tcp6 0 0 ::1:7869 :::* LISTEN |
does that line look right?
Here is my firewall policy:
Quote: |
ServerName /etc/php5/apache2: sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination |