Closed (fixed)
Project:
OAuth 1.0
Version:
6.x-3.x-dev
Component:
Documentation
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
21 Apr 2011 at 13:01 UTC
Updated:
5 Jul 2011 at 19:27 UTC
Encountered this while installing on an older site. This module requires Autoload 2.0 and not having it will result in a WSOD when accessing admin/settings/google-analytics-reports
Suggest adding this to a Readme/Module page, if not somehow smartly detecting the presence of the older version.
Autoload 2.0 stable came out in Jan of this year, so I suspect many others will hit this issue.
Comments
Comment #1
raspberryman commentedGood catch! I've updated the project page: http://drupal.org/project/google_analytics_reports
Comment #2
grendzy commentedDo we use autoload, or is it just a dependency for oath? I don't see it declared in the info file.
Also, given that http://drupal.org/project/usage/autoload shows 1.4 users actually outnumber 2.0 users, a hook_requirements might be a good idea.
Comment #3
grendzy commentedI committed a check for this: http://drupalcode.org/project/google_analytics_reports.git/commitdiff/53...
The actual issue is in OAuth though - can something similar be added to oauth_common_requirements()?
Comment #4
grendzy commentedComment #5
voxpelli commentedThis is fixed in OAuth 6.x-3.x dev now also