The code RadioactivityMemcachedIncidentStorage.inc does not properly check if a connection to Memcache has been established. As a consequence cron jobs fail with an error message : Call to a member function get() on a non-object in ..RadioactivityMemcachedIncidentStorage.inc, line 49.

Very simple patch attached....

Comments

slashrsm’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

I'd say this is a major bug, as it results in failing cron every time, if memcache connection fails. I'd say this is RTBC.

tcmug’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Thank you and committed to the 7.x-2.x branch.