Re: My little suggestion: Instant Messaging [message #149 is a reply to message #148] |
Tue, 22 January 2002 05:04 |
Ilia
Messages: 13241 Registered: January 2002
Karma:
|
Senior Member Administrator Core Developer |
|
|
zerobits wrote on Mon, 21 January 2002 11:56 PM | i've actually enabled them to owner: makan group:makan and 777 earlier on, as i have problems amending some of the files, because after web install, some of the files are owned by nobody and group nobody which doesn't allow me to amend the scripts.
so how to fix this?
now my style manager cannot work... it gives error as above.
|
Yeah, when the web install runs it has no choice but to assign the webserver permissions to the files. You can however restore the permissions back to yourself, by using a chown command, for example:
if your forum's settings are inside /home/user/forum/settings/ you can do chown makan:makan /home/user/forum/ /home/user/forum/settings/
FUDforum Core Developer
|
|
|