This topic is locked

502 Bad gateway

12/19/2019 4:11:56 PM
PHPRunner General questions
bobdutil author

Has anyone experienced this error? This is what shows up in yellow background with a red dotted border at the top of the phpRunner page.

<h2>502 : Bad Gateway</h2>

Server has closed connection
I have a data entry person getting this error constantly throughout the day. It's a company with a big network. So she took her laptop and tried working off-site and still gets the errors. I'm 50 miles away and when I try to replicate the issue I don't get any error. Any ideas.

E
ermolenkoeug 12/19/2019

It is not a php error.

502 error means a problem with web server (nginx I think in this case)

you have to check nginx logs

There are many situations making thi errors

It can be wrong settings or even bad query

Sergey Kornilov admin 12/19/2019

This is the web server proxy server error, most likely nginx. Doesn't have to do with PHP application itself. Someone needs to talk to the person who manages the web server.