MyBB Community Forums

Full Version: Getting this error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, im getting this error when tring to move a thread -

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.

I am logged in and i did select a thread.

Edit: Also the quick edit isn't working either.
Another edit: Post counts are wrong.
Do you see any JS error in your browser?
not as far as i can see no.

www.tussaudtimes.co.uk
Also found another problem, i cant remove attatchments

So the error list is -

Can't move a thread.
The quick edit isn't working.
Post counts are wrong.
Cant remove attatchments.
spikescot2005 Wrote:Hi, im getting this error when tring to move a thread -

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.

I am logged in and i did select a thread.

Edit: Also the quick edit isn't working either.
Another edit: Post counts are wrong.

and also i havr this problem

www.3rbgx.zh.md
spikescot2005 Wrote:Hi, im getting this error when tring to move a thread -

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.

I am logged in and i did select a thread.

Edit: Also the quick edit isn't working either.
Another edit: Post counts are wrong.

A modification you've made to the templates has caused a javascript error which is breaking MyBB.

You need to open up the headerinclude template and find:
<script type="text/javascript" src="jscripts/lightbox.js"></script>
<!--
var cookieDomain = ...

Above the <!-- you need to add:
<script type="text/javascript">




SILK_GX Wrote:
spikescot2005 Wrote:Hi, im getting this error when tring to move a thread -

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.

I am logged in and i did select a thread.

Edit: Also the quick edit isn't working either.
Another edit: Post counts are wrong.

and also i havr this problem

www.3rbgx.zh.md

First make sure you have Javascript enabled.

Are there any Javascript errors appearing?

If you are using Firefox, go to Tools > Javascript Console. Take note of any errors that appear for your site and mention them here.

If you are using Internet Explorer check the lower left area of your status bar for an alert icon or something along the lines of "Page contains errors". Click the icon to open the Javascript error window.
there is an eror in ie
but only in thraeds
http://www.3rbgx.zh.md/showthread.php?ti...d=12#pid12
i think its from flag and sex fields i had put in postbit
You will need to paste a screenshot of the javascript error or at least say what it is - as a guest I do not see any javascript errors.
[quote=Chris Boulton]


A modification you've made to the templates has caused a javascript error which is breaking MyBB.

You need to open up the headerinclude template and find:
<script type="text/javascript" src="jscripts/lightbox.js"></script>
<!--
var cookieDomain = ...

Above the <!-- you need to add:
<script type="text/javascript">




i didnt make any modificatiob to headerinclude template
and i chexked it now
its lik this
<script language="Javascript" type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
I was not talking to you in regards to that.

I asked you to provide me with the exact error message you were receiving.
Pages: 1 2