vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Double-posting by admins? (https://vborg.vbsupport.ru/showthread.php?t=314384)

Boylen33 09-18-2014 10:18 PM

Double-posting by admins?
 
I am having an issue where whenever my admins post something, it seems to double post. any reason as to why this is happening an possible fix?

ozzy47 09-18-2014 10:39 PM

What version of vBulletin are you running?
What version of PHP are you running?
Does the same thing happen with all mods disabled?

Boylen33 09-18-2014 10:50 PM

Quote:

Originally Posted by ozzy47 (Post 2515653)
What version of vBulletin are you running?
What version of PHP are you running?
Does the same thing happen with all mods disabled?


Running VB 4.2.2 with Patch Level 1.
PHP version 5.3.23.

Haven't tried it with all mods disabled yet....

ozzy47 09-18-2014 11:03 PM

I would try with all mods disabled then.

To temporarily disable all mods:
Open your includes/config.php file and below<?php add this line:

PHP Code:

 define('DISABLE_HOOKS'true); 

So it looks like this:
PHP Code:

<?php
define
('DISABLE_HOOKS'true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2

Then see if the issue still persists.

After testing, then remove the define('DISABLE_HOOKS', true); from the includes/config.php file

Boylen33 09-18-2014 11:28 PM

Quote:

Originally Posted by ozzy47 (Post 2515658)
I would try with all mods disabled then.

To temporarily disable all mods:
Open your includes/config.php file and below<?php add this line:

PHP Code:

 define('DISABLE_HOOKS'true); 

So it looks like this:
PHP Code:

<?php
define
('DISABLE_HOOKS'true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2

Then make sure all files are loaded to the proper place, and re import the xml, then remove the define('DISABLE_HOOKS', true); from the includes/config.php file


Reimport which XML?

ozzy47 09-18-2014 11:30 PM

Whoops, sorry, ignore that part, it should read:

Then see if the issue still persists. :)

Boylen33 09-19-2014 12:04 AM

Quote:

Originally Posted by ozzy47 (Post 2515665)
Whoops, sorry, ignore that part, it should read:

Then see if the issue still persists. :)

I disabled all mods by following your instructions and it seemed to remedy the problem.

What should I do now?

ozzy47 09-19-2014 12:05 AM

Remove the line from the includes/config.php file, then disable your mods manually in Plugins & Products, one at a time till you find the culprit. :)


All times are GMT. The time now is 11:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01007 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete