Tuesday, June 13, 2017

place php errors in log file

I am running mac 10.6.4 on an iMac and am using it as a developer server.



I have Apache and Entropy php5 installed, when i write my applications, some pages wont run when php has errors, however these are not recorded on a log file, I created one php_errors.log and entered the following on the php.ini file



error_log = /usr/local/php5/logs/php_errors.log


However errors are not written to this file and i have




log_errors = true


What could be the problem

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...