Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 PHP 设置为在本地记录错误,以便解决此问题。
但是,我什至无法让它工作。我已按照本教程进行操作,但没有。它只记录致命错误还是什么?
还有什么我需要确认的吗?
需要这些设置:
log_errors = on
error_reporting = E_ALL
如果你想在 .htaccess 中设置这些,你可以这样做:
php_value log_errors 1
php_value error_reporting 6143