![]() |
|
|
|||||||
| Installation and Configuration Need help installing Delphi for PHP? Having trouble configuring it? Post your questions here! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
OK, this has GOT to be a dumb question.
Trying out D4PHP 2.0 trial. DBG Listener comes up, set the ide to start Internet Explorer for run/dbg. create a hello world program with one edit box. save project. When I try to run it, with or without debug, it will fire the browser, the DBG Listener will show a connection, but then nothing happens. It just sits and spins. Browser shows "website found. waiting for reply". A sample url showing at the top of explorer: http://localhost:3569/Hello.php?rest...1&DBGSESSID=-1 I have the port on DBG Listener set the same as the tools->options->internal server port on D4php. I've also set both to 7869, which DBG Listener keeps reverting to, but I assume that's in the php.ini file so I get that part. I've even tried setting the ide and the DBG to different ports, but of course that doesn't get a connect. If it's any clue, if I stop the listener and try to restart it I get an error that "only one usage of each socket address ... is normally permited", so clearly either d4php or the dbg is still holding on to that port in some way. I figure this is something completely stupid. Clearly I'm missing something in the install/setup and the documentation is awfully sparse on this part. If there's a more complete manual I'd be grateful to a pointer in the right direction for it. Kinda need to get moving forward on this eval, and I've goofed with this quite a while. Any advice will be greatly appreciated. |
| Sponsored Links |
|
|
|
|||
|
I've turned off all firewalls and antivirus on the computer. even though I've done a lot of server based testing and my AV has never been an issue. I'm getting the connect so I can't see how those would be the issue.
|