where is the error_log file?

后端 未结 1 484
无人共我
无人共我 2021-01-14 20:21

I already set

//don\'t display errors
ini_set(\'display_errors\', 0);
//write errors to log
ini_set(\'log_errors\', 1);
//error log file name
ini_set(\'log_         


        
相关标签:
1条回答
  • 2021-01-14 21:13

    Try

    \xampp\apache\logs\error.log

    where xampp is your installation folder

    If you haven't changed the error_log setting in PHP (check with phpinfo()), it will be logged to the Apache log.

    0 讨论(0)
提交回复
热议问题