• Resolved PrinceOfPersia

    (@princeofpersia)


    Recently I upgraded my Debian version to latest ‘Wheezy’ (7.0) version and I have the feeling that this plugin is not counting correct anymore. When I check with Jetpack statistics I have much more visitors then this plugin reports me. Further I have feeling that the individual posts counts are not increasing anymore.

    Do you have any idea what can cause this? Anything I can test for you to find out issue?

    Debug logging shows:

    Count per Day – DEBUG: 0.001 s 1.Server: Apache/2.2.22 (Debian)
    PHP: 5.4.4-7
    mySQL Server: 5.5.24-8
    mySQL Client: 5.5.24
    WordPress: 3.4.2
    Count per Day: 3.2.4
    Time for Count per Day: 2012-09-26 10:20
    URL: eye-vision.homeip.net/
    PHP-Memory: peak: 37.84 MB, limit: 256M
    2.POST:
    array(0) { }

    http://wordpress.org/extend/plugins/count-per-day/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter PrinceOfPersia

    (@princeofpersia)

    Plugin Author tom-braider

    (@tom-braider)

    shows the debug info any error on a page which should be counted?
    on your page is see at the moment 64 visitors yesterday, so it counts visits.

    Thread Starter PrinceOfPersia

    (@princeofpersia)

    Thank you for quickly responding.

    I just fixed the issue today which was due to my Portforwarding on my Router. I found out that beside updating my Debian version I also updated the firmware of my Netgear 3700 router with latest version of DD-WRT. At that time I noticed that port-forwarding was not working and I needed to put a iptables command to get it working. First I used next command

    iptables -t nat -A POSTROUTING -j MASQUERADE

    However I found out that at the time it reached my website the source ip-address was always 192.168.1.1. This way the plugin thought that request were always coming from the same ip-address.

    When I changed the iptables into next command:

    iptables -t nat -I POSTROUTING -o br0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j MASQUERADE

    all is working correctly.

    You can put this thread to [Resolved] and close the case.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Count per Day] After upgrade of Debian not counting accurate anymore’ is closed to new replies.