Re: problem upgrading from 1.1.1 to 1.2.3 |
Mon, 25 March 2002 19:04 |
|
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.
|
|
Re: problem upgrading from 1.1.1 to 1.2.3 |
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 |
Mon, 25 March 2002 15:53 |
|
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 ??
|
|
Re: problem upgrading from 1.1.1 to 1.2.3 |
Mon, 25 March 2002 13:42 |
|
The file permissions are A OK.
The reason you cannot copy files into that folder is because the webserver owns the directory. You need to chmod the directory 777 if you want to copy files into it.
|
|
|
|
Re: problem upgrading from 1.1.1 to 1.2.3 |
Mon, 25 March 2002 12:36 |
|
i should know this problem, my mistake. The globals.php file in the main dir of the forum is a link to the globals.php file in the /forum/include forum and there the settings are. This still leaves me with the problem, every path i use the upgrade tells me it ti wrong.
i used :
/forum/include /forum/include/ ..forum/include ..forum/include/ /www/htdocs/hvv/forum/include /www/htdocs/hvv/forum/include/
No luck.
What kind of permissions should the real globals.php file have ??
|
|
Re: problem upgrading from 1.1.1 to 1.2.3 |
Mon, 25 March 2002 10:52 |
|
GLOBALS.php is a REQUIRED file, which contains most of the forum's settings. If it is blank your forum WILL not work.
Did the file become blank after the upgrade process?
|
|
problem upgrading from 1.1.1 to 1.2.3 |
Mon, 25 March 2002 07:38 |
|
Hi,
i wanted to upgrade to the newest version but right at the beginning there is a problem. The upgrade looks for the GLOBALS.PHP file. It is there but has a lenght of 0 bytes.
What is going on ??
Thanks in advance. E. Traas
|
|