I'm stuck here and can't log in.
vine
vine 2017-10-22 10:52:03
0
10
1587

The control strip keeps reporting errors

jquery.min.js:5 POST http://localhost/education/public/index/user/checklogin.html 500 (Internal Server Error)

vine
vine

reply all(4)
特瑞克斯

捕获.PNG

POST /thinkphp/public/index.php/index/user/checklogin.html

[ error ] [8] Undefined array index: scheme

How to modify this? The scheme is in the configuration file. It is impossible to change the contents at will

哈哈

How does the original poster solve the problem

  • reply This error code does not clearly correspond to the error. It is usually a code problem. Check the log in the runtime\log\ directory, detailed errors will be written above.
    Vine author 2017-12-19 23:34:19
呵呵哒

How to solve this error?

  • reply This error code does not clearly correspond to the error. It is usually a code problem. Check the log in the runtime\log\ directory, detailed errors will be written above.
    Vine author 2017-12-19 23:34:28
  • reply The log suggested that it was an encoding problem, but I couldn’t find the problem after searching for a long time.
    无忌哥哥 author 2017-12-20 08:07:34
  • reply Baidu first. . .
    Vine author 2017-12-21 15:13:54
  • reply The log prompts what encoding malformation it is. How to solve this error?
    无忌哥哥 author 2017-12-20 09:14:53
  • reply [ error ] [0]Malformed UTF-8 characters, possibly incorrectly encoded
    无忌哥哥 author 2017-12-20 09:15:32
辉

Internal Server Error: Internal server error. A syntax error occurred when generating HTML in the background. Please check the source code. You can check the error through the system running log (directory: runtime\log\), but it is not very accurate, so you have to find the location yourself.

For example:

[2017-10-22T15:43:59+08:00] 127.0.0.1 127.0.0.1 POST /index/user/checklogin.html

[ error ] [1]Class 'think\model' not found

means there is a problem with think\model, and the result should be: think\Model

  • reply Relying on the prompts in the runtime\log\ directory, the problem has been solved. It is a database connection problem. Thank you.
    vine author 2017-10-22 23:00:04
  • reply The log prompts this: [ error ] [0]Malformed UTF-8 characters, possibly incorrectly encoded. How to solve it?
    无忌哥哥 author 2017-12-20 09:15:56
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template