whelpton Posted January 31, 2009 Share Posted January 31, 2009 Hey everyone, my second post in a day here, im having some real problems. Ive been using a code to copy and recreate a folder on my server. The folder that is meant to be copied is setup with 777 permissions and is copied sucesfully to the new location, however, once it is copied, I cannot upload, edit, delete or move any files from the new folder, weather that be through cpanel or through ftp, It keeps on telling me that I dont have permission to do anything, even though its my server and the folder is set to 777. Any ideas whats going wrong? Quote Link to comment https://forums.phpfreaks.com/topic/143315-php-permissions-seriously-stumped/ Share on other sites More sharing options...
premiso Posted February 1, 2009 Share Posted February 1, 2009 You have to use chmod and change the permissions of the new folder to be the 777. As it gets created with default permissions. Quote Link to comment https://forums.phpfreaks.com/topic/143315-php-permissions-seriously-stumped/#findComment-751657 Share on other sites More sharing options...
whelpton Posted February 1, 2009 Author Share Posted February 1, 2009 Thank you very much Quote Link to comment https://forums.phpfreaks.com/topic/143315-php-permissions-seriously-stumped/#findComment-751660 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.