It had been working previously (dev version datestamp = "1316607632"), but the latest dev version (datestamp = "1358947581") seems to have broken this functionality.

CommentFileSizeAuthor
#3 plus1-fix_undo-1927056-3.patch1.16 KBVolx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jody Lynn’s picture

Confirmed this issue. Rolling back to the stable release fixes it.

rogical’s picture

Priority: Normal » Major

Okay, set to major

Volx’s picture

Status: Active » Needs review
FileSize
1.16 KB

I am having the same issue and also the widget is rendered incorrectly when a vote has been casted by a logged-in user. Those issues happen to be caused by the same problem, that is the call to votingapi_select_votes($criteria) returning no votes, because there is a $criteria['vote_source'] basically set to NULL, probably because of the drupal_alter('plus1_source', $criteria['vote_source']) call above. Setting the $criteria['vote_source'] explicitly to the correct value fixes both issues.

eusonic’s picture

Status: Needs review » Reviewed & tested by the community

Patch #3 works for me.

eusonic’s picture

Issue summary: View changes

Fixed typo

rogical’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

committed.

Status: Fixed » Closed (fixed)

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