Quote:
Originally Posted by iDHKHCM
thanks for getting back to me. We plan to do a sony playstation 3 give away in 2 weeks! lol but to answer your questions
1) nope their not being accepted. Once a member hits "enter me" next page will be the security token message.
2) Yes ive disabled vbux from products same error. Ive even installed credits again and set it to credits in raffle. Same error. Ive reloaded all the raffles files in threw ftp. and XML again. Just dont know what else to try.
|
What version of Raffles did you upgrade from?
I have a feeling I know what the problem is, but I need to know that to be sure.
EDIT: Well no need to tell me what version you upgraded from, I'm pretty sure there's only one thing that can cause this...
Go to ACP->Styles & Templates->Style Manager
Select Edit Templates for your style, scroll down to Raffle Templates and double click on it.
Double click on the raffle_detail template
Locate this line..
Code:
<input type="hidden" name="membertickets" value="{vb:raw membertickets}" />
and ADD this line right after the one above..
Code:
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
Save the template and that should cure the problem.