Quote:
Originally posted by danielhollands
I do have another problem, voting on the poll does not work, I get the following error message Yet again, i'm sorry if this question has been answered, but like i said before, 300 posts in a little too much to read though)
|
Indeed this has been fixed somewhere in this thread, I'm going to contact el3m3nt and see if I can release a new version with all the bug fixes and maybe somemore features soon.
From memory you should have this line in the home_poll template:
Code:
<input type="hidden" name="s" value="$session[sessionhash]">
Which needs to be changed to:
Code:
<input type="hidden" name="s" value="$session[dbsessionhash]">
To be able to vote correctly.