• Resolved marshop98

    (@marshop98)


    Leider geht die Zahlung über PayPal Plus nicht mehr.
    Fehlermeldung: Fehler im Bestellvorgang. Versuche es bitte erneut.

    Error Log:
    PHP message: PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/wp/disk/wordpress/wp-content/plugins/woo-paypalplus/lib/PayPal/Common/PayPalModel.php on line 179

    Habe auch schon versucht den Code anzupassen von (in line 179)
    } else if (sizeof($v) <= 0 && is_array($v) ) {
    zu
    } else if (is_array($v) && sizeof($v) <= 0) {

    dann kommt aber einer anderer php error. Php Version 7.2. Auf 7.1/7.0 ist der Fehler auch.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fehler im Bestellvorgang. Versuche es bitte erneut. PHP Error in Line 179’ is closed to new replies.