• Buongiorno,
    vi segnalo un bug nello script.

    Errore PHP:
    Uncaught Error: in_array(): Argument #2 ($haystack) must be of type array, string given
    in /home/#####/public_html/wp-content/plugins/scalapay-payment-gateway-for-woocommerce/scalapay-class.php on line 949

    La linea 949 del scalapay-class.php file può essere corretta così:
    if ((@in_array($current_currency, (array)$Scalapay_currencies_set) && @in_array($current_lang, (array)$Scalapay_lang_sets)) || (($current_currency == $Scalapay_currencies_set) && ($current_lang == $Scalapay_lang_sets))) {

  • The topic ‘Bug’ is closed to new replies.