Looking for chmod settings to allow chmod() in PHP
Posted: Tue Nov 10, 2009 3:17 pm
Hello. I accidentally ran the command "sudo chmod -r 777 /" on our server, and while I've corrected most of the permissions there are still a few problems here and there.
One problem I'm having is that chmod() now triggers the following error:
Any ideas would be greatly appreciated.
Thank you!
One problem I'm having is that chmod() now triggers the following error:
My understanding is that I need to allow php to run this command, but I'm not sure for what files the permissions need to be changed or what they need to be changed to.Warning: chmod() [function.chmod]: Operation not permitted in [...]
Any ideas would be greatly appreciated.
Thank you!