Closed (fixed)
Project:
Plus 1
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2011 at 10:01 UTC
Updated:
23 Jan 2013 at 22:40 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | plus1_1296582.patch | 490 bytes | hadsie |
Comments
Comment #1
hadsie commentedComment #2
TS79 commented+1 why is this patch not in current release? even if it is a unlikely problem, the effect is catastrophic!
Comment #3
rogical commentedFixed in the dev.
Comment #4
rogical commentedComment #5
TS79 commentedthx!