Invalid argument supplied for foreach()
-
Buongiorno,
nei nostri log abbiamo notato il seguente warning:
Invalid argument supplied for foreach()
L’errore viene generato dalla riga 363 del file gestpay-for-woocommerce.php:
foreach ( $available_gateways as $gateway_id => $gateway ) {Si dovrebbe risolvere aggiungendo
if (is_array(available_payment_gateways)) {
prima del foreach.
E’ possibile farlo?Grazie.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Invalid argument supplied for foreach()’ is closed to new replies.