Report this

What is the reason for this report?

Trying to find php_error_log

Posted on December 2, 2016

Hi

Using Terminal, where can I find php_error_log?

I found another post on the forum that suggested using

find / -name php_error_log

I got a permission denied message. Then I remembered I need to put sudo before any commands, so I tried

sudo find / -name php_error_log

Terminal listed lots of files, but still output the permission denied message.

I’ve also tried looking at my info.php file, but the only reference I could find was error_log, that just says no value

Any help would be much appciated.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.