Home  >  Q&A  >  body text

I'm stuck here and can't log in.

The control strip keeps reporting errors

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

vinevine2527 days ago1465

reply all(10)I'll reply

  • 熟悉使用PHP9的Spidey

    熟悉使用PHP9的Spidey2018-04-15 21:07:08

    捕获.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

    reply
    0
  • 哈哈

    哈哈2017-12-19 20:57:54

    How does the original poster solve the problem

    reply
    0
  • Vine

    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 · 2017-12-19 23:34:19
  • 无忌哥哥

    无忌哥哥2017-12-19 12:45:10

    How to solve this error?

    reply
    0
  • Vine

    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 · 2017-12-19 23:34:28
    无忌哥哥

    The log suggested that it was an encoding problem, but I couldn’t find the problem after searching for a long time.

    无忌哥哥 · 2017-12-20 08:07:34
    Vine

    Baidu first. . .

    Vine · 2017-12-21 15:13:54
    无忌哥哥

    The log prompts what encoding malformation it is. How to solve this error?

    无忌哥哥 · 2017-12-20 09:14:53
    无忌哥哥

    [ error ] [0]Malformed UTF-8 characters, possibly incorrectly encoded

    无忌哥哥 · 2017-12-20 09:15:32
  • 辉

    2017-10-22 16:01:40

    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
    0
  • vine

    Relying on the prompts in the runtime\log\ directory, the problem has been solved. It is a database connection problem. Thank you.

    vine · 2017-10-22 23:00:04
    无忌哥哥

    The log prompts this: [ error ] [0]Malformed UTF-8 characters, possibly incorrectly encoded. How to solve it?

    无忌哥哥 · 2017-12-20 09:15:56
  • Cancelreply