Plugin throws errors
-
on php 8.2+ (latest WP version) we get this error after plugin activation (se WP_DEBUG & WP_DEBUG_DISPLAY to enabled):
Warning: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php on line 42 Warning: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php on line 53 Warning: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php on line 54 Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/vendor/checkout/checkout-sdk-php/lib/Checkout/AbstractStaticKeysCheckoutSdkBuilder.php on line 42 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php:42) in /var/www/html/wp-admin/includes/misc.php on line 1438 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php:42) in /var/www/html/wp-includes/functions.php on line 7137 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php:42) in /var/www/html/wp-admin/admin-header.php on line 9 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php:42) in /var/www/html/wp-includes/option.php on line 1715 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/plugins/checkout-com-unified-payments-api/lib/class-checkout-sdk.php:42) in /var/www/html/wp-includes/option.php on line 1716
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.