Hello everyone,
I have PhpED 5.2 and WAMPServer with Apache 2.2.6 and php 5 installed LOCALLY and I'm trying to make my project debuggable.
I followed the instructions from dbg-wizard.php but I still get the error message that says that the Remote Root Dir and Root URL are incorrect.
Here's a copy of my current state dbg-wizard.php output:
What did I find out about your system
I assume that you placed me in the directory of your main php script and on your PhpED machine pointed your browser to me - like this: <URL of your web site>/dbg-wizard.php
I see that:
* PHP Version: 5.2.5
* Web Server: Apache/2.2.6 (Win32) PHP/5.2.5
* Server Name: [My ath.cx remote host - report correctly]
* OS: WINNT
* Your Client IP Address: [My IP - reported correctly]
* Your Server IP Address: [Same as my Client IP as both Apache and PhpED are installed locally]
* Port: 80
* Your Web Server is on the same machine with PhpED
* Path to website files: C:\wamp\www\
* Document Root is: C:\wamp\www\\
* Your PHP.INI file is C:\wamp\bin\apache\apache2.2.6\bin\php.ini
* PHP extensions directory is c:\wamp\bin\php\php5.2.5\ext\
* DBG (PHP DEBUGGER) Version 3.2.10 is INSTALLED
How to setup your PhpED Project Properties
I can suggest the following settings for your Project to debug PHP scripts on Server georgiosd.ath.cx :
You can create new Project by selecting File->New Project or by selecting New Project in the Workspace Pop up Menu
In the Project Properties Dialog set:
* Project -> Root Directory: C:\wamp\www\
* Mapping -> Run Mode: HTTP Mode (3-rd party WEB server)
* Mapping -> Remote URL: http://[My hostname]/
* Mapping -> Remote Root Directory: C:\wamp\www\ , same as Project -> Root Directory.
|
These are the exact values I have placed in the project settings - by copy and paste!!
How do I go about finding what's wrong?
Thank you