MyBB Community Forums

Full Version: authorization code mismatch - simplelikes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi everyone. authorization code mismatch error for simplelikes plugin whenever i click "like" on a post.

what is this fix?  Angel
(2018-07-26, 12:19 AM)makpaolo Wrote: [ -> ]hi everyone. authorization code mismatch error for simplelikes plugin whenever i click "like" on a post.

what is this fix?  Angel

Had you done your search on MyBB you would have found this THREAD.
(2018-07-26, 12:40 AM)Serpius Wrote: [ -> ]
(2018-07-26, 12:19 AM)makpaolo Wrote: [ -> ]hi everyone. authorization code mismatch error for simplelikes plugin whenever i click "like" on a post.

what is this fix?  Angel

Had you done your search on MyBB you would have found this THREAD.

that code has been added to all templates that include
<form action="member.php"

but still get error my friend.
(2018-07-26, 01:14 AM)makpaolo Wrote: [ -> ]
(2018-07-26, 12:40 AM)Serpius Wrote: [ -> ]
(2018-07-26, 12:19 AM)makpaolo Wrote: [ -> ]hi everyone. authorization code mismatch error for simplelikes plugin whenever i click "like" on a post.

what is this fix?  Angel

Had you done your search on MyBB you would have found this THREAD.

that code has been added to all templates that include
<form action="member.php"

but still get error my friend.

Are you running the latest MyBB 1.8.17?
makpaolo can you send the content of template "simplelikes_likebutton"?
(2018-07-26, 10:43 AM)chack1172 Wrote: [ -> ]makpaolo can you send the content of template "simplelikes_likebutton"?

<a id="likeButton_post_{$post['pid']}" class="postbit_like" title="{$buttonText}"
   href="xmlhttp.php?action=like_post&amp;post_id={$post['pid']}&amp;my_post_key={$mybb->post_code}">
    <span class="postbit_like__text">
        {$buttonText}
    </span>
</a>
What is your forum url?