My site keeps showing My site keeps showing {“error”:“service_unavailable”,“message”:“系统繁忙,请稍后再试”,“retry_after”:30,“server”:“InfinityFree”} and I don’t know how to express it What am I going to do and I don’t know how to express it What am I going to do.Here is my web address: 504 Gateway Time-out
It’s hard to tell what actually happened with that vague error message.
Can you to elaborate more? What softwate are you using, and if you can try to get more detailed error from it?
I am creating a message wall.But I don’t know what caused it.Anyway, I am unable to take any measures at the moment.I can only come and ask you.I am a Chinese enthusiast.I thought my message would sink to the bottom of the water. I hope you can help me。谢谢thanks
In addition, I strongly suspect that it is caused by the database or server environment. I tried to ask chatGPT and DeepSeek, but they both felt powerless and repeatedly searched for code.
Also, my software is tire, a programming software with an AI model. I am programming here, and whenever there are problems, I will ask AI.Infinityfree is a bit troublesome because it transfers files slowly. I hope you can help me, thank you谢谢!
I can’t find any message wall software called tire, can you share a link?
Has the software generated any error logs / have a debugging system? Does turning on display error in control panel → php config do anything?
emmm, I don’t know what you’re expressing, but I checked the error log and it seems to have nothing. Now it’s just that the website can’t be opened and the backend keeps refreshing, at least for a long time. Also, my website code is
The specific error you see doesn’t ring a bell with me. When I try to access your website, it loads for a very long time and then shows a 504 Gateway Timeout error.
That usually means your PHP code took more than 60 seconds to execute, and the server gave up waiting for a response. This in turn is usually the result of an error in the code, like an infinite loop for example.
Troubleshooting why this happens isn’t super straight forward. I would suggest to selectively disable functionality in your code (e.g. comment it out) until the page doesn’t time out anymore. That should help you narrow down where the issue might be coming from.
Okay, I know my file is incorrect. I am currently modifying it and as a beginner, it is difficult for me to complete a complete website. Good luck!
To me it shows HTTP 500, try turning on Display Errors:
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.