PDA

View Full Version : Double Posts Problem!


BULLDOG
08-18-2014, 07:10 AM
Running vB 4.2.1, we are currently experiencing:

1) Pop up notice asking if you want to navigate away or stay on the page when submiting a post

2) Choosing staying on the page submits the post...but TWO times!

How do we fix this, please?

CAG CheechDogg
08-18-2014, 07:17 AM
Hmmm...I recently had this problem myself ... It was a javascript conflict somewhere ...

What have you changed or installed recently that has javascript ...

BULLDOG
08-18-2014, 07:32 AM
The owner installed some patches recently:

A security issue has been found that affects all versions of vBulletin including 3.x, 4.x and 5.x. We have released security patches to account for this vulnerability. This includes patches for vBulletin 3.8.7, vBulletin 4.2.2 and all versions of vBulletin 5. The patch is also applied to vBulletin 5.1.0 RC1. It is imperative that you apply these patches as soon as possible.

Due to functionality changes, the minimum PHP version for the patch is 5.2.0. This represents an increase for vBulletin 3. Alternatively customers can install the JSON functions separately via http://pecl.php.net/package/json in which case it will work with any compatible PHP version that their particular version of vBulletin supports. You will need to collaborate with your hosting provider or systems administrator to apply the changes to PHP.

All patches can be found at http://members.vbulletin.com/patches.php
This includes:
vBulletin 5.0.5 PL1
vBulletin 4.2.2 PL1
vBulletin 3.8.7 PL3
vBulletin 3.8.7 MAPI

You can find DIFF Patches for other versions here:
http://www.vbulletin.com/forum/node/4024547

ozzy47
08-18-2014, 09:10 AM
It may be from a mod, try disabling them all and see if the issue still persists.

Open your includes/config.php file and below<?php add this line:

define('DISABLE_HOOKS', true);

So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2

BULLDOG
08-18-2014, 09:37 AM
Can this be located in the ACP?

ozzy47
08-18-2014, 09:41 AM
No, it should be done in the config file, to ensure all plugins are off.

But if you really must try it, ACP --> Settings --> Options --> Plugin/Hook System and set Enable Plugin/Hook System to NO

BULLDOG
08-18-2014, 09:59 AM
Thanks! I've disabled the hook system via the ACP... let's hope it works.

--------------- Added 1408359910 at 1408359910 ---------------

... and just got the "Do you want to navigate away from this page" notice again!

ozzy47
08-18-2014, 10:13 AM
Then it is still possible there could be a plugin firing, as doing it from the ACP don't always disable everything.

What version of PHP are you running?

Perhaps you can try the fix described here, http://tracker.vbulletin.com/browse/VBIV-14250?focusedCommentId=144001&page=com.atlassian.jira.plugin.system.issuetabpane ls%3Acomment-tabpanel#action_144001

You will have to be logged in to vB.com in order to see it.

Wolver2
08-18-2014, 02:46 PM
I am having the same issue the last few days!!!

I havent installed any new mods/plugins the last few months and still get the same problem

By the way only happens on Quick Reply.. Not sure why..

BULLDOG
08-18-2014, 03:56 PM
Okay, we've now disabled hooks both in the ACP and in the includes/config.php file as per post # 4...

BUT now the "Helpful Answers" are not showing anymore... they ARE enabled in the ACP Settings / Options, though..

How do we get the "Helpful Answers" back, please?

ozzy47
08-18-2014, 04:30 PM
So did disabling tha hooks fix the original issue?

Max Taxable
08-18-2014, 04:42 PM
I've had this happen when there is a hook firing twice, usually due to a plugin. You need to move the function to a hook like global_start where it only runs once per page... This way it never gets re-declared.

BULLDOG
08-19-2014, 05:24 AM
So did disabling tha hooks fix the original issue?

No.

So we've enabled the hooks again.

We still get the double posts (but have enabled double posts checking so that we get the "Updated:" and silver line separation between two identical posts that are then put in one single post).

We also still get the notice if "Do you want to navigate from this page".

It's driving us nuts!!!

tbworld
08-19-2014, 06:19 AM
No.

When you disable the hook/plugin system you are disabling all additional products that you may have added to vbulletin.


Okay, we've now disabled hooks both in the ACP and in the includes/config.php file as per post # 4...

BUT now the "Helpful Answers" are not showing anymore... they ARE enabled in the ACP Settings / Options, though..


Because most modifications use the hook/plugins system, your modification 'Helpful Answers', should not run. That is the whole point in disabling the hooks/plugin system -- to see if you board works under a default setup. :)



How do we get the "Helpful Answers" back, please?
So we've enabled the hooks again.

We still get the double posts (but have enabled double posts checking so that we get the "Updated:" and silver line separation between two identical posts that are then put in one single post).


This appends the current post to the last post if the last post was within certain time limits. It does not check for 'duplicate posts' more like "consecutive posts by the same poster".


We also still get the notice if "Do you want to navigate from this page".
It's driving us nuts!!!


---------------------------------------------------

(REFERENCE)
*Check Error* = Check to see if: "Do you want to navigate from this page" does not appear.

1.) Shut off hooks/plugins. *Check Error*.

