alphaxxx Posted August 13, 2007 Share Posted August 13, 2007 hi. i am using an WYSIWYG editor (spaw2) in my application. the text matter is being POSTed properly, but i am not able to upload any files using filemanager(audio/video/zip), delete/rename any manually saved files. also i am not able to create new subdirectories using the filemanager i am getting the error that "PERMISSION DENIED" my httpd service is running with user/group as apache/apache uid=48 and the ownership of the htdocs is also with apache:apache with permissions 0777 the OS i am using is fedora core 6 I even tried the same using another editor (FCKeditor), but still it gives the same problem. please help.. Quote Link to comment https://forums.phpfreaks.com/topic/64758-problem-in-file-uploaddeleterename-using-filemanager/ Share on other sites More sharing options...
hitman6003 Posted August 13, 2007 Share Posted August 13, 2007 are all of the subfolders and files also owned by the Apache user and have permissions of at least 0700? Even though the root htdocs folder is permissioned correctly, a subfolder may not be. Quote Link to comment https://forums.phpfreaks.com/topic/64758-problem-in-file-uploaddeleterename-using-filemanager/#findComment-323015 Share on other sites More sharing options...
alphaxxx Posted August 14, 2007 Author Share Posted August 14, 2007 Yes i hav used chown -R apache:apache * and hav also tried chmod 0777 -R * but still there the same problem persists. Quote Link to comment https://forums.phpfreaks.com/topic/64758-problem-in-file-uploaddeleterename-using-filemanager/#findComment-323648 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.