I am trying to debug a php script that runs on my university server. The current version of php is installed 5.1.6.
As far as I understand, error_get_last() will work only for versions >= 5.2 . I am trying to echo an error code for a failed call to mkdir() , which, I am sure, is caused by the permissions of one of the specified directories. I hope the error message will shed some light on this issue, but I cannot find a way to view the details of the error, and I do not think that I can even access other php error logs to check them there.
What are my other options?
source share