• Hi,

    I’m trying to hash all the exisiting IP addresses using this function. I click the option, the page finishes loading and just leaves an empty screen (wordpress menu is still there, just no content).

    The IP addresses are not hashed.

    Im running php 5.4.45, latest version of plugin and wordpress.

    Do you have any idea what might be happening?

    Many thanks

    Arthur

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arthurrandom

    (@arthurrandom)

    Update, for anyone experiencing the same problems:

    There’s a lot of records in there, 50000+. So I Increased the memory limit in PHP using this in wp-config.php

    define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

    Which got me a bit further. When I tried again I got a response screen

    ‘IP Addresses replaced with hash values’

    However, when I looked in the database I found the IP’s had not been hashed…

    Thread Starter arthurrandom

    (@arthurrandom)

    Double update, I reran the hash ip and it worked this time.

    I had added this code to the plugin

    $wpdb->show_errors();
    $wpdb->print_error();

    In the relevant optimisation hash ips section

    So to be honest I presume this didn’t affect it, but I had put it in when it worked so sharing in case it helps anyone

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hash IP Address not working’ is closed to new replies.