Hi,
ich habe heute die Bilder meiner Webseite resized und hochgeladen und dabei ständig mit Google PageSpeed versucht, alles zu optimieren.
Jetzt habe ich aber folgende Fehlermeldung auf meiner Seite, ohne jemals die class-wc-geo-ip geändert zu haben...
ZitatWarning: inet_pton(): Unrecognized address 2a02:8388:8a02:6380:49a8:d0de:d770:ddd7 in /home/.sites/123/site5586569/web/wordpress/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 1639 Warning: unpack(): Type C: not enough input, need 1, have 0
in /home/.sites/123/site5586569/web/wordpress/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 1511 Warning: array_merge(): Argument #1 is not an array in /home/.sites/123/site5586569/web/wordpress/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 1511
Warning: inet_pton(): Unrecognized address 2a02:8388:8a02:6380:49a8:d0de:d770:ddd7 in /home/.sites/123/site5586569/web/wordpress/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 1639 Warning: unpack(): Type C: not enough input, need 1, have 0
in /home/.sites/123/site5586569/web/wordpress/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 1511
Warning: array_merge(): Argument #1 is not an array in /home/.sites/123/site5586569/web/wordpress/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php on line 1511
folgender Code in den Zeilen 1507-1511:
public function _geoip_seek_country_v6( $ipnum ) {
// arrays from unpack start with offset 1
// yet another php mystery. array_merge work around
// this broken behaviour
$v6vec = array_merge( unpack( 'C16', $ipnum ) );
und 1638-1641
public function geoip_country_id_by_addr_v6( $addr ) {
$ipnum = inet_pton( $addr );
return $this->_geoip_seek_country_v6( $ipnum ) - self::GEOIP_COUNTRY_BEGIN;
}
hat irgendjemand eine Ahnung, was da los sein kann? :/
Liebe Grüße,
Duke