radioactivity cron fails with an error
PHP Fatal error: Call to a member function floodCheck() on a non-object in radioactivity/includes/RadioactivityMemcachedIncidentStorage.inc on line 66, referer: http://mysite.com/admin/config/system/cron

CommentFileSizeAuthor
#2 avoid-member-function-error-2120453-2.patch599 byteswulff
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tcmug’s picture

Can you please check if the latest version in the git repository fixes this?

It could be that the committed patches in https://drupal.org/node/1860216 might fix this.

wulff’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
599 bytes

This seems to be caused by the function processIncidents() not checking the value returned from memcache.

I have attached a patch which should fix this.

  • Commit d32c193 on 7.x-2.x authored by wulff, committed by tcmug:
    Issue #2120453: When memcache is enabled radioactivity_cron fails with...
tcmug’s picture

Status: Needs review » Closed (fixed)

Thanks, I've committed the patch :)

Also fixed the same issue with Redis storage.