MyBB Community Forums

Full Version: log in Issue after install new theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi 
I did install a new them , Net Pen , after installation  having issue with registration and log in . 
any one can advise please how I can fix the issue 

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

Error

thanks in Advance 
Kind Regards
Russell
Looks like your theme is missing the post_code function. You'll need to add the following code to the templates listed below.

<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
  • error_nopermission
  • header_welcomeblock_guest
  • member_login
  • portal_welcome_guesttext
Once you've done that hard refresh your browser (CTRL+F5) and you should be able to login.