I'm trying to install google_auth. Copied the google_auth folder to sites/all/modules. After copying the folder, the admin/build/modules page won't load.
In FF3, it's giving out the following error:
"The connection was reset
The connection to the server was reset while the page was loading."
In IE8, "Internet Explorer cannot display the webpage ...
This problem can be caused by a variety of issues, including:
•Internet connectivity has been lost.
•The website is temporarily unavailable.
•The Domain Name Server (DNS) is not reachable.
•The Domain Name Server (DNS) does not have a listing for the website's domain.
•There might be a typing error in the address.
•If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section."
When I remove the folder, admin/build/module loads fine again. Modules currently installed are: cck, views, wysiwyg, imce, imce_wysiwyg, nice_menus. Problem happens with both the official and the dev release.
Your help would be very much appreciated on this. Thanks!
Comments
Comment #1
tinarc119 commentedSolved the problem by replacing...
description = "Authentication for web-based applications allows the application
to access a Google service protected by a user's Google account. To maintain
a high level of security, the Authentication Proxy interface, AuthSub,
enables the application to get an authentication token without ever handling
the user's account login information. Using the proxy service, the user of
your web application logs into their account through a Google-supplied login
page and consents to grant limited access to the web application."
in the google_auth.info to...
description = "Google authentication."
Comment #2
tinarc119 commentedclosing issue.
Comment #3
cyberswat commentedhttp://drupal.org/cvs?commit=301902