php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31452 FireFox 1.0 not finding index page
Submitted: 2005-01-08 14:22 UTC Modified: 2005-09-27 01:00 UTC
Votes:8
Avg. Score:4.6 ± 0.5
Reproduced:6 of 6 (100.0%)
Same Version:3 (50.0%)
Same OS:1 (16.7%)
From: c dot d at earthlink dot net Assigned: goba (profile)
Status: No Feedback Package: Website problem
PHP Version: Irrelevant OS: Mac OS X 10.3.7
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-01-08 14:22 UTC] c dot d at earthlink dot net
Description:
------------
Until roughly Jan 6, 2005, FireFox 1.0 for Mac OS X 10.3.7 could sucessfully find/return the php.net homepage by typing in "http://www.php.net" or "http://www.php.net/".

Since that date, if the same is typed in, the following FireFox error is thrown: "The file / cannot be found. Please check the location and try again."

This does not occur with any other site I have tested. (e.g http://bugs/php.net works fine).

Reproduce code:
---------------
Enter "http://www.php.net" or "http://www.php.net/".


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-10 11:43 UTC] virtualphtn at gmail dot com
I think the problem occurs because the file http://www.php.net/functions.js uses the document.write() method after the page has finished loading, but it never calls document.close(). So the browser just sits there waiting. document.write(), if called after the document finishes loading, erases the contents of the document and replaces them, so that's probably not what you want anyway.
 [2005-01-10 14:39 UTC] goba@php.net
It is not obfuscated, but rather compressed. We also link to the original uncompressed files on our search page, so you can get the source if you want. The script would be more than double its size, if it would not be compressed. It is done to get the script to our users as quickly as possible and use less bandwidth.
 [2005-01-10 18:51 UTC] goba@php.net
Could everyone reading this bug report please find an uptodate mirror and see if the search suggestion works on the search page? One of the updated mirrors now is http://hu2.php.net/search.php

If the function suggestions are working fine on this page, then we can deploy them again on all php.net pages again. 
 [2005-01-11 11:43 UTC] c dot d at earthlink dot net
Re: Testing http://hu2.php.net/search.php page.

Using FireFox 1.0 on Mac OS X 10.3.7.

Still problems (may be considered a problem).

Steps to Reproduce:
1) Open URL from above,
2) Enter partial search term (e.g. "str_"),
3) Click on a function in drop down,
4) Browser loads appropriate function page,
5) Click Back button,
6) Goes Back to search.php page 
7) Enter another partial search term (e.g. "com"),
8) Click on function and nothing happens.
 [2005-01-11 13:31 UTC] 2y4vYISvbk at javawoman dot com
http://hu2.php.net/search.php is working fine for me now (Moz 1.7.3/Win2K)
 [2005-09-19 14:39 UTC] sniper@php.net
Is this still borked?

 [2005-09-27 01:00 UTC] php-mirrors at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 12:01:32 2024 UTC