angelleye Posted November 18, 2008 Share Posted November 18, 2008 On my phpinfo it shows log_errors is On but then when I go to error_log to try and see the path for the actual file so I can look at it I see 'no value'. I don't see anything in the php.ini about setting an actual file. What am I missing? I've got some errors happening on a script that gets hit behind-the-scenes (PayPal Notification system) and I see in my web logs that I'm getting a 500 error but I can't see the actual error code or messages getting returned. Any information would be greatly appreciated. Thanks! Link to comment https://forums.phpfreaks.com/topic/133242-solved-error-log-files-on-windows/ Share on other sites More sharing options...
trq Posted November 18, 2008 Share Posted November 18, 2008 There is indeed (or should be at least) an error_log directive within the php.ini file. If it doesn't exist created it, assigning it an absolute path to the file. Link to comment https://forums.phpfreaks.com/topic/133242-solved-error-log-files-on-windows/#findComment-692953 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.