PDA

View Full Version : Post increase when moving threads


AF_staff
07-10-2009, 02:56 AM
Hi everyone,

Whenever we move a thread to any section of our forum, post counts of those users who posted in that thread will increase which is weird because I tried it locally in my PC and I cannot reproduce the problem.

Our forum version is 3.8.3

Any ideas? Thank you in advance! :)

Lynne
07-10-2009, 03:40 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

AF_staff
07-11-2009, 02:25 AM
Hi Lynne,

That's great! I tried to disable the plugins system and the weird post increase is gone! :) So it is a plugin problem...how do I locate the exact plugin, Lynne?

Thanks!

Lynne
07-11-2009, 02:43 AM
To locate the problem plugin, you can try turning them off one by one until the problem goes away. Or, turn them all off and turn them on one by one until the problem occurs.

AF_staff
07-11-2009, 03:11 AM
Ok, Lynne! Thanks again! :)