我遇到了一个HTPP错误500,我不知道为什么。当我启动我的服务时,我打开Chrome浏览器并导航到http://localhost:5000,错误弹出。Chrome开发人员工具窗口显示以下单个错误:
Failed to load resource: the server responded with a status of 500 (InternalServer Error) http://localh
event_start_date = strtotime($row['event_start_date']));和$event_end_date = strtotime($row['event_end_date']));给出了错误每当使用这段代码时,我都会得到一个localhost is currently unable to handle this request. HTTP ERROR 500。但奇怪的是,当我在Mozila中运行它时,它只是显示了一个白色的空白页,而在chrom