There was a bug in another module that I was using that triggered UID 0 to be removed among with some other bad node data. This cause and empty node object to be deleted (which shouldn't be possible afaik) and when plus1 processed the node deletion removed all votes. Basically, when the select criteria for the content_id is NULL all votes will be returned, and in this case all votes were associated with the NULL content_id. Anyway, the simple patch here should prevent that from happening in the future, as unlikely as this should be to happen.

CommentFileSizeAuthor
#1 plus1_1296582.patch490 byteshadsie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hadsie’s picture

FileSize
490 bytes
TS79’s picture

+1 why is this patch not in current release? even if it is a unlikely problem, the effect is catastrophic!

rogical’s picture

Version: 6.x-2.7 » 6.x-2.x-dev

Fixed in the dev.

rogical’s picture

Status: Needs review » Fixed
TS79’s picture

thx!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.