Still getting “Failed To Verify Referrer” after voting… Anyone?
Me too, same problem.
Probably caused, in my case, by Hyper Cache, deactivating the plugin (Hyper Cache) everything works fine with wp-polls. But before the last update, wp-polls and Hyper Cache coexisted without problems, now it seems that I’ll have to give up to one of them.
I do not have hyper cache =\.
Hi again fac7orx,
I don’t know what version you have installed, but I’m making a test downgrading the plugin version from 2.63 –> 2.62
I believe tried both of those versions, but yeah let me know how it goes.
Ok, test done. The version 2.62 works fine just like before the 2.63 update.
I hope that this thread catches the eye of the developer soon.
It’s not recommended but my site uses cache files.. so wrapping this php code with comment /* — */in wp-polls.php, solved in my case.
/*
if(!check_ajax_referer('poll_'.$poll_id.'-nonce', 'poll_'.$poll_id.'_nonce', false))
{
_e('Failed To Verify Referrer', 'wp-polls');
exit();
}
*/
@lester Chan
W3 Total Cache was updated a few days ago (don’t remember when exactly) and there’s no cache for JS/CSS in the Minify section.
Any suggestions ?
Thanx in advance, great plugin.