Closed (duplicate)
Project:
Fivestar
Version:
6.x-1.19
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2008 at 00:24 UTC
Updated:
2 Mar 2011 at 14:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks, looks like a bug introduced in 1.12 for Drupal 5. I'll have a look.
Comment #2
quicksketchOh.. and 6 too. Dang. Problems in both places.
Comment #3
quicksketchThis should now be fixed, you can grab the patch from:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/fivestar/fi...
Or wait for 1.13.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
userofdrupal commentedHow can I manually delete the ratings safely? Either sql or php if the api supports deleting votes.
Comment #6
off commentedwhen the new version comes?
Comment #7
off commentedComment #8
quicksketchIt'll come when the issue queue is cleared of all the current bugs. This issue is fixed, the 1.13 version just hasn't come out yet.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #10
FuXXz commentedBut i have still this problem with drupal6! If i delete the comment the votes are still save in tables and show up in the fivestar
Comment #11
FuXXz commentedIt there any solution for this problem i still have?
Comment #12
FuXXz commented2 Years ago i reported this bug, and now i want to use the modul again and this bug is still alive
Drupal 6.17, Fivestar 1.19 :(
Comment #13
FuXXz commentedComment #14
FuXXz commentedComment #15
Nick Lewis commentedThis seems to fix the issue. The problem was that in inserts and updates it was using an old data structure so vote_ids were being recorded as "0" in the fivestar table :-S.
Sorry, don't have time to patch against CVS so i just made a patch against the fivestar directory.
Comment #16
Exploratus commentedThe patch seems to have worked, but it doesnt work for existing votes in queue, only new ones..
Furthermore, I think Fivestar should not count a vote until the comment is approved, which it doesnt do now. Votes are counted as soon as they are submitted...
Comment #17
markus_cz commentedThanks for the patch, Lewis, I'll try it and see if it works.
By the way, is there any way to manually delete the "orphaned" votes? I tried browsing the database but found no order in the votes - I was unable to find anything that would identify votes that don't have comments assigned. Perhaps I just looked in wrong places?
Comment #18
joshdean commentedThis patch resolves the issue. Please apply to the patch to the main repository.
Comment #19
YK85 commentedSubscribing, thanks for the patch. Hope it gets reviewed by the maintainer and committed soon. Many thanks!
Comment #20
vkareh commentedMarked as a duplicate of #601160: Comment-cast ratings not deleted with comment.