View Full Version : Double-posting by admins?
Boylen33
09-18-2014, 10:18 PM
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
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:
define('DISABLE_HOOKS', true);So it looks like this:
<?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
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:
define('DISABLE_HOOKS', true);
So it looks like this:
<?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
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. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.