Hi,
I'm getting php errors when entries are added to wp_wassup_tmp, indicating that the data is too long for column 'ip'. This happens when an IPv6 address is added that is longer than 35 characters.
I have manually changed the ip column length to 46 (on both wp_wassup_tmp and wp_wassup).
Is there anything else that needs to be changed ?
Perhaps this modif can be built into the next version/update ?