Jump to content

Reset Ownership after installing 3.0.1


Recommended Posts

Posted

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:)

Posted

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.

Posted

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)

Posted

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.)

  • 2 weeks later...
Posted

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])

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...