I get an php (5.4) warning for this code: fopen("error.log","w");
The warning Warning: fopen(error.log): failed to open stream: Permission denied in ...
The point is, that error.log exists and has 777 rights. What can I do?
I am using Apache2, php 5.4 on an ubuntu 10.04 system