I am running PhpED 12 Professional on Windows 7.
I have a Centos server called devServer.michaels.lan which is located on the same LAN as my PC. Apache is on this server, and the root web directory is at /var/www/bidjunction/html. I have other files/folders located in /var/www/bidjunction which I wish to be accessible to PhpED. I am using Samba to share /var/www/bidjunction/ as a Windows folder (note that I also tried sharing /var/www/, but also had the same errors).
When I try to debug /var/www/bidjunction/html/index.php, I get the following error:
"Failed to start debug session. Page http://devserver/html/index.php not found on the web server. Make sure that valid root URL is entered in the project settings".
Obviously, http://devserver/html/index.php is wrong and it should be http://devserver/index.php.
When performing the Project Settings Wizard, I did the following. Note that it reported no errors.
Working environment: Remote Server
Root directory: \\DEVSERVER\www\bidjunction. Extra directories unchecked
Publishing account: Created a Windows Share/Samba account with remote path to \\DEVSERVER\www\bidjunction.
Run targes: Script executed by web server.
Dbg Wizard URL: http://devserver
Upload Dbg-Wizard: Checked to allow upload with remote directory of \bidjunction\html.
Checking php install: Checked php installation and checked for latest DBG-Wizard script.
When ehcking php installation, no errors but only one warning about APC being loaded.
Web Document Root: /var/www/bidjunction/html. Web Root URL: http:/devserver/. Checked Web document directory matches the project root directory.
Debutting connectivity: Checked option if machine and server are on the same network.
Debugger port: 7869
Checked debugger.
Checking debugger in HTTP (web server) mode: No errors.
My php.ini file has the following:
max_input_vars=10000
zend_extension="/usr/lib64/php/modules/dbg-php-5.5.so"
[debugger]
debugger.hosts_allow=192.168.0.100
debugger.hosts_deny=ALL
debugger.ports=7869
Can anyone help? Thank you
PS. How do I include an image or PDF on this forum? Tried, but doesn't seem to take.