drslez4322 2015-05-06 08:32
浏览 14
已采纳

当我点击索引页而不是错误消息时,我只是得到一个空白页面.PHP

when i hit index page instead of error messages I'm just getting a blank page. Is there any way to show PHP error messages instead? It's very hard to debug when I get no feedback. My environment is linux. PHP

  • 写回答

2条回答 默认 最新

  • douyi4297 2015-05-06 08:37
    关注

    You have your answer in this post

    Basically you have to add this 2 lines at the beginning of the file

    error_reporting(-1);
    ini_set('display_errors', 'On');
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?