Hi Karin!

At first I want to tell you that I am really glad that you found today a little bit time for this module.
I think that it is really useful.
It is almost year what I tried it sometimes, but I found always some new bugs (there were reported) so then I stop to use this nice module.

Current bug is about that when user vote, then he/she get infomessage about successfull voting, voting bars are shown, and button for cancel vote is shown. But number of votes is always zero, same as in voting bars - there are always empty with zero votes.

I attached a screenshot.

I looked at pollfield_votes table, this is its content after two registered user votes.

nid field_table field_name uid delta hostname
12431 content_field_pollfield3 field_pollfield3 1 2
12431 content_field_pollfield3 field_pollfield3 19 2

thanks
Igorik
http://www.somvprahe.sk

CommentFileSizeAuthor
no_vote.gif14.27 KBigorik

Comments

karens’s picture

It works fine for me, so something else is going on. What sort of permissions do you have set up for the person doing the voting? What happens if you vote as User 1 or as a user with different permissions?

gaobin’s picture

Hi karen,

I have same problem. No vote is shown!

I granted all rights of Pollflied to authenticated users.

GB

igorik’s picture

Hi Karen,

I created page with pollfield, tried vote as user1 and user40, but always 0 votes is shown.

Please note that I tried too to uncheck options
cancel own pollfield vote
inspect all pollfield votes
and allow anonymous vote,
but nothing have influence for it.

Igor
http://www.somvprahe.sk

RobertOak’s picture

Same result as others. I finally got it fixed by modifying the code to:
about line 800:

function pollfield_clear($node) {
$cid = 'content:'. $node->nid;
cache_clear_all($cid, 'cache_content', TRUE);
}

which is from http://drupal.org/node/138907

comment #5.

I had pollfield 5.x-1.6 and cck-5.x-1.5, drupal 5.7

bryan kennedy’s picture

Status: Active » Closed (cannot reproduce)

Closing this issue because of it's age and the lack of activity.