cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Upgraded NGINX from 1.13.9-alpine to 1.17.5-alpine ended up failing #377

Open Mittin-Singh opened 4 years ago

Mittin-Singh commented 4 years ago

Hi Team, i am currently deploying 2.3.18 version through docker and want to upgrade the nginx webserver from 1.13.9-alpine to 1.17.5-alpine. The build will run successfully and container will also run up with when after setup is done it gives me Internal Server Error 500 "Internal Server Error What does this mean? Something went wrong on our servers while we were processing your request. An error has occurred and this resource cannot be displayed. This occurrence has been logged, and a highly trained team of monkeys has been dispatched to deal with your problem. We're really sorry about this, and will work hard to get this resolved as soon as possible. This error can be identified by 05d7a0f1-1646-4c34-b4e4-79aea7a57a15. You might want to take a note of this code."

ryan77627 commented 4 years ago

It means that an error occurred within the server. In this case, the 500 error means that PHP had an error. This is because the php version that gets installed in nginx 1.17.5 alpine is too new and this project hasn't been updated to work with it... I think. It has one of the last versions of php 7.3 and I think some syntax has changed. The latest I've had luck with was nginx 1.14.0-alpine. I don't believe 1.15 worked but I could be mistaken