Closed (fixed)
Project:
Radioactivity
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2012 at 14:28 UTC
Updated:
2 Aug 2012 at 05:54 UTC
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....
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-Properly-check-if-a-connection-to-Memcache-is-opened.patch | 903 bytes | paranojik |
Comments
Comment #1
slashrsm commentedI'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.
Comment #2
tcmug commentedThank you and committed to the 7.x-2.x branch.