Re: Install script fails after step 1 [message #31557 is a reply to message #31555] |
Sat, 06 May 2006 23:07 |
tstevens
Messages: 7 Registered: May 2006 Location: Chicago
Karma:
|
Junior Member |
|
|
Thanks for your quick reply.
That definitely helped, I’m a little closer but am at a different error message.
This version initially failed the www_root_check test as the previous versions did, so I did the workaround. A caveat to that- just uncommenting that line didn’t do the trick, so in addition to that I changed the line "if (fud_ini_get('allow_url_fopen'))" to "if (0)". From what I can tell, this is an equivalent workaround. Let me know if I’m mistaken.
Anyway, the current error message I’m getting is the “Archive did not pass checksum test, CORRUPT ARCHIVE” message.
I’m downloading this to my desktop (got the same result with zlib compression and without), then using winzip to extract it, then dragging it to the correct location. Is this the correct way to do it, or does winzip corrupt it somehow? Since I'm installing if from the same machine I downloaded it from, should this even be an issue?
I did some debugging, and I noticed this: In install.php, when I changed the return value for ‘decompress_archive’ to display the values md5($data) and $checksum, I saw two things of interest: 1) a value did not display at all for $checksum, and 2) each time I changed something in install.php, md5($data) was something different. This makes sense, but would this cause a problem because of the previous hack (bypassing www_root_check)?
If there’s any more information you’d need, or any additional debugging I could do, please let me know.
Thanks
|
|
|