Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    Bug, fix submitted should be out shortly.

    In the mean time if you need a fix, edit includes/class/statistics.class.php, line 112:

    if( esc_sql(strip_tags($_SERVER['HTTP_REFERER'])) ) {

    should be

    if( !esc_sql(strip_tags($_SERVER['HTTP_REFERER'])) ) {

    Notice the missing ! in front of esc_sql().

    Thread Starter Hills

    (@tianchx)

    Thank Greg Ross for your solution. i’ll modify the code and wait for the results.

    Thread Starter Hills

    (@tianchx)

    OK! it seems work well!

    Excellent – thanks for posting this! Love this plugin, happy to have ditched Jetpack

    Plugin Contributor Greg Ross

    (@gregross)

    Now if only they’d pull After the Deadline back out of JetPack it would be great ??

    Plugin Contributor Greg Ross

    (@gregross)

    Closing topic.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All Search Engine Referrals are "0"?’ is closed to new replies.