PHP error log

bloom360

Active Member
#1
Hello,
I am running v5.2.1 on a WHM server and trying to debug a PHP script. On the domlogs I see it is throwing an error 500:
102.201.201.234 - - [10/Sep/2017:17:38:54 +1000] "POST /test/index.php HTTP/1.1" 500 2948 "-" "-"
However the local error_log is not logging anything and I cannot find the details anywhere else. How can I log more verbose PHP errors?
Many thanks
 

bloom360

Active Member
#2
I must add, I am calling this PHP via a webhook, so I need the error to be logged rather than shown on screen since it is not being called from a browser.
 
Top