Closed (fixed)
Project:
Acquia Connector
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2011 at 15:44 UTC
Updated:
15 Jun 2012 at 20:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
coltraneShould acquia_agent_valid_response() return FALSE then variable acquia_subscription_data isn't updated and acquia_agent_subscription_is_active() calls acquia_agent_check_subscription() again (and again)
Comment #2
soyarma commentedI think this only happens if cron hasn't been run for more than 1 day and there is an hmac error because of the condition below
I think a solution would be not to do the module_invoke_all (module_invoke_all('acquia_subscription_status', acquia_agent_subscription_is_active());) in the acquia_agent_check_subscription function if there is an hmac validation error.
Comment #3
coltraneComment #4
coltraneComment #5
soyarma commentedLooks good to me
Comment #6
kenorb commentedThe same problem, it happens when there is no connection. I didn't test the patch yet.
Comment #7
coltraneCommitted http://drupalcode.org/project/acquia_connector.git/commit/50fad39