Current time: 03-18-2010, 03:28 AM Hello There, Guest! (LoginRegister)


"Authorisation Code Mismatch" and how to fix it
05-24-2008, 12:08 PM (This post was last modified: 05-25-2008 06:38 AM by Dmac91.)
Post: #71
RE: "Authorisation Code Mismatch" and how to fix it
Im having issues with mine to.
Currently using the Ultrashock skin.

I went to Admin CP - Templates - Find Updated but i just get a massive list with options like Edit Revert and Off.
Find all posts by this user
05-28-2008, 01:49 PM
Post: #72
RE: "Authorisation Code Mismatch" and how to fix it
I'm very very new to mybb.

I recently started making a forum but I'm receiving the same error. I'm using DirectNet Theme. And yes, I've not upgraded to any version but started afresh with the latest version. Can someone help me resolve the problem?

Here's a link to my site http://discussislam.tk/
You can also email me at malik_azeemahmed@hotmail.com or discussislam@gmail.com
Thank you.
Visit this user's website Find all posts by this user
05-28-2008, 08:15 PM
Post: #73
RE: "Authorisation Code Mismatch" and how to fix it
It says in the beginning to upgrade, I'm using the latest version of MYBB, what should I do?
Visit this user's website Find all posts by this user
06-02-2008, 10:36 AM
Post: #74
RE: "Authorisation Code Mismatch" and how to fix it
Yea im using the latest version to so i dont know why its happening.
Find all posts by this user
06-04-2008, 01:32 PM
Post: #75
RE: "Authorisation Code Mismatch" and how to fix it
Anybody home?
Visit this user's website Find all posts by this user
06-04-2008, 03:56 PM
Post: #76
RE: "Authorisation Code Mismatch" and how to fix it
Did you replace the needed things in the DirectNet Theme template-set ?

Visit this user's website Find all posts by this user
06-04-2008, 05:49 PM
Post: #77
RE: "Authorisation Code Mismatch" and how to fix it
Hello,

I am using:-

Your Version: 1.2.13 (1213)
Latest Version: 1.2.13 (1213)

I am also running the SPORTS PRO template

Still getting the A C M!

http://felixstoweharpers.com/forum
Find all posts by this user
06-04-2008, 05:54 PM
Post: #78
RE: "Authorisation Code Mismatch" and how to fix it
I'm starting to wonder if anyone even reads the firstpost of this thread =P

Visit this user's website Find all posts by this user
06-07-2008, 05:14 AM (This post was last modified: 06-08-2008 05:51 AM by HatchlingByHeart.)
Post: #79
RE: "Authorisation Code Mismatch" and how to fix it
(Previously posted Solution no longer works. See my later post on the next page for a genuine fix.)
Find all posts by this user
06-08-2008, 03:46 AM
Post: #80
RE: "Authorisation Code Mismatch" and how to fix it
HatchlingByHeart Wrote:To anyone having this problem (the authorisation code one, NOT the logout one), FORGET the upgrade script, it does not work if you are already using the latest version of MyBB, and do the following:

In your theme's templates, go to New Thread Templates > newthread.

Find:

Code:
<form action="newthread.php" method="post" enctype="multipart/form-data" name="input">
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">

and replace it with:

Code:
<form action="newthread.php" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">


And in your theme's templates, go to Edit Posts Templates > editpost.

Find:

Code:
<form action="editpost.php" method="post" name="editpost"><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

And replace it with:

Code:
<form action="editpost.php" method="post" name="editpost">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Hope this helps, and I can't help but think I'm being more helpful then the Admin or Dev Team.

There are no other places that this line of code should be inserted? One of my admins upgraded to the newest version without having me back up the forum... so now we get this error whenever we try to delete a post.

I already applied all the 11 to 12 fixes for the first time I got this error. The only fix I hadn't applied was the one you posted above. I looked into the templates you suggested to change and they both already have the line right where you suggested to put it.
Find all posts by this user


Forum Jump: