Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

After updating the Hyyan WooCommerce Polylang Integration doesn't work on pages with options, Fatal error: Uncaught TypeError: #571

Open
JosefinBerger opened this issue Mar 13, 2022 · 0 comments

Comments

@JosefinBerger
Copy link

JosefinBerger commented Mar 13, 2022

Hi!

I have a small webshop and updated my Wordpress, WooCommerce and other plugins, and the Hyyan WooCommerce Polylang Integration now don't work on the pages where I have options: https://inthedreaminggarden.se/en/product/cake-party-card/ . See the error code below. I have tested to disable all plugins and then turn them on, and that way I saw that it was the Hyyan WooCommerce Polylang Integration that made this happen. In case anyone here have the time to help I would be super grateful :) Best wishes Josefin

Can you reproduce this issue on default Wordpress theme (eg Storefront)?

I have tested the issue here as well https://inthedreaminggarden.se/1/en/product/cake-party-card and turned off all plugins, then the card pages worked, and when I turned on the Hyyan WooCommerce Polylang Integration there was a problem with those card pages as well.

Can you reproduce this issue when all other plugins are disabled except WooCommerce, Polylang and Hyyan WooCommerce Polylang Integration? Yes.

What product versions and settings are you using when this issue occurs?

  • PHP: 8.0.11
  • WordPress: 5.9.2.
  • WooCommerce: Version 6.3.1
  • Polylang: [state if using Polylang PRO] Version 3.1.4, free version
  • Hyyan WooCommerce Polylang Integration: Version 1.5.0
  • Browser: Firefox

Steps to Reproduce

  1. I updated Wordpress,
  2. I updated all plugins.
  3. and the WooCommerce database.

What I Expected

I expected the store to work as before I updated.

What Happened Instead

Now the pages with cards, where you choose between cards & postcards don't work.

WordPress Environment

Error code:
Fatal error: Uncaught TypeError: NumberFormatter::format(): Argument #1 ($num) must be of type int|float, string given in /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/LocaleNumbers.php:97 Stack trace: #0 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/LocaleNumbers.php(97): NumberFormatter->format('', 3) #1 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/class-wp-hook.php(307): Hyyan\WPI\LocaleNumbers->getLocalizedDecimal('', '') #2 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/plugin.php(189): WP_Hook->apply_filters('', Array) #3 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/includes/wc-formatting-functions.php(355): apply_filters('woocommerce_for...', '', '') #4 [internal function]: wc_format_localized_decimal('') #5 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/includes/wc-formatting-functions.php(1312): array_map('wc_format_local...', Array) #6 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php(370): wc_format_dimensions(Array) #7 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php(312): WC_Product_Variable->get_available_variation(Object(WC_Product_Variation)) #8 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/includes/wc-template-functions.php(1727): WC_Product_Variable->get_available_variations() #9 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/class-wp-hook.php(307): woocommerce_variable_add_to_cart('') #10 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #11 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #12 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/includes/wc-template-functions.php(1675): do_action('woocommerce_var...') #13 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/class-wp-hook.php(307): woocommerce_template_single_add_to_cart('') #14 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #15 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #16 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/templates/content-single-product.php(60): do_action('woocommerce_sin...') #17 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/template.php(772): require('/storage/conten...') #18 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/includes/wc-core-functions.php(284): load_template('/storage/conten...', false) #19 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woocommerce/templates/single-product.php(37): wc_get_template_part('content', 'single-product') #20 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-includes/template-loader.php(106): include('/storage/conten...') #21 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-blog-header.php(19): require_once('/storage/conten...') #22 /storage/content/96/192496/inthedreaminggarden.se/public_html/1/index.php(17): require('/storage/conten...') #23 {main} thrown in /storage/content/96/192496/inthedreaminggarden.se/public_html/1/wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/LocaleNumbers.php on line 97

``` Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin here. ``` ` ### WordPress Environment ###

WordPress address (URL): https://inthedreaminggarden.se
Site address (URL): https://inthedreaminggarden.se
WC Version: 6.3.1
REST API Version: ✔ 6.3.1
WC Blocks Version: ✔ 6.9.0
Action Scheduler Version: ✔ 3.4.0
WC Admin Version: ✔ 3.2.1
Log Directory Writable: ✔
WP Version: 5.9.2
WP Multisite: –
WP Memory Limit: 512 MB
WP Debug Mode: –
WP Cron: ✔
Language: sv_SE
External object cache: –

Server Environment

Server Info: Apache
PHP Version: 8.0.11
PHP Post Max Size: 256 MB
PHP Time Limit: 240
PHP Max Input Vars: 10000
cURL Version: 7.71.0
OpenSSL/1.1.1d

SUHOSIN Installed: –
MySQL Version: 5.5.42-MariaDB-cll-lve
Max Upload Size: 256 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

Database

WC Database Version: 6.3.1
WC Database Prefix: wp_
Total databasstorlek: 100.12MB
Datastorlek för databas: 67.15MB
Indexstorlek för databas: 32.97MB
wp_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Motor InnoDB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_actionscheduler_actions: Data: 0.28MB + Index: 0.42MB + Motor InnoDB
wpstg1_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_actionscheduler_logs: Data: 0.23MB + Index: 0.20MB + Motor InnoDB
wpstg1_commentmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_comments: Data: 0.05MB + Index: 0.09MB + Motor InnoDB
wpstg1_failed_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_links: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_options: Data: 2.48MB + Index: 0.16MB + Motor InnoDB
wpstg1_postmeta: Data: 4.52MB + Index: 4.03MB + Motor InnoDB
wpstg1_posts: Data: 2.50MB + Index: 0.36MB + Motor InnoDB
wpstg1_queue: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_stock_log: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_termmeta: Data: 0.09MB + Index: 0.13MB + Motor InnoDB
wpstg1_terms: Data: 0.05MB + Index: 0.03MB + Motor InnoDB
wpstg1_term_relationships: Data: 0.11MB + Index: 0.08MB + Motor InnoDB
wpstg1_term_taxonomy: Data: 0.06MB + Index: 0.03MB + Motor InnoDB
wpstg1_usermeta: Data: 0.09MB + Index: 0.09MB + Motor InnoDB
wpstg1_users: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wpstg1_wcu_modules: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_wcu_modules_type: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_wcu_usage_stat: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Motor InnoDB
wpstg1_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_wc_download_log: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg1_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wpstg1_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_wc_product_meta_lookup: Data: 0.08MB + Index: 0.09MB + Motor InnoDB
wpstg1_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_wdi_feeds: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_wdi_themes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg1_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_woocommerce_sessions: Data: 0.08MB + Index: 0.02MB + Motor InnoDB
wpstg1_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg1_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg1_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_yoast_indexable: Data: 1.52MB + Index: 0.47MB + Motor InnoDB
wpstg1_yoast_indexable_hierarchy: Data: 0.06MB + Index: 0.05MB + Motor InnoDB
wpstg1_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg1_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg1_yoast_seo_links: Data: 0.09MB + Index: 0.03MB + Motor InnoDB
wpstg2_actionscheduler_actions: Data: 0.28MB + Index: 0.41MB + Motor InnoDB
wpstg2_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_actionscheduler_logs: Data: 0.23MB + Index: 0.20MB + Motor InnoDB
wpstg2_commentmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_comments: Data: 0.05MB + Index: 0.09MB + Motor InnoDB
wpstg2_failed_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_links: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_options: Data: 2.42MB + Index: 0.16MB + Motor InnoDB
wpstg2_postmeta: Data: 4.52MB + Index: 4.03MB + Motor InnoDB
wpstg2_posts: Data: 2.50MB + Index: 0.36MB + Motor InnoDB
wpstg2_queue: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_stock_log: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_termmeta: Data: 0.09MB + Index: 0.13MB + Motor InnoDB
wpstg2_terms: Data: 0.05MB + Index: 0.03MB + Motor InnoDB
wpstg2_term_relationships: Data: 0.11MB + Index: 0.08MB + Motor InnoDB
wpstg2_term_taxonomy: Data: 0.06MB + Index: 0.03MB + Motor InnoDB
wpstg2_usermeta: Data: 0.09MB + Index: 0.09MB + Motor InnoDB
wpstg2_users: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wpstg2_wcu_modules: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_wcu_modules_type: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_wcu_usage_stat: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Motor InnoDB
wpstg2_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_wc_download_log: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg2_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wpstg2_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_wc_product_meta_lookup: Data: 0.08MB + Index: 0.09MB + Motor InnoDB
wpstg2_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_wdi_feeds: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_wdi_themes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg2_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_woocommerce_sessions: Data: 0.08MB + Index: 0.02MB + Motor InnoDB
wpstg2_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg2_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg2_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_yoast_indexable: Data: 1.52MB + Index: 0.50MB + Motor InnoDB
wpstg2_yoast_indexable_hierarchy: Data: 0.06MB + Index: 0.05MB + Motor InnoDB
wpstg2_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg2_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg2_yoast_seo_links: Data: 0.09MB + Index: 0.03MB + Motor InnoDB
wpstg5_actionscheduler_actions: Data: 0.28MB + Index: 0.42MB + Motor InnoDB
wpstg5_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg5_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg5_actionscheduler_logs: Data: 0.23MB + Index: 0.19MB + Motor InnoDB
wpstg5_commentmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg5_comments: Data: 0.05MB + Index: 0.09MB + Motor InnoDB
wpstg5_failed_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg5_links: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg5_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg5_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg5_options: Data: 1.52MB + Index: 0.16MB + Motor InnoDB
wpstg5_postmeta: Data: 4.52MB + Index: 4.03MB + Motor InnoDB
wpstg5_posts: Data: 2.52MB + Index: 0.36MB + Motor InnoDB
wpstg5_queue: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg5_stock_log: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_actionscheduler_actions: Data: 0.30MB + Index: 0.44MB + Motor InnoDB
wpstg7_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_actionscheduler_logs: Data: 0.25MB + Index: 0.19MB + Motor InnoDB
wpstg7_commentmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_comments: Data: 0.05MB + Index: 0.09MB + Motor InnoDB
wpstg7_failed_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_links: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_options: Data: 2.47MB + Index: 0.16MB + Motor InnoDB
wpstg7_postmeta: Data: 4.52MB + Index: 4.03MB + Motor InnoDB
wpstg7_posts: Data: 2.50MB + Index: 0.36MB + Motor InnoDB
wpstg7_queue: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_stock_log: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_termmeta: Data: 0.09MB + Index: 0.13MB + Motor InnoDB
wpstg7_terms: Data: 0.05MB + Index: 0.03MB + Motor InnoDB
wpstg7_term_relationships: Data: 0.11MB + Index: 0.08MB + Motor InnoDB
wpstg7_term_taxonomy: Data: 0.06MB + Index: 0.03MB + Motor InnoDB
wpstg7_usermeta: Data: 0.09MB + Index: 0.09MB + Motor InnoDB
wpstg7_users: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wpstg7_wcu_modules: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_wcu_modules_type: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_wcu_usage_stat: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Motor InnoDB
wpstg7_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_wc_download_log: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg7_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wpstg7_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_wc_product_meta_lookup: Data: 0.08MB + Index: 0.09MB + Motor InnoDB
wpstg7_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_wdi_feeds: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_wdi_themes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg7_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_woocommerce_sessions: Data: 1.52MB + Index: 0.02MB + Motor InnoDB
wpstg7_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wpstg7_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wpstg7_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_yoast_indexable: Data: 1.52MB + Index: 0.47MB + Motor InnoDB
wpstg7_yoast_indexable_hierarchy: Data: 0.06MB + Index: 0.05MB + Motor InnoDB
wpstg7_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wpstg7_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wpstg7_yoast_seo_links: Data: 0.09MB + Index: 0.03MB + Motor InnoDB
wp_actionscheduler_actions: Data: 0.30MB + Index: 0.45MB + Motor InnoDB
wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_actionscheduler_logs: Data: 0.23MB + Index: 0.20MB + Motor InnoDB
wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_comments: Data: 0.05MB + Index: 0.09MB + Motor InnoDB
wp_failed_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_links: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_options: Data: 3.20MB + Index: 0.16MB + Motor InnoDB
wp_postmeta: Data: 5.50MB + Index: 2.70MB + Motor InnoDB
wp_posts: Data: 3.42MB + Index: 0.31MB + Motor InnoDB
wp_queue: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_stock_log: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_termmeta: Data: 0.11MB + Index: 0.14MB + Motor InnoDB
wp_terms: Data: 0.05MB + Index: 0.03MB + Motor InnoDB
wp_term_relationships: Data: 0.13MB + Index: 0.08MB + Motor InnoDB
wp_term_taxonomy: Data: 0.06MB + Index: 0.03MB + Motor InnoDB
wp_usermeta: Data: 0.13MB + Index: 0.09MB + Motor InnoDB
wp_users: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wp_wcu_modules: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_wcu_modules_type: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_wcu_usage_stat: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Motor InnoDB
wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Motor InnoDB
wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Motor InnoDB
wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_wc_product_meta_lookup: Data: 0.08MB + Index: 0.09MB + Motor InnoDB
wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Motor InnoDB
wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_wdi_feeds: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_wdi_themes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_yoast_indexable: Data: 1.52MB + Index: 0.53MB + Motor InnoDB
wp_yoast_indexable_hierarchy: Data: 0.06MB + Index: 0.05MB + Motor InnoDB
wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Motor InnoDB
wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Motor InnoDB
wp_yoast_seo_links: Data: 0.09MB + Index: 0.03MB + Motor InnoDB

Post Type Counts

attachment: 543
custom_css: 2
gfw_event: 1
gfw_report: 80
ifba_instagram_feed: 1
jetpack_migration: 2
nav_menu_item: 45
oembed_cache: 5
page: 38
polylang_mo: 2
post: 17
product: 117
product_variation: 355
revision: 365
schema: 2
shop_coupon: 6
shop_order: 36
social_link_pages: 1
wapf_product: 5
wdi_instagram: 1

Security

Secure connection (HTTPS): ✔
Hide errors from visitors: ✔

Active Plugins (20)

Polylang: av WP SYNTEX – 3.1.4
Advanced Product Fields for WooCommerce: av StudioWombat – 1.4.5
Akismet Anti-Spam: av Automattic – 4.2.2
Autoptimize: av Frank Goossens (futtta) – 2.9.5.1
Classic Editor: av Bidragsgivare till WordPress – 1.6.2
Facebook for WooCommerce: av Facebook – 2.6.12
Free Shipping Label: av Devnet – 2.3.0
Health Check & Troubleshooting: av WordPress.org-gemenskapen – 1.4.5
Klarna Checkout for WooCommerce: av Krokedil – 2.7.1
Klarna Order Management for WooCommerce: av klarna
krokedil – 1.6.9

Social Link Pages: av gelform – 1.3.7
WC Hide Shipping Methods: av Rynaldo Stoltz – 1.5
WBW Currency Switcher for WooCommerce: av woobewoo – 1.6.1
Hyyan WooCommerce Polylang Integration: av Hyyan Abo Fakher – 1.5.0
WooCommerce PayPal Payments: av WooCommerce – 1.7.0
WooCommerce: av Automattic – 6.3.1
Yoast SEO: av Team Yoast – 18.3
WP-DBManager: av Lester 'GaMerZ' Chan – 2.80.5
WP Fastest Cache: av Emre Vona – 0.9.9
WP STAGING: av WP-STAGING – 2.9.6

Inactive Plugins (2)

WooCommerce PayPal Checkout Gateway: av WooCommerce – 2.1.3
Woo Store Vacation: av MyPreview – 1.4.4

Must Use Plugins (1)

WP STAGING Optimizer: av René Hermenau – 1.5.1

Settings

API Enabled: –
Force SSL: ✔
Currency: SEK (kr)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: configurable (configurable)
downloadable (downloadable)
external (external)
grouped (grouped)
simple (simple)
variable (variable)
virtual (virtual)

Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)

Connected to WooCommerce.com: –

WC Pages

Butikbas: #5 - /
Varukorg: #6 - /varukorg/
Kassan: #7 - /kassan/
Mitt konto: #8 - /mitt-konto/
Allmänna villkor: #1019 - /kopvillkor/

Theme

Name: aVogue
Version: 1.0.1
Author URL: https://kairaweb.com/
Child Theme: ✔
Parent Theme Name: Vogue
Parent Theme Version: 10.8.4
Parent Theme Author URL: https://kairaweb.com/
WooCommerce Support: ✔

Templates

Overrides: –

Klarna Checkout Request Log

No KCO errors:

WooCommerce PayPal Payments

Onboarded: ✔
Shop country code: SE
WooCommerce currency supported: ✔
PayPal card processing available in country: –
Pay Later messaging available in country: –
Webhook status: –
Vault enabled: ✔
Logging enabled: ✔
Reference Transactions: –
Used PayPal Checkout plugin: ✔

Action Scheduler

Färdigbehandlad: 844
Oldest: 2022-03-13 19:18:14 +0100
Newest: 2022-03-13 20:10:41 +0100

Misslyckades: 34
Oldest: –
Newest: –

Väntar: 1
Oldest: 2022-03-14 09:00:58 +0100
Newest: 2022-03-14 09:00:58 +0100

WooCommerce Polylang Integration

Language Locale: sv_SE
Polylang Language Locale: sv_SE
Polylang Available Languages: sv_SE (WooCommerce translation file found OK at /storage/content/96/192496/inthedreaminggarden.se/public_html/wp-content/languages/plugins/woocommerce-sv_SE.mo) en_GB (WooCommerce translation file found OK at /storage/content/96/192496/inthedreaminggarden.se/public_html/wp-content/languages/plugins/woocommerce-en_GB.mo)

Status report information

Generated at: 2022-03-13 20:46:49 +01:00
`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant