Re: can´t install: Warning: gzuncompress() |
Thu, 19 May 2011 02:22 |
|
He wants you to run the command "cksum" in a command prompt on the install files.
cksum install.php
And the result should be:
1732838926 59143 install.php
etc.
|
|
|
|
|
Re: can´t install: Warning: gzuncompress() |
Tue, 17 May 2011 11:52 |
|
If you upload the files and get the below checksums, it should run just fine:
$ cksum install.php
1732838926 59143 install.php
$ cksum fudforum_archive
1136472239 2265180 fudforum_archive
|
|
can´t install: Warning: gzuncompress() |
Tue, 17 May 2011 11:34 |
|
I have:
Warning: gzuncompress() [function.gzuncompress]: data error in /home/...../public_html/forum/install.php on line 136
Archive did not pass the checksum test, it is corrupt!
If you've encountered this error it means that you've:
downloaded a corrupt archive
uploaded the archive to your server in ASCII and not BINARY mode
your FTP Server/Decompression software/Operating System added un-needed cartrige return (' ') characters to the archive, resulting in archive corruption.
I try upload the file in binary, ascy, authomatic, and always I have the same error, then I download the zip 3 times and upload with the same result, then I try open the install file locally and copy and paste the content on the online file with the same result.
Where is the problem??
Version: 3.02
|
|