NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Local Debugging: error


Joined: 23 Nov 2006
Posts: 48
Location: Netherlands
Reply with quote
I'm running debugger on my localhost

Root Directory: D:\PATH\TO\INDEX\

Run mode: 3rd party webserver
RootUrl: http://mywebserver
Remote Root Directory: D:\PATH\TO\INDEX\

httpd.conf
<VirtualHost localhost:80>
DocumentRoot "D:/PATH/TO/INDEX/"
ServerName mywebserver
ServerAlias mywebserver
</VirtualHost>

when i try to debug an file i get the error:




i copied the setting from the dbg_wizard.php

what am i doing wrong?
[/img]

_________________
MV
View user's profileFind all posts by MacVatoSend private messageVisit poster's website
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
Quote:
ServerName mywebserver

Even though you marked your vhost name as mywebserver, it does not mean that the name can be resolved to IP. Please check with your name server (DNS or whatever) or at least have an entry in hosts to get mywebserver resolved as 127.0.0.1

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


Joined: 23 Nov 2006
Posts: 48
Location: Netherlands
Reply with quote
Hi dmitri,

tnx for your reaction.

but i can view the page in my FF and it's in my host file so that can't be the problem.

{edit}

problem seems to be gone now, must have been the reboot of teh system.

_________________
MV
View user's profileFind all posts by MacVatoSend private messageVisit poster's website
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
well,
select an external browser (FF or IE) in the dropdown and try to run in debugger one more time. Let know what browser shows.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Local Debugging: error
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