NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Cannot get rid of timeout errors on Debug, Windows XP


Joined: 31 Dec 2004
Posts: 5
Location: Dallas Area
Reply with quote
I have gone through the timeout tutorial in this forum and I am still experiencing this problem. My environment:

Listener and Debugger at 2.16
IDE Run Mode: HTTP Mode (3rd Party Web Server)
Webserver: Standard Microsoft IIS
Host: localhost (127.0.0.1) standard set up under MS XP

Debugger Settings:
Debugger port: 7869
Debugger host: localhost

Project Properties:
Project Root Directory: c:\inetpub\wwwroot\
Mapping run mode: HTTP mode (3rd party WEB Server)
Mapping Root URL: http://localhost/
Mapping Remote Root Directory: c:/inetpub/wwwroot/

PHP.INI significant settings (per PHPEd Manual Help):
extension_dir = "c:\php\extensions"
extension=php_dbg.dll (this is in the c:\php\extensions)
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debgugger.hosts_allow=localhost
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16

Files on my system for this project are located in c:\inetpub\wwwroot\fbcc\

When I run the debugger, I get the standard timeout error, but also in the OUTPUT tab I get the following:

DBG

Failed to run DBG session

reason:
connection to the client address 127.0.0.1:7869 is not allowed
debugger request found in "query_string".

I would truly appreciate anyone who has PHPEd running in a Windows XP environment to please advise on what needs to be done to get this running correctly.

Thanks,
Kork
View user's profileFind all posts by kkathmanSend private messageAIM Address
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
I'd recommend you to correct debgugger.hosts_allow to debugger.hosts_allow and add 127.0.0.1 after localhost in debugger.hosts_allow list.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 31 Dec 2004
Posts: 5
Location: Dallas Area
Reply with quote
Oh Wow what an oversight on the misspelling.

But, I made these changes, restarted the web server, and PHPEd and still get the exact same errors as shown above.

the PHP.ini looks like this now:


[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debuggger.hosts_allow=localhost 127.0.0.1
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16

So maybe that still wasnt the problem. I cant imagine why I get the errors.

KK
View user's profileFind all posts by kkathmanSend private messageAIM Address
Site Admin

Joined: 13 Jul 2003
Posts: 8342
Reply with quote
make sure [debugger] section is below the line where you load dbg extension.
Also make sure you work with php.ini which is in the path shown in phpinfo() topmost header.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Cannot get rid of timeout errors on Debug, Windows XP
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