提交管理员密码后报错500 internal server error
具体报错如下:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at admin@php.cn to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
500系列错误码, 是指服务器响应错误
如果是你提交数据时报错, 可以打开控制台, 选择: network选项, 查看请求与响应的具体内容, 特别是请求头中的信息
根据具体的字段,才能确定问题出在哪里,如果是你请求的资源根本不存在,或者参数不对, 在这都可以看到的, 特别是红字标出的文件,要注意
程序运行错误呗