MyBB Community Forums

Full Version: "Double-Posting" Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi Folks

For some reason, one of my forum members posts are appearing twice (see example below)....this is only happening to her and no-one else.

Any ideas what might be causing this?

Cheers

[Image: Capture.gif]
If it's just her it has to be her browser.
(2011-04-24, 07:43 AM)pyridine Wrote: [ -> ]If it's just her it has to be her browser.

That's what I thought - but she runs a Proboards forum and on there, and all the other forums she visits regularly, it doesn't happen - that's why I thought it pointed back to myBB!

Do you have any plugins enabled?
Try to add the following to /path/to/mybb/inc/init.php below "<?php" and save the file:
define('NO_PLUGINS', true);
Now ask her to try to post again. If the post appears once now, it's a plugin problem. Post a list of plugins you have enabled.

After testing, you can remove that line from above again.
(2011-04-24, 08:16 AM)Aries-Belgium Wrote: [ -> ]Do you have any plugins enabled?
Try to add the following to /path/to/mybb/inc/init.php below "<?php" and save the file:
define('NO_PLUGINS', true);
Now ask her to try to post again. If the post appears once now, it's a plugin problem. Post a list of plugins you have enabled.

After testing, you can remove that line from above again.

Thanks for that - I'll have to contact her to arrange a test posting

The plugins we have installed are:
Akismet
Ajax PM Notification
Fit on Page
ProStats
Return To Top Postbit button
Spell Checker
Stop Forum Spam

Which MyBB version are you running? This problem was fixed in 1.6.3: http://dev.mybb.com/issues/1501
(2011-04-24, 09:11 AM)StefanT Wrote: [ -> ]Which MyBB version are you running? This problem was fixed in 1.6.3: http://dev.mybb.com/issues/1501

Ah! Maybe she uses Quick Reply...I'll ask her

I'm still on 1.6.2 Stefan - upgrading to 1.6.3 after Easter

Hi folks,

One of my users has the same double posting issue (he is using IE 9.2 and the Quick Reply button). So I read through some threads on the forum and looked at this ticket: http://dev.mybb.com/issues/1501

I am not sure how to interpret the ticket, apologies - does the info on this ticket tell me that this issue is closed (if so, does this mean fixed?) or deferred (if so, is there an ETA on when it might be looked at)?

Thanks!
This was fixed in 1.6.3, what version are you running...??
1.6.3...
Pages: 1 2