Oh, and it’s not a corrupted file. Line 350 of statpress.php looks like this:
if(filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4, FILTER_FLAG_NO_PRIV_RANGE))
That’s one parameter too much. The manual entry for filter_var() states, that only three parameters may be used:
filter_var ( mixed $variable [, int $filter [, mixed $options ]] )
I got the same problem after upgrading to 1.5.0.3
Yes, it does, I had to reenable the widget after de- and reactivating the plugin. But noe everything looks good…
That was easy 😉
Worked for me too.
Thanks!