Chillyware Posted July 31, 2009 Share Posted July 31, 2009 This is a DirectAdmin problem and not IPB :thumbsup: Unfortunately, the ownership might have change to Apache and not the user. please note it's not the permissions, but the ownership that might have stopped you from moving/edit files one way or another:) Link to comment Share on other sites More sharing options...
ByteAir Chhansen Posted August 7, 2009 Share Posted August 7, 2009 I some how received the same problem when I just upgraded 3.0.2 Some of the files changed ownership to apache. All of the other files are still myuser. This problem is sorta restricting me from finishing the update because I cannot upload the new files. -Edit- I'm on Plesk but I mostly use SSH. Link to comment Share on other sites More sharing options...
ByteAir Chhansen Posted August 7, 2009 Share Posted August 7, 2009 Technically it's no big issue, since it's easy to change the ownership back if you have root access. Also the logs will show which files have been changed. Simple fix. (But I'm not sure how this would work on a Shared hosting environment since I'm not so familiar with non-root/ssh controls)Technically it's no big issue, since it's easy to change the ownership back if you have root access. Also the logs will show which files have been changed. Simple fix. (But I'm not sure how this would work on a Shared hosting environment since I'm not so familiar with non-root/ssh controls) Link to comment Share on other sites More sharing options...
Mark H. Posted August 7, 2009 Share Posted August 7, 2009 In a Shared environment, if the file owner is apache:apache, nobody:nobody, root:root, or any combination of those 3 users, you must have root access to change it. SSH, cPanel/DirectAdmin, WHM, whatever, but it must be the root account. I had this problem before I got my dedi. And to my Host's credit, he was very prompt in resetting permissions for me when I requested it back then. (And once I enabled suPHP, the occasional hiccups with file ownership stopped, as well as relieving me of the need to change certain directories to 777.) Link to comment Share on other sites More sharing options...
Chillyware Posted August 17, 2009 Author Share Posted August 17, 2009 Only if you have root access I had root Acces Link to comment Share on other sites More sharing options...
mld11 Posted August 17, 2009 Share Posted August 17, 2009 Recurrsively chmod all directories located in your IP.Board installation to 777. ([b]chmod -R 777 /path/to/forum[/b]) Then chmod conf_global.php back to 444 (after installation/upgrade). ([b]chmod 444 /path/to/conf_global.php[/b]) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.