v2.60 Install Corrupt Archive [message #16539] |
Wed, 04 February 2004 16:00 |
jfroman
Messages: 6 Registered: February 2004
Karma: 0
|
Junior Member |
|
|
I attempted to install v2.60 via CVS download, gz file, zip file and bz2 file. Each time I install, I get the same error after step 1.
Archive did not pass checksum test, CORRUPT ARCHIVE!
If you've encountered this error it means that you've:
downloaded a corrupt archive
uploaded the archive 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.
The older versions of the software install but they cannot be upgraded to 2.60 for the same reason.
I am getting this checksum: 99e6e4e2d895e36252c5d55a81ba08bd for the install.php file.
What else is there to try?
James
|
|
|
|
|
|
|
|
Re: v2.60 Install Corrupt Archive [message #16671 is a reply to message #16670] |
Wed, 11 February 2004 14:59 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
After running the CVS command, did you append the archive to install.php via
php create_file_list install >> install.php
or
(compressed archive)
php create_file_list install 1 >> install.php
FUDforum Core Developer
|
|
|
|
Re: v2.60 Install Corrupt Archive [message #16673 is a reply to message #16672] |
Wed, 11 February 2004 17:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
After generating the file, did you upload it to the server or did you create the archive already on the server and just tried running it with your browser?
Based on current CVS here are the correct checksums:
(Non compressed)
php create_file_list install >> install.php; md5sum install.php
ada9e244735331de6047ee67378863b9 install.php
(Compressed)
php create_file_list install 1 >> install.php; md5sum install.php
5867dc34bf8bb6712adbaf0516c46061 install.php
FUDforum Core Developer
|
|
|
|
|
Re: v2.60 Install Corrupt Archive [message #16836 is a reply to message #16835] |
Mon, 23 February 2004 15:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I am not sure what to say... I've tried the installer on several different systems both with & without compression and it had worked in all instances.
The problem is either that something modifies the archive or a problem with your PHP install.
FUDforum Core Developer
|
|
|