Installation Error [message #32509] |
Wed, 05 July 2006 23:01 |
Ron Williams
Messages: 7 Registered: July 2006
Karma: 0
|
Junior Member |
|
|
When I install FUDforum, I get the following error:
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.
I've used FUDforum v2.7.5 installer with and without zlib compression and also I have tried all the archives, the zip being opened with windows preinstalled unzip utility and 7-zip for the other 2 archives with no luck. Any ideas would be greatly appreciated. Thanks
|
|
|
|
Re: Installation Error [message #32519 is a reply to message #32514] |
Thu, 06 July 2006 22:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
What PHP version are you using? Also what is the md5 checksum of install.php that you are running?
FUDforum Core Developer
|
|
|
|
Re: Installation Error [message #32548 is a reply to message #32525] |
Sat, 08 July 2006 17:32 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
you can use PHP's md5_file() function to get the md5 checksum of the install.php file.
FUDforum Core Developer
|
|
|
|
Re: Installation Error [message #32577 is a reply to message #32559] |
Mon, 10 July 2006 01:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The correct checksum is c20b33abde9093acaf8df978375f7c7d, if you are seeing something other then this, it means the file is corrupted.
FUDforum Core Developer
|
|
|
|
Re: Installation Error [message #32587 is a reply to message #32578] |
Mon, 10 July 2006 18:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Just run this script in the same directory as the install.php is located in.
<?php echo md5_file("./install.php"); ?>
FUDforum Core Developer
|
|
|
|
|
|