Hello,
I am currently the administrator of the Drupalsite http://www.proffsbutik.se where as when you vote on a poll on the frontpage you are automaticaly taken to another (seems to be random) node on the site. The vote itself do get registered, it just moves the user to a new page where the user should remain on the startpage after voting.
If I look through the source in a browser, or inspecting it with firebug, the form-tag has automaticly added a value to its attribute action which is a random node on my page - and seems to change from time to time to a diffrent node as I post/edit content on the site.
<form action="/imce?app=tinymce%7curl@src" accept-charset="UTF-8" method="post" id="poll-view-voting">
or
<form action="/produkter" accept-charset="UTF-8" method="post" id="poll-view-voting">
but it should say:
<form action="/" accept-charset="UTF-8" method="post" id="poll-view-voting">
Though, when logged in as administrator this problem do not occur and the poll works perfectly.
Does anyone have an idea why this is happening and what I can do about it? I havn't been able to find a similar problem in the forum or searching the web, but I hope it's not to difficult to solve. ^^
Thankfully,
Sebastian.
Comments
Comment #1
Centro commentedComment #3
maarten1985 commentedI'm having the same problem with the Poll module. Guests are taken to a random page after they've voted in the poll.
I'm using 6.19.
Edit: When I turned off block caching it seems to work fine.
Comment #4
maarten1985 commentedComment #5
brizone commentedIf this is "Closed", "Fixed", why does the status above say "Unassigned", "Active"???
Comment #6
miopa commentedDuplicate of #782300: Poll block is not usable when block cache is enabled