I've just installed the 2.2.9 version on my 3.7 vbulletin, and I'm getting this security token error. Any help on how to fix this would be great.
Quote:
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
|
I checked the local_links.php
and local_links_actions.php
and both already have the define('CSRF_PROTECTION', true);
I'm confused as to what I'm missing
I've even gone through all my template files and made sure the
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
was included where needed