MyBB Community Forums

Full Version: Error message when moderating threads after update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am getting the following message when attempting to moderate threads:

"Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again."

This happened after updating to the latest version of MyBB (1.8.12). I have tried to change the files noted in many other posts about this issue but to no avail. Maybe I am doing something wrong but I am unsure what. Any help is greatly appreciated. 

The forum URL is www.janetscloset.com/forums
Warning: There is some adult content on these forums

Thank you,
Trevor


Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again.
Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again.
You need to update your header template

from
<script type="text/javascript" src="https://janetscloset.com/forums/jscripts/jquery.js?ver=1800"></script>
<script type="text/javascript" src="https://janetscloset.com/forums/jscripts/jquery.plugins.min.js?ver=1800"></script>
<script type="text/javascript" src="https://janetscloset.com/forums/jscripts/general.js?ver=1800"></script>

to
<script type="text/javascript" src="https://janetscloset.com/forums/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="https://janetscloset.com/forums/jscripts/jquery.plugins.min.js?ver=1806"></script>
<script type="text/javascript" src="https://janetscloset.com/forums/jscripts/general.js?ver=1810"></script>
Thank you for the reply. I have made this change. Unfortunately the issue is persisting.
I'm still trying to solve this. I have went through the related threads several times but still no luck. If anyone can help I would really appreciate it.