Closed (fixed)
Project:
OAuth 1.0
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2011 at 20:03 UTC
Updated:
19 Jul 2011 at 19:31 UTC
According to the autoload project page, oauth_common_enable() needs to clear the autoload cache:
module_invoke('autoload', 'flush_caches');
Several users of google_analytics_reports have been reporting fatal errors because of stale data in the autoload registry.
Comments
Comment #1
voxpelli commentedFixed in the 6.x-3.x branch now - thanks for pointing it out!