bepoostrava
Forum Replies Created
-
After updating to 5.2.2, the warning still appears:
Warning: Undefined array key 1 in wp-content/plugins/wpify-woo/src/Modules/QRPayment/QRPaymentModule.php on line 877This issue seems related to missing index checks in the QR Payment module.
Please add properisset()or array index validation to prevent this warning.The problem persists even after updating to version 5.2.2.
Hello,
thank you for the explanation. That makes perfect sense. I’ll wait for the next update with the fix included.
Thanks again!
Hello,
Even with WP_DEBUG off and after saving QR Payment settings, the warning still appears:
Undefined array key "source" in QRPaymentModule.php on line 869Issue:
$account['source']is not always defined. Please add anisset()check before accessing it, e.g.:if ( isset($account['source']) && ( ! empty($account['source']) || '0' == $account['source'] ) ) { $bacs_data = $this->get_bacs_account_data( $account['source'] ); }Thank you for fixing this.
Hi Moin,
thank you for your detailed reply and suggestions!
I’ve managed to fix the issue on my end, and everything is working properly now.Best regards,
Pavel K.
Hello Oleg,
thank you for the clarification. I’ve checked and confirmed that the heading is visible only for logged-in admin users via the WordPress admin bar, not for regular visitors.
In that case, everything is fine.Best Regards,
Pavel K.
Forum: Plugins
In reply to: [WooCommerce] My Account – tab “Orders”, Mobile versionThanks for the help and advice. I already solved it. The problem was with the “Img Title Removal” plugin, which was supposed to remove titles only from images.
Forum: Plugins
In reply to: [WooCommerce] My Account – tab “Orders”, Mobile versionYes, still the same error, the problem is in WooCommerce.

- This reply was modified 2 years ago by bepoostrava.
Forum: Plugins
In reply to: [WooCommerce] My Account – tab “Orders”, Mobile versionBut I also tried it with other plugins from other providers, e.g. by Crocoblock. The result is always the same. Therefore, I think the error will be in WooCommerce. Thanks for the reply and any advice.
Forum: Plugins
In reply to: [WooCommerce] My Account – tab “Orders”, Mobile versionHi,
thanks for the reply, but that’s not what I meant at all. You must log in, create an order, and then you will see the missing headings (labels) in the “Orders” tab in the mobile version; such as missing order number, order date, etc.
Thank You!
Best Regards,
Pavel K.
