Closed (fixed)
Project:
Google Programmable Search Engine
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2010 at 15:18 UTC
Updated:
5 Jul 2020 at 11:59 UTC
Jump to comment: Most recent
Comments
Comment #1
mcncyo commentedsubscribing
Comment #2
David Latapie commentedsubscribing too
Comment #3
bkno commentedsubscribing
Comment #4
tnanek commentedSubscribing as well - I'll likely be doing a direct migration using Coder at somepoint this weekend, and I'll likely post the results here.
Comment #5
tmm360 commentedsubscribing
Comment #6
mstobbs commentedsubscribing
Comment #7
mfban initial first draft port to Drupal 7 is available.
Comment #8
emkman commentedI am getting a 310 continuous redirect when I attempt to use this on a fresh D7 install.
Comment #9
mfbWhat are the exact steps to reproduce the redirect loop? Also can you provide a URL for the site.
Comment #10
emkman commentedMy steps were:
1. Create a new D7 site in Acquia DAMP
2. Install google_cse module
3. Enable google_cse module
4. In Search configuration, make google_cse the default search type and supply my cse search ID.
5. Go to my home page, and in the Custom Search field that is now show, search for "test"
URL is http://localhost:8082/search/google/test
Infinite redirect confirmed in Safari and Chrome. Nothing useful in the admin/reports/dblog log.
Apache log:
127.0.0.1 - - [03/Mar/2011:20:18:10 -0800] "POST / HTTP/1.1" 301 -
127.0.0.1 - - [03/Mar/2011:20:18:10 -0800] "GET /search/google/test?query=test&cx=012099162406138933806%3Ar6zczvx1c-m&cof=FORID%3A11&sitesearch=&safe=off HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:10 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:11 -0800] "GET /search/google/test HTTP/1.1" 302 -
127.0.0.1 - - [03/Mar/2011:20:18:12 -0800] "GET /search/google/test HTTP/1.1" 302 -
...
Comment #11
heatherwoz commentedAny action on this? It looks like there are several patches pending review. I'd like to see a release of some kind.
Comment #12
spanac commentedSame 310 error here. Solved it by disabling all other "active search modules" (user and node) and only the "Google CSE" is on in the admin/config/search/settings. After that cleared all cashe.
Comment #13
noobpal commentedI keep losing my google cse options for the default search module and the active search module. The options reappear every time I disable the google cse module and then re-enable it. After re-enabling those options are always pre-selected but within a random period of time they disappear again. When they disappear the search aborts and just refreshes whatever page I tried to do a search from. I've been fighting with this for the past few weeks and was wondering if anyone else has experienced this problem?
Comment #14
malcomio commented