Active
Project:
Google Identity Toolkit (GITkit)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2012 at 06:32 UTC
Updated:
7 Feb 2013 at 16:14 UTC
If it is going to log in using "Google Connect", it will not progress from "Connect to Server ...".
When the code of URL is described to jquery_update.module below, it becomes impossible to access a site.
http://drupal.org/node/775924#comment-2987316
Therefore, the following was described instead.
function jquery_update_jquery_path() {
$jquery_file = preg_match('/(admin|edit|add)/', request_uri()) ?
array('none' => 'jquery.js', 'min' => 'jquery.min.js') :
array('none' => 'jquery-1.4.2.js', 'min' => 'jquery-1.4.2.min.js');
return JQUERY_UPDATE_REPLACE_PATH . '/' . $jquery_file[variable_get('jquery_update_compression_type', 'min')];
}
A situation still does not change.
I want you to teach ways of coping.
I would like to log in using Google account.
Thank you for your consideration.
Comments
Comment #1
4ir4o commentedIs there any progress on this issue?
I have the same problem. After clicking on Gmail or any other login service just "Connect to Server ..." message appears.
Comment #2
anil614sagar commentedDear Drupaler,
We will look into this issue and get back to you within couple of days.
Comment #3
jirou_ueda commentedHi,4ir4o.
Unfortunately, it is not progress.
Comment #4
jirou_ueda commentedHi,anil614sagar.
Thanks for the comment.
I expect to wait.
Comment #5
delioni am having this same issue has anyone figured out a fix for this or is it in the settings?
Comment #6
TravisJohnston commentedYeah I got this to work recently and it was a sheer pain! I don't understand why the module says you need 1.4.2 but if you look at the code in the .module file, its calling 1.8.2...
So what I did was this, and no I'm not proud of it.
I HACKED THE MODULE! *cries...
You could probably write a hook but didn't know how. I tried Better Jquery for D6 which worked great but it broke all my internal jquery so that lasted 5 minutes.
Change this in gconnect.module line 37