MyBB Community Forums

Full Version: Login Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good evening, I have the following error

Authorization code mismatch. Do you have access to this feature right? Come back and try again.

I found this guide here but I can't find the routes Sad
https://community.mybb.com/thread-218862...pid1309973
what do you mean with "routes"?
(2023-11-04, 01:16 PM)bv64 Wrote: [ -> ]what do you mean with "routes"?

I cant find destination folder or file for example 
Locate the <form> tag
Add the missing <input> element




Can you help me how to fix this error ?
you have to edit the templates in ACP
Yes go to

Template & Style -> Templates -> Select my theme Flate templates after then what should i do?
follow the instruction from the thread you linked

find the four templates
error_nopermission you'll find in Error Message Templates

header_welcomeblock_guest you'll find in Header Templates

member_login you'll find in Member Templates

portal_welcome_guesttext you'll find in Portal Templates

open this categories and open the corresponding template

find the form-Tag in the template and add the missing

<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
(2023-11-04, 05:05 PM)bv64 Wrote: [ -> ]follow the instruction from the thread you linked

find the four templates
error_nopermission you'll find in Error Message Templates

header_welcomeblock_guest you'll find in Header Templates

member_login you'll find in Member Templates

portal_welcome_guesttext you'll find in Portal Templates

open this categories and open the corresponding template

find the form-Tag in the template and add the missing

<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
this code there is every where.  But i have the same problem
When exactly does the problem occur?
I am Having the same issue:  Authorization code mismatch. Do you have access to this feature right? Come back and try again.

I downloaded the fix and uploaded it, and i copied the fix links you all gave us... thing is I can not log in to run anything...i am at Guest account