I am using lamp. What i did is i have a php page with a send message to all button in ajax. When i click that button it calls the function in backend and send message to 10 users and then shows me result on sending every 10 users. It works some time and it doesnt work many times.
我正在使用灯。我做的是我有一个PHP页面,发送消息到ajax中的所有按钮。当我点击该按钮时,它会调用后端的功能并向10个用户发送消息,然后向我显示每10个用户发送的结果。它工作了一段时间,并没有多次工作。
Error i saw on console on chrome : "500 internal server error"
and when i clicked on that link and clicked on that link it showed me : "Service unavailable. The service is temporarily unavailable. Please try again later".
我在Chrome上的控制台上看到的错误:“500内部服务器错误”,当我点击该链接并点击该链接时,它向我显示:“服务不可用。该服务暂时不可用。请稍后再试”。
I thought it might be timeout issue i also used "set_time_limit(0)". But still it failed.
我以为它可能是超时问题我也使用了“set_time_limit(0)”。但它仍然失败了。
Any help would be greatly appreciated.
任何帮助将不胜感激。
Regards, Aby
1 个解决方案
#1
2
This might be an 500 error. Please try checking your error logs.
这可能是500错误。请尝试检查错误日志。
#1
2
This might be an 500 error. Please try checking your error logs.
这可能是500错误。请尝试检查错误日志。