MyBB Community Forums

Full Version: Authorization code mismatch. Are you accessing this function correctly? Please go bac
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i solve this problem ?

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

This is my forum : http://forum.monstermmorpg.com/

Happens when anybody try to subscribe any thread

http://forum.monstermmorpg.com/usercp2.p...n&tid=4851

fixed it with this way anything incorrect ?


this one

<a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}">{$add_remove_subscription_text}</a>

replaced to below

<a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>
I have the same problem when any user tries to subscribe to a thread.

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

if the above code will fix, can you please advise where to put it?

Or better, perhaps someone has a thought on what is causing the issue in the first place?

Note this message appears when trying to subscribe or unsubscribe using the icons at the bottom of the page (below the quick reply menu). The subscription buttons in the menu below the full reply window appear to be working correctly.

Is it coincidence that we are both using "Apart 1" as a theme?

Cheers,

Peter

I should note that I have updated the templates to this date, and the total installation is current.

Thanks,

P
^ that code needs to be corrected in showthread template of the theme
Hi .m., I apologise for the delay in getting back to you, I thought I'd subscribed to THIS thread but obviously hadn't!

Thanks to both of you, I have no idea what that snippet does, but it works!

Regards,

Peter