• Getting this in my debug.log file:-

    PHP Notice: Undefined variable: netmask_decimal in /home/XXXXXXX/public_html/wp-content/plugins/iq-block-country/libs/blockcountry-validation.php on line 286

    Think you need to change:-
    return ( ( $iqbc_ip_decimal & $netmask_decimal ) == ( $iqbc_range_decimal & $iqbc_netmask_decimal ) );
    to:-
    return ( ( $iqbc_ip_decimal & $iqbc_netmask_decimal ) == ( $iqbc_range_decimal & $iqbc_netmask_decimal ) );

    ?????

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

    (@farnely)

    With an error like this, something won’t be working right somewhere so any timeline on getting this fixed please?

Viewing 1 replies (of 1 total)
  • The topic ‘Undefined Variable in Version 1.2.17’ is closed to new replies.