问题

使用 phpstudy 8.0版本作为php开发环境,调试发现在浏览器中不显示错误信息,只有一个 500错误
phpstudy 8.0版打开提示500错误

解决方法

打开phpstudy主界面,选择 设置配置文件 , 打开php.ini下对应版本文件,将
display_errors = Off 改为 display_errors = On
display_startup_errors = Off 改为 display_startup_errors = On
完成后重启apache或nginx服务器
phpstudy 8.0版打开提示500错误

相关文章: