POST http://www.video.com/admins.php/admins/Account/dologin 500 (Internal Server Error) Why does this happen
驱魔鮔2019-01-03 10:55:22
My problem is solved. I wrote the wrong code due to carelessness. The 500 error is because there is no data returned from the server side, so the problem is that it appears in the dologin() method of Account.php. I did not get the variable. , that is, there is a problem with the code there. I don’t know if you are as careless as me.
天蓬老师2018-11-27 21:44:55
The server does not return any response data.
There are many reasons for this problem, and it is still necessary to analyze the specific problem.
It is recommended to debug through breakpoints and test step by step