|
|
|
|
|
|
|
Re: problem upgrading from 1.1.1 to 1.2.3 [message #1224 is a reply to message #1223] |
Mon, 25 March 2002 18:34 |
|
Hi, Seems a bit strange to me that u cannot change directories within ur account to what u need them to be. If u cannot set the dir to (1)777 then it doesn't make sense to use it at all, because even if the files within would be writable u could never add new ones, only overwrite existing ones. Makes sense with logfiles but not with stored messages, which number will grow naturally. So alternatively u could create a folder within ur webroot throw the stuff in there and create a .htaccess for it with the folowing content: ---cut here----
deny from all ---cut here---- Now this may sound strange at first, but it rejects only http requests from outside, while the server itself isn't affected from it, hence the forum will still work. So everyone trying to browse within the hidden folder will get an 403 error. I think this makes more sense then to pay extra charges for a relatively simple installation . bye Ken
|
|
|
Re: problem upgrading from 1.1.1 to 1.2.3 [message #1225 is a reply to message #1223] |
Mon, 25 March 2002 19:04 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
remove from buddy list ignore all messages by this user
|
|
etraas wrote on Mon, 25 March 2002 3:53 PM | On the main forum folder this was possible but not on underlying folders ( the include folder ).
Is this problem related to how my hosting service is organising things ?
The upgrade program is one step futher, it now complains with the UPDATE_STATUS needs to be avialable for writing. Now it has -rw-r--r-- attributes, it is not possible for me to change this. I will ask my hosting service to do this.
What files need to be accessed in this manner ??
|
You can chmod the file yourself by running:
chmod 666 file_name via the shell or using your FTP client.
FUDforum Core Developer
|
|
|