jquery.min.js:4 POST http://localhost:8080/admin/login/check.html 500 (Internal Server Error)
宏宏2018-03-20 23:47:59
Let me go, I also encountered it, where did you type the wrong code? Please share. Is there any problem with the teacher’s code?
华先生º2018-01-10 19:59:29
This depends on whether you have set the error level and the error mechanism of TP5. If setting errors, please add error_reporting(E_ERROR | E_WARNING | E_PARSE); in admin/common.php
joker2017-11-10 16:30:30
Check the model to see if there is any error in the Admin model
Is the database database configured?
Data Is the table name called admin
The other issues are the code format and so on
呆呆熊去哪了2017-09-15 09:05:46
There is an error in the /admin/login/check method in the controller. You can post the PHP code in the controller and the response of the post request. I will take a look at the reason.