Looks like you're using suPHP to get PHP scripts to be run as the user that own the file instead of as the user running the web server. My guess is that the file in question had its group ownership changed. Not really sure why that's relevant, but changing it (back?) to group 65534 (nogroup? nobody?) ought to solve the problem.
_________________________
Bitt Faulk