|
This is a PHP error that means either the permissions are wrong on your PHP file or the user and/or group ownerships are wrong on the file. Your best bet is to find out what those should be for your application, or in a short term pinch you can try going with 777 (danger danger danged - not for production use), but if you are in safe mode you still need to make sure the ownership is right.
If this just started happening for you look into what changed (upgrade of your application, copying it over from another system, restored backup, etc.) and see if you can roll back to a version from when it was working and compare the permissions, ownership and code to see if anything changed. Finally, you can try turning safe mode off in PHP if you cant sort out the ownership issues to see if that works.
The ideal solution to make sure the permissions and ownership are correct to run PHP in safe mode though.
_________________ Michael Shinn Atomicorp - Security For Everyone
Co-Author of Troubleshooting Linux Firewalls.
|