[RESOLVED] Google Problem

Bug reports and enhancement requests
Post Reply
SetQ
Posts: 2
Joined: Mon Nov 28, 2011 7:58 pm

[RESOLVED] Google Problem

Post by SetQ »

I have Firefox 8.01 with :

Avast Web Rep 6.0.1289
CheckPlaces 2.6.1
Microsoft .Net Framework Assistant 0.0.0
NoScript 2.2.1
Scrapbook 1.4.8
SiteDelta 0.12.1
XMarks 4.0.2
FlashBlock 1.5.15.1 (Disabled)

And when in google main page i try search, it does not search anything
The URI for the text "Test Adsl" is:
http://www.google.es/#sclient=psy-ab&hl ... 52&bih=719

But that's all. There's no results in the page, only the Google icon, the input box and the magnifing glass icon.

The Google menu with "Web, Images, Videos, Maps, News, Gmail, More" operates and works. Only text search box don't works.

If i search in the firefox navigation bar, then the search works.

Sorry for my english, and Thank's. I would like a solution, thank you.
Mozilla/5.0 (Windows NT 5.1; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
User avatar
Giorgio Maone
Site Admin
Posts: 9454
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Google Problem

Post by Giorgio Maone »

Is "google.es" allowed?
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
User avatar
therube
Ambassador
Posts: 7930
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Google Problem

Post by therube »

Believe it has something to do with the ampersand (#) & NoScript?

Your link returns nothing for me either.

If I do the search directly, I get this: http://www.google.com/search?q=Test+Adsl&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial&client=seamonkey-a

Note the &q= rather then the #.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:10.0a2) Gecko/20111127 Firefox/10.0a2 SeaMonkey/2.7a2
User avatar
therube
Ambassador
Posts: 7930
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Google Problem

Post by therube »

OK, with google.es Allowed, it works, but why should that matter?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:10.0a2) Gecko/20111127 Firefox/10.0a2 SeaMonkey/2.7a2
User avatar
therube
Ambassador
Posts: 7930
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Google Problem

Post by therube »

Believe it has something to do with the ampersand (#) & NoScript?
Believe it has something to do with the ampersand (#) & NoScript & the site in question not being Allowed?

And if everything from the # is being truncated, then why is it not logged in Error Console?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:10.0a2) Gecko/20111127 Firefox/10.0a2 SeaMonkey/2.7a2
User avatar
Giorgio Maone
Site Admin
Posts: 9454
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Google Problem

Post by Giorgio Maone »

therube wrote:OK, with google.es Allowed, it works, but why should that matter?
the hash (#...) part of the URL is never sent on the server side.
Therefore, if you use that as your search URL, it means that all the search is done via AJAX and you need JavaScript to be allowed.
If you don't allow JavaScript, Google correctly fallbacks to normal query strings (?...), which send parameters on the server side for processing.
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Tom T.
Field Marshal
Posts: 3620
Joined: Fri Mar 20, 2009 6:58 am

Re: Google Problem

Post by Tom T. »

I don't understand why there's a hash at all.
And when in google main page i try search, it does not search anything
Entering

Code: Select all

www.google.es
in the Address Bar brings up a perfectly functional Google page (in Spanish). No scripting or cookies allowed.

I type "cuba" in the Search bar, and the resulting URL is

Code: Select all

http://www.google.es/search?sclient=psy-ab&hl=es&site=&source=hp&q=cuba&btnG=Buscar
Which produces the annoying META block, and
Por favor, haz clic aquí si no has sido redireccionado en unos segundos.
which is exactly what English Google does, an issue which still hasn't been fixed, after Google apparently fixed it once, then broke it again. (IIRC, NS META exception was removed after Google fixed it the first time. Should it be replaced? -- not that I use Google anyway.)

Clicking on aqui provides the correct results page, with links that work.
Giorgio Maone wrote:the hash (#...) part of the URL is never sent on the server side.
Therefore, if you use that as your search URL, it means that all the search is done via AJAX and you need JavaScript to be allowed.
I'm sure there's a bit of a language barrier, but why would OP enter that full URL to do his test search?

I could be mistaken, but I took it to mean that that was the URL that was displayed *after* s/he entered the search term and hit Enter or whatever.

Sorry if I've misunderstood anything. And it would still be nice if the METAs would go away -- is the exception the only answer, or do you have any pull at Google, Giorgio?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24
User avatar
therube
Ambassador
Posts: 7930
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Google Problem

Post by therube »

Not that I'm really understanding, but based on what Giorgio said, I guess that particular link (from wherever it came from, perhaps some server logs, or similar can be found in forum posts) is not (specifically) made to be client facing. A user normally would not be seeing the #... type link. The ?... type link is what is expected & works regardless. It is with the #... where there could be issues (when JavaScript is disabled, be it by NoScript or otherwise).
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0a2) Gecko/20111128 Firefox/10.0a2 SeaMonkey/2.7a2
SetQ
Posts: 2
Joined: Mon Nov 28, 2011 7:58 pm

Re: Google Problem

Post by SetQ »

Thanks for mentioning the # "hash" and the problem belongs to Google. It really gave me a clue to my problem. It was simply that it should disable the feature of "Google Instant", now the search function properly again!.

Thank you all!.
Mozilla/5.0 (Windows NT 5.1; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
Tom T.
Field Marshal
Posts: 3620
Joined: Fri Mar 20, 2009 6:58 am

Re: [RESOLVED] Google Problem

Post by Tom T. »

¡De nada! :)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24
Post Reply