PHP+CMS+网站 · 2019年10月17号 0

PHP http500服务器内部错误

由于php.ini配置文件中错误显示关闭导致.

将下值由Off 变更为 On

display_errors = On

display_startup_errors = On