Upon changing a vote on a node, it is not recorded in the votingapi_cache or votingapi_vote tables. Instead it is only stored on the [field]_rating column of the fivestar field table. This becomes an issue when creating a view of averaged resutls, which is based off the votingapi_cache table. Not sure if this is by design, but if it is, do you have a suggestion for how to allow people to change their votes and still maintain accurate reports of their scores in a view?

Comments

pcorbett’s picture

Status: Active » Closed (fixed)

This may have been a conflict with another module (field permissions or entity reference). Works fine now that those modules are disabled.