Hello everyone;
I am attempting to write a generic FileManager app that anyone can upload to their server and use to upload, rename, view and delete files on the server.
I cannot expect my users to change the permissions on each individual directory that they want to upload to or rename so I've been trying to do it through my PHP App. I also don't have access to any of the server settings except through cPanel.
However, when I try to run chmod() or chown() I get something very similar to the following:
Quote:
|
quote:Warning: chmod(): Operation not permitted in /home2/davidko/public_html/filemanager/test.php on line 69
|
Does anyone have a solution to this, please? These are the final items I need to get working in order to finish this app!
Thank you in advance!
- Mr. Cantrell