

Now if I click on the "Start Listening for PHP Debug Connections" (for zero-config debugging) and try the debug again, I'll get instantly a 502 Bad Gateway. If I click on "Debug this page" (doesn't matter if I use the marklets or the Chrome extension) the site loades a minute or so and I'm getting a 504 Gateway Timeout from nginx. Now with the config out of the way here is my problem with the debugging: I've configured zDebug for Chrome this way: New server added: 192.168.1.40:80 - Zend Debuggerįile/Directory: \192.168.1.50\shared\www\myProjectĪbsolute path on the server: /shared/www/myProject

Interpreter: 192.168.1.40 (I get correct PHP-Version Debugger: Zend Debugger, correct configuration file)įile -> Settings -> Languages & Frameworks -> PHP -> Debugįile -> Settings -> Languages & Frameworks -> PHP -> Server.Now my PHPStorm settings: File -> Settings -> Languages & Frameworks -> PHP The website is working as intended and I don't have problems there.Zend Debugger is installed, the following is from the php.ini:.My project is located under /shared/www/myProject and get accessed by.The network share is mounted on the webserver at /shared/www/.
#Phpstorm bad gateway code#
Network share with source code 192.168.1.50.I'm trying to set up the debugging on a server but it won't work.
