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

raspberryman’s picture

Assigned: Unassigned » raspberryman
Status: Active » Closed (fixed)

Good catch! I've updated the project page: http://drupal.org/project/google_analytics_reports

grendzy’s picture

Status: Closed (fixed) » Active

Do 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.

grendzy’s picture

Project: Google Analytics Reports » OAuth 1.0
Version: 6.x-1.x-dev » 6.x-3.x-dev

I 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()?

grendzy’s picture

Status: Active » Closed (fixed)
voxpelli’s picture

This is fixed in OAuth 6.x-3.x dev now also