Quote:
Originally Posted by Skipdawg
OK weirdness factor!!
Decided I would try writing the code in an re-uploading the file. Noticed from the ftp client the file is 777 but file manager says 755 and it won't let me upload the changed file get same error and it won't let me change the permissions either. Any ideas? Double checked other files folder they all seem fine just this one weirdo!
More and more this is convincing me phpsuexec is screwing things up! 
|
Your ownership is most likely wrong. If you use your root password to upload an original file, root will be the owner and will not work with username account. With the root password you can change the owner to the username. When logged in as username, you cannot change ownership to username from root, nor can you change root's permissions. Permissions will not necessarily be the same for both logins, so use the permissions when logged in as username.