2.) Fix any JavaScript errors on your page as this will certainly create problems with the ckeditor as @Cag Cheechdog suggested. This will cause the problem you are seeing under the right circumstances. After repairing the JavaScript errors, *Check Error*.

3.) At this point vbulletin should be working and *Check Error* should not exist. If the problem still exists then stop here and obtain further assistance.

4.) Re-enable the plugins/hook system. Disable, all non vBulletin products -- this is all the modifications you have added to the board. Then *Check Error*. If everything is working well, then continue, else stop and obtain further assistance.

5.) Enable Helpful Answers and *Check Error*. If all is well at this point then the problem is due to one of your other products that you have added. You will have to enable them one by one to find which product is causing you problems.

This is really just a summary of all the great suggestions given above by the members of vbulletin.org, but it seems you missed the overall picture, which is why you came full circle. I hope this gives you a better picture of the troubleshooting steps. :)

I am tired, I am going to bed. :)

BULLDOG
08-19-2014, 08:02 AM
I actually did follow your instructions by for instance turning off hooks and "check errors"...

Now, I found errors after disabling hooks. So went back here asking for further assistance.

Enabled hooks, "checked for errors" to find that the problems are still there.

We haven't got any non vBulletin products installed nor any modifications.

Yes, Javascript errors were mentioned in this thread, but not really how to FIX them!

This is why I went here, asking for your help...

ForceHSS
08-19-2014, 08:51 AM
Did you disable all plugins via the config

Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);Use notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files

ozzy47
08-19-2014, 09:27 AM
Did you disable all plugins via the config

Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);Use notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files

Yes that was covered in post #2 and answered in post #10

ozzy47
08-19-2014, 09:40 AM
I actually did follow your instructions by for instance turning off hooks and "check errors"...

Now, I found errors after disabling hooks. So went back here asking for further assistance.

Enabled hooks, "checked for errors" to find that the problems are still there.

We haven't got any non vBulletin products installed nor any modifications.

Yes, Javascript errors were mentioned in this thread, but not really how to FIX them!

This is why I went here, asking for your help...

Did you try the fix I mentioned here?

What version of PHP are you running?

Perhaps you can try the fix described here, http://tracker.vbulletin.com/browse/VBIV-14250?focusedCommentId=144001&page=com.atlassian.jira.plugin.system.issuetabpane ls%3Acomment-tabpanel#action_144001

You will have to be logged in to vB.com in order to see it.

BULLDOG
08-19-2014, 10:34 AM
I PM'ed the link to the owner but he said he couldn't see the thread even after having logged in...

--------------- Added 1408448344 at 1408448344 ---------------

What is even more weird is that we've enabled the double posts checking which seems to work.

Here's an example from the forum:

JKP RR in a Pre Barling.

14482

- - - Updated - - -

JKP RR in a Pre Barling.

14482

HOWEVER, when I post something, I get the "Do you want navigate from this page" notice, and it submits two posts after eachother; i.e. without the separator and therefore NOT in one post.

ozzy47
08-19-2014, 10:42 AM
You still have not specified your PHP version. :)

BULLDOG
08-19-2014, 10:48 AM
Sorry... it's PHP 5.4.31

ozzy47
08-19-2014, 10:55 AM
That is most likely the issue, you need to upgrade to the latest vB version, or downgrade your PHP to one of the 5.3.x versions.

BULLDOG
08-19-2014, 11:24 AM
Okay, we will try that... I will get back to you what the result is.

Thanks so far!

ozzy47
08-19-2014, 11:36 AM
Not a problem. :)

BULLDOG
08-19-2014, 11:42 AM
One thing puzzles me, though:

Why do members get the "Double post" notification and have their identical posts merged into one when I don't get this with my account??

What I get is this "Want to navigate from this page" and TWO posts (not merged).

I mean: the double post check (enabled) should work for ALL, or am I mistaken?

ozzy47
08-19-2014, 11:47 AM
Not sure, maybe because you are admin.

ForceHSS
08-19-2014, 12:09 PM
Yes that was covered in post #2 and answered in post #10
Post 4 it was answered I must of missed that one

Wolver2
08-19-2014, 12:11 PM
I found a solution for my forum:

Options->General Settings->Disable AJAX Features->Disable problematic Ajax Feautures

ozzy47
08-19-2014, 12:50 PM
Yeah that's a possibility, but there will be other issues as the OP's version ov vB is not compatable with his PHP version.

BULLDOG
08-19-2014, 01:16 PM
I found a solution for my forum:

Options->General Settings->Disable AJAX Features->Disable problematic Ajax Feautures

That actually seems to have fixed the double posting problems!

THANKS!

ozzy47
08-19-2014, 04:50 PM
You stil need to do as I suggested, or you will run into more issues. :)

Wolver2
09-10-2014, 09:20 PM
I found a solution for my forum:

Options->General Settings->Disable AJAX Features->Disable problematic Ajax Feautures

Also after changing:

Message Posting Doublepost Options
Time Check Limit -> 5


After this I bumped into new Issues! The forum is very quick, but when I post a new Post/Thread its very very slow... really slow.. but only while posting.
No more double post but then that happens..

Not sure if timecheck limit or cause ajax is disabled

tbworld
09-11-2014, 12:26 AM
Did you resolve the PHP issue discussed in post #19?