duplicating posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mazinger
    Senior Member
    • Jul 2005
    • 2399
    • 3.7.x

    duplicating posts

    Some of my form members face problem when posting, threads, PMs, posts are duplictaed (posted two times) though they click the submit button one time.

    What could be causing this?
    $post[signature]
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    1. Try uploading original vBulletin version non-image files in ASCII mode (except install.php and images folder) to overwrite those on server



    2. List any files that do not belong or have not been overwritten from an upgrade.
      Admin Control Panel > Maintenance > Diagnostics > Suspect File Versions

      [Note: In some cases you may also need to remove any of the listed .xml files in the includes/xml directory.]

    3. Disable plugins from file includes/config.php and add this right under <?php on the next empty line or uninstall any modification(s) that have not been updated to work with new vBulletin stable release

      PHP Code:
      <?php
      /*======================================================================*\
      || #################################################################### ||
      || # vBulletin 3.8.x - Licence Number xxxxxxx
      || # ---------------------------------------------------------------- # ||
      || # All PHP code in this file is ©2000-2007 Jelsoft Enterprises Ltd. # ||
      || # This file may not be redistributed in whole or significant part. # ||
      || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
      || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
      || #################################################################### ||
      \*======================================================================*/
      Code:
      <?php
      [B][COLOR="Red"]define('DISABLE_HOOKS', true);[/COLOR][/B]
      /*======================================================================*\
      || #################################################################### ||
      || # vBulletin 3.8.x - Licence Number xxxxxxx
      || # ---------------------------------------------------------------- # ||
      || # All PHP code in this file is ©2000-2007 Jelsoft Enterprises Ltd. # ||
      || # This file may not be redistributed in whole or significant part. # ||
      || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
      || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
      || #################################################################### ||
       
      
      /*======================================================================*\
    4. To create a new style, click the [Add New Style] link underneath the main body of the Style Manager. Force all users to use unmodified style.

      This will bring up the Add New Style interface. You then choose [No Parent Style], next view using new style and do you still get this message.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...