Firstly, thanks for this module. I've been wanting something like this for a long time now.
I'm not a very advanced programmer but I've found that the following part of the simple_review.module file causes the error:
---------------------------------------------------------------------------------------------------------------------------
// Check whether the user has already reviewed this node (except admins)
if (simple_review_already_reviewed($form['nid']['#value']) && !*user_access('administer comments')) {
drupal_goto("node/{$form['nid']['#value']}");
}
---------------------------------------------------------------------------------------------------------------------------
I've found two temporary solutions to this.
a) Delete the browsers cookies (however visitors will not know to do this).
b) Comment out this block of code. This fixes the problem but allows members to vote an unlimited number of times.
Good luck,
Jake.
Comments
Comment #1
codenamerhubarb commentedHas anybody found a solution to this problem? It's a pity that I have to have it set so that everybody can vote as often as they want.
Comment #2
smk-ka commentedDoesn't happen for me. Since the 'Review this article' and 'reply' links won't be visible at all once you've reviewed a node, said lines only trigger if a user tries to manipulate the url directly (ie. open the page comment/reply/{nid}). But even when I try this, FF properly redirects without complaining.
Comment #3
codenamerhubarb commentedIn the last line I just had to change the word 'node' to 'ebooks' because I had forgotten I'd already set it to go there with pathauto. However, I found a much better solution to my needs. I just downloaded the latest dev version of Fivestar which enables ratings on comments and it handles everything perfectly. I don't even need simple review anymore.
Thanks anyway.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.