• ttodua

    (@ttodua)


    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)
  • Thread Starter ttodua

    (@ttodua)

    in lib/class-chechout.php in construct>get_option, there is no default, so it gets empty value. to workaround that, you should go to plugin’s settings page once and click save, so it would save some default options. then refresh page

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.