Quote:
Originally Posted by MarkFL
It could be. To test this theory, edit the file:
includes/config.php
to add at the top the line:
PHP Code:
define('DISABLE_HOOKS', true);
and then see if the problem persists. Then when you are done, comment that line out, so it will be there in the future in case you need to turn off all plugins in the future. Change it to:
PHP Code:
//define('DISABLE_HOOKS', true);
|
Nope, I was able to see activity for the others that were online once I added that to the code.