Viewing 1 replies (of 1 total)
  • Thread Starter hshivley

    (@hshivley)

    I discovered a simple solution to this problem for all others suffering from the same.

    Simply add this:

    define(‘DONOTCACHEPAGE’, true);
    define(‘DONOTCACHEDB’, true);
    define(‘DONOTCACHCEOBJECT’, true);

    at the top of your page view plugin.

    It worked for me.

Viewing 1 replies (of 1 total)
  • The topic ‘page views not counting correctly’ is closed to new replies.