2011-02-09, 19:54:47
Quote:This indicates a token problem, a verification value saved in session. Check if you can access and manipulate $_SESSION, and compare the two tokens versions :
You should have two identical values, like :Code:echo $_POST['p01-contact_form']['token'];
echo $_SESSION['p01-contact_token'];
Code:7ddb371fd9795e4342c82fb29132d3c24d517d97502de5.49937571
7ddb371fd9795e4342c82fb29132d3c24d517d97502de5.49937571
Thank you for advice! The question is how to do this? I mean how to display those tokens
Regards,
Bartosz