forum 2.5.0RC3 Released, gzuncompress error [message #10268] |
Tue, 27 May 2003 14:17 |
|
Hello,
i tried 2.5.0RC2 and 2.5.0RC3 but i've got the same pb,
after the Step 1 i got :
Warning: gzuncompress() [function.gzuncompress]: data error in /home/mysite/www/forum/install.php on line 372
Failed decompressing the archive
Parameters set up in step 1 seem ok :
Server Root : /home/mysite/www/forum/
Forum Data Root : /home/mysite/www/forum/data/
Forum WWW Root : http://www.mysite..../forum/
I tried different permissions for forum and and data directories (707, then 705) but without success.
Thank's for any help
Gaëtan
|
|
|
Re: forum 2.5.0RC3 Released, gzuncompress error [message #10269 is a reply to message #10268] |
Tue, 27 May 2003 14:21 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There are a few possible culprits, one is a PHP's memory limit, find out if you have it enabled and what is it's value set to. If it is <20 megs try raising it.
The other (more common), is make sure that the archive was uploaded in binary mode (has no \r added on every newline).
FUDforum Core Developer
|
|
|
|