Home > Backend Development > PHP Tutorial > php文件出错,但是浏览器不显示异常

php文件出错,但是浏览器不显示异常

WBOY
Release: 2016-06-13 13:43:43
Original
851 people have browsed it

php文件出错,但是浏览器不显示错误
php文件出错,但是浏览器不显示错误,怎么办啊?出错时,浏览器一片空白,没有任何提示

------解决方案--------------------

探讨

看你的php.ini中display_errors = On 是否打开了。

------解决方案--------------------
display_errors = On

虽然你没找到,但这是必须的(调试期间)
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template