Closed
Bug 304109
Opened 19 years ago
Closed 19 years ago
Nightly download page spewing PHP, does not work
Categories
(Camino Graveyard :: Product Site, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: samuel.sidler+old, Assigned: moz)
References
()
Details
Summary explains all. It spews PHP for an indefinite amount of time. The following lines are repeated over and over (in case it's fixed when this bug is being worked on): Warning: array_rand(): First argument has to be an array in /home/.candis/jonagold/caminobrowser.org/download/releases/nightly/index.php on line 13 Warning: gethostbyaddr(): Address is not a valid IPv4 or IPv6 address in /home/.candis/jonagold/caminobrowser.org/download/releases/nightly/index.php on line 15 Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/.candis/jonagold/caminobrowser.org/download/releases/nightly/index.php on line 17 Warning: fsockopen(): unable to connect to :80 in /home/.candis/jonagold/caminobrowser.org/download/releases/nightly/index.php on line 17
Was this a temporary server glitch? Or a problem getting info on the mirror that ftp.mozilla.org served up? The page works fine for me.
| Reporter | ||
Comment 2•19 years ago
|
||
It was reoccuring for a couple of hours, so it might have been on our end but doubtfully on m.o's end. If nothing else, we should fail more gracefully.
| Assignee | ||
Comment 3•19 years ago
|
||
Must've been a DNS issue. I could have sworn I was doing proper checks...oh well. Making sure this time.
| Assignee | ||
Comment 4•19 years ago
|
||
Ok, fixed. You can check what happens by going to http://www.caminobrowser.org/download/releases/nightly/?testerror (I'll probably remove this test in a day or so). If you don't want to do that, what it does is tells the user "unknown; IP lookup failed" for "build" and "mirror" (someone should come up with a better message), and the refresh URL is set to just use ftp.mozilla.org instead of a known mirror (so the download should still work fine).
| Assignee | ||
Comment 5•19 years ago
|
||
-> FIXED
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•