MyBB Community Forums

Full Version: Subscribe Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
While Subscribing to Threads Error message getting HuhHuh

" Authorization code mismatch. Are you accessing this function correctly? Please go back and try again. "

[Image: attachment.php?aid=21315]

Revert the forumdisplay_threadlist template to default.
through admin panel ?.
Yes. Go to: ACP > Templates > Forumdisplay Templates > Revert the forumdisplay_threadlist template to default.
done, but again that error showing Sad
Go to: ACP > Templates > Showthread Templates > showthread > Find:
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}">{$add_remove_subscription_text}</a></li>

Replace with:
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
replaced, its fixed, thanks
Thanks Wink
I just did what you said yaldarm and it worked Big Grin
Thanks. Wink