replyThis 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.
replyThis 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.
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
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
How to solve this error?
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