Nastin MG
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Gateway Icons For WooCommerce] not working on woocommerce9.8.1Thank you for reaching out. We are sorry you experienced this. Our plugin is now updated and working with all versions of WooCommerce, please update and try to test again.
Also you may deactivate all plugins except for this one try to activate. Something other plugins may be clashing and causing the issue.All right. This doesn’t help or answer my question but I’ll move on.
Sorry here is the screenshot

You must note that when I started using this plugin, I was able to add featured image when adding a place, now it doesn’t show anymore and when I duplicate a previous post, the featured images shows but doesn’t give me an option to chnage. See screenshot below.
Forum: Fixing WordPress
In reply to: Remove Default Homepage of 2024 ThemeThanks for all your inputs but it wasn’t that deep. It was a stale cache issue. Reinstalled the LightSpeed cache plugin and purged all cache. My settings then worked fine.
Forum: Fixing WordPress
In reply to: Remove Default Homepage of 2024 ThemeTrust me I have already done that. I am not new to WordPress but this is one unique case I have come across.
Forum: Plugins
In reply to: [Payment Gateway Icons For WooCommerce] Icons sizeThanks for reaching out to us.
You need to format your icons to the desired size before uploading. Plugin does not utter the size.
I hope this helps.
Forum: Plugins
In reply to: [WooCommerce] Critical error on single product pageFinally got the solution to this problem and in case anyone stumbles across this, all I had to do was to update how to get the reference post ID because the existing one is deprecated already.
<?php global $product; $product = wc_get_product( $post->ID ); $stock_quantity = get_post_meta($post->ID, '_stock', true); //var_dump($product->get_stock_status()); ?> <?php if ($product->get_stock_status() != 'instock') : ?> <div class="outofstock"> <img src="<?php echo imgfolder('out-of-stock.png'); ?>" alt="Out of Stock"> </div> <?php endif; ?>This had nothing to do with outdated templates override.
Forum: Plugins
In reply to: [WooCommerce] Critical error on single product pageThanks for your response. Here is the system status:
### WordPress Environment ### WordPress address (URL): https://apdbrestore.com Site address (URL): https://apdbrestore.com WC Version: 6.9.3 REST API Version: ✔ 6.9.3 WC Blocks Version: ✔ 8.3.2 Action Scheduler Version: ✔ 3.4.0 Log Directory Writable: ✔ WP Version: 6.0.2 WP Multisite: – WP Memory Limit: 2 GB WP Debug Mode: – WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 8.0.23 PHP Post Max Size: 512 MB PHP Time Limit: 120 PHP Max Input Vars: 5000 cURL Version: 7.71.0 OpenSSL/1.1.1d SUHOSIN Installed: – MySQL Version: 10.5.12-MariaDB-cll-lve Max Upload Size: 512 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.9.3 WC Database Prefix: wp_ Total Database Size: 92.14MB Database Data Size: 74.50MB Database Index Size: 17.64MB wp_woocommerce_sessions: Data: 0.08MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_actions: Data: 2.52MB + Index: 0.77MB + Engine InnoDB wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Data: 1.52MB + Index: 0.34MB + Engine InnoDB wp_aepc_custom_audiences: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_aepc_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_aioseo_cache: Data: 0.16MB + Index: 0.03MB + Engine InnoDB wp_aioseo_notifications: Data: 0.06MB + Index: 0.06MB + Engine InnoDB wp_aioseo_posts: Data: 0.14MB + Index: 0.02MB + Engine InnoDB wp_bulkgate_module: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_cl_abandon_cart: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_cl_campaign_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_cl_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_comments: Data: 0.13MB + Index: 0.09MB + Engine InnoDB wp_duplicator_pro_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_duplicator_pro_packages: Data: 0.14MB + Index: 0.02MB + Engine InnoDB wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_fsmpt_email_logs: Data: 0.17MB + Index: 0.00MB + Engine InnoDB wp_gf_addon_feed: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_gf_draft_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_gf_entry: Data: 0.08MB + Index: 0.03MB + Engine InnoDB wp_gf_entry_meta: Data: 0.25MB + Index: 0.22MB + Engine InnoDB wp_gf_entry_notes: Data: 0.08MB + Index: 0.03MB + Engine InnoDB wp_gf_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_gf_form_meta: Data: 0.08MB + Index: 0.00MB + Engine InnoDB wp_gf_form_revisions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_gf_form_view: Data: 0.14MB + Index: 0.13MB + Engine InnoDB wp_gf_rest_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_gglcptch_allowlist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_hustle_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_hustle_entries_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_hustle_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_hustle_modules_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_hustle_tracking: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailchimp_carts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_mailchimp_jobs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_mainwp_stream: Data: 0.23MB + Index: 0.48MB + Engine InnoDB wp_mainwp_stream_meta: Data: 1.52MB + Index: 0.84MB + Engine InnoDB wp_mo_openid_linked_user: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_options: Data: 54.39MB + Index: 9.05MB + Engine InnoDB wp_postmeta: Data: 4.52MB + Index: 2.94MB + Engine InnoDB wp_posts: Data: 1.52MB + Index: 0.31MB + Engine InnoDB wp_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_smsalert_booking_reminder: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_smsalert_renewal_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_sms_send: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_sms_subscribes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_sms_subscribes_group: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_usermeta: Data: 0.16MB + Index: 0.06MB + Engine InnoDB wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_user_registration_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_notes: Data: 0.04MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.01MB + Engine MyISAM wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine MyISAM wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_stats: Data: 0.02MB + Index: 0.03MB + Engine MyISAM wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfconfig: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wffilemods: Data: 0.23MB + Index: 0.00MB + Engine InnoDB wp_wfhits: Data: 0.06MB + Index: 0.05MB + Engine InnoDB wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfknownfilelist: Data: 2.52MB + Index: 0.00MB + Engine InnoDB wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wflogins: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfstatus: Data: 0.13MB + Index: 0.09MB + Engine InnoDB wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpfm_backup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wpvivid_options: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wsal_metadata: Data: 0.23MB + Index: 0.33MB + Engine InnoDB wp_wsal_occurrences: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_indexable: Data: 0.36MB + Index: 0.30MB + Engine InnoDB wp_yoast_indexable_hierarchy: Data: 0.06MB + Index: 0.05MB + Engine InnoDB wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_meta: Data: 0.09MB + Index: 0.00MB + Engine InnoDB ### Post Type Counts ### acf-field: 179 acf-field-group: 14 acoplw_badges: 1 acoplw_prod_list: 1 attachment: 505 awl-labels: 1 careers: 12 careers-list: 1 custom_css: 2 customize_changeset: 21 elementor_library: 1 faqs: 6 galleries: 2 nav_menu_item: 18 oceanwp_library: 1 oembed_cache: 7 page: 29 post: 13 product: 74 product_variation: 2 products: 12 restorations: 18 revision: 42 services: 3 shop_coupon: 1 shop_order: 358 testimonials: 2 user_registration: 1 wcs_ruleset: 1 wp_global_styles: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (22) ### ACF to REST API: by Aires Gonçalves – 3.3.3 WooCommerce added to cart popup (Ajax): by XootiX – 1.5 Advanced Custom Fields PRO: by Delicious Brains – 5.10.2 All in One SEO: by All in One SEO Team – 4.2.5.1 Better REST API Featured Images: by Braad Martin – 1.2.1 Cart Lift - Abandoned Cart Recovery for WooCommerce and EDD: by RexTheme – 3.1.3 Elementor: by Elementor.com – 3.7.7 Facebook Chat Plugin - Live Chat Plugin for WordPress: by Meta – 2.5 Flexible Shipping: by Octolize – 4.14.1 FluentSMTP: by FluentSMTP & WPManageNinja Team – 2.2.0 Gravity Forms: by Gravity Forms – 2.6.7 CAOS: by Daan from Daan.dev – 4.4.4 Kadence WooCommerce Email Designer: by Kadence WP – 1.5.6 Ocean Extra: by OceanWP – 2.0.4 Super Socializer: by Team Heateor – 7.13.38 User Registration: by WPEverest – 2.2.2 Payments via PayMongo for WooCommerce: by CynderTech – 1.10.0 Checkout Field Editor for WooCommerce: by ThemeHigh – 1.7.2 WooCommerce Google Analytics Integration: by WooCommerce – 1.5.14 WooCommerce: by Automattic – 6.9.3 WP Fastest Cache: by Emre Vona – 1.0.5 WPS Hide Login: by WPServeur NicolasKulka wpformation – 1.9.6 ### Inactive Plugins (2) ### User Role Editor: by Vladimir Garagulya – 4.63.1 WooCommerce Product Add-ons: by WooCommerce – 4.9.0 ### Settings ### API Enabled: – Force SSL: – Currency: PHP (₱) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) 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: – Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: #7 - /shop-2/ Cart: #3640 - /cart-2/ Checkout: #9 - /checkout-2/ My account: #3641 - /my-account-3/ Terms and conditions: #679 - /terms-conditions/ ### Theme ### Name: WordPress Theme Version: 2.0 Author URL: https://www.sytian-productions.com/ Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ✔ ### Templates ### Overrides: custom-theme/woocommerce/archive-product.php custom-theme/woocommerce/auth/footer.php custom-theme/woocommerce/auth/form-grant-access.php custom-theme/woocommerce/auth/form-login.php custom-theme/woocommerce/auth/header.php custom-theme/woocommerce/cart/cart-empty.php custom-theme/woocommerce/cart/cart-item-data.php custom-theme/woocommerce/cart/cart-shipping.php custom-theme/woocommerce/cart/cart-totals.php custom-theme/woocommerce/cart/cart.php custom-theme/woocommerce/cart/cross-sells.php custom-theme/woocommerce/cart/mini-cart.php custom-theme/woocommerce/cart/proceed-to-checkout-button.php custom-theme/woocommerce/cart/shipping-calculator.php custom-theme/woocommerce/checkout/cart-errors.php custom-theme/woocommerce/checkout/form-billing.php custom-theme/woocommerce/checkout/form-checkout.php custom-theme/woocommerce/checkout/form-coupon.php custom-theme/woocommerce/checkout/form-login.php custom-theme/woocommerce/checkout/form-pay.php custom-theme/woocommerce/checkout/form-shipping.php custom-theme/woocommerce/checkout/order-receipt.php custom-theme/woocommerce/checkout/payment-method.php custom-theme/woocommerce/checkout/payment.php custom-theme/woocommerce/checkout/review-order.php custom-theme/woocommerce/checkout/terms.php custom-theme/woocommerce/checkout/thankyou.php custom-theme/woocommerce/content-product.php custom-theme/woocommerce/content-single-product.php custom-theme/woocommerce/content-widget-price-filter.php custom-theme/woocommerce/content-widget-product.php custom-theme/woocommerce/content-widget-reviews.php custom-theme/woocommerce/emails/admin-cancelled-order.php custom-theme/woocommerce/emails/admin-failed-order.php custom-theme/woocommerce/emails/admin-new-order.php custom-theme/woocommerce/emails/customer-completed-order.php custom-theme/woocommerce/emails/customer-invoice.php custom-theme/woocommerce/emails/customer-new-account.php custom-theme/woocommerce/emails/customer-note.php custom-theme/woocommerce/emails/customer-on-hold-order.php custom-theme/woocommerce/emails/customer-processing-order.php custom-theme/woocommerce/emails/customer-refunded-order.php custom-theme/woocommerce/emails/customer-reset-password.php custom-theme/woocommerce/emails/email-addresses.php custom-theme/woocommerce/emails/email-customer-details.php custom-theme/woocommerce/emails/email-downloads.php custom-theme/woocommerce/emails/email-footer.php custom-theme/woocommerce/emails/email-header.php custom-theme/woocommerce/emails/email-order-details.php custom-theme/woocommerce/emails/email-order-items.php custom-theme/woocommerce/emails/email-styles.php custom-theme/woocommerce/emails/plain/admin-cancelled-order.php custom-theme/woocommerce/emails/plain/admin-failed-order.php custom-theme/woocommerce/emails/plain/admin-new-order.php custom-theme/woocommerce/emails/plain/customer-completed-order.php custom-theme/woocommerce/emails/plain/customer-invoice.php custom-theme/woocommerce/emails/plain/customer-new-account.php custom-theme/woocommerce/emails/plain/customer-note.php custom-theme/woocommerce/emails/plain/customer-on-hold-order.php custom-theme/woocommerce/emails/plain/customer-processing-order.php custom-theme/woocommerce/emails/plain/customer-refunded-order.php custom-theme/woocommerce/emails/plain/customer-reset-password.php custom-theme/woocommerce/emails/plain/email-addresses.php custom-theme/woocommerce/emails/plain/email-customer-details.php custom-theme/woocommerce/emails/plain/email-downloads.php custom-theme/woocommerce/emails/plain/email-order-details.php custom-theme/woocommerce/emails/plain/email-order-items.php custom-theme/woocommerce/global/breadcrumb.php custom-theme/woocommerce/global/form-login.php custom-theme/woocommerce/global/quantity-input.php custom-theme/woocommerce/global/sidebar.php custom-theme/woocommerce/global/wrapper-end.php custom-theme/woocommerce/global/wrapper-start.php custom-theme/woocommerce/loop/add-to-cart.php custom-theme/woocommerce/loop/loop-end.php custom-theme/woocommerce/loop/loop-start.php custom-theme/woocommerce/loop/no-products-found.php custom-theme/woocommerce/loop/orderby.php custom-theme/woocommerce/loop/pagination.php custom-theme/woocommerce/loop/price.php custom-theme/woocommerce/loop/rating.php custom-theme/woocommerce/loop/result-count.php custom-theme/woocommerce/loop/sale-flash.php custom-theme/woocommerce/myaccount/dashboard.php custom-theme/woocommerce/myaccount/downloads.php custom-theme/woocommerce/myaccount/form-add-payment-method.php custom-theme/woocommerce/myaccount/form-edit-account.php custom-theme/woocommerce/myaccount/form-edit-address.php custom-theme/woocommerce/myaccount/form-login.php version 4.1.0 is out of date. The core version is 6.0.0 custom-theme/woocommerce/myaccount/form-lost-password.php custom-theme/woocommerce/myaccount/form-reset-password.php custom-theme/woocommerce/myaccount/lost-password-confirmation.php custom-theme/woocommerce/myaccount/my-account.php custom-theme/woocommerce/myaccount/my-address.php custom-theme/woocommerce/myaccount/my-downloads.php custom-theme/woocommerce/myaccount/my-orders.php custom-theme/woocommerce/myaccount/navigation.php custom-theme/woocommerce/myaccount/orders.php custom-theme/woocommerce/myaccount/payment-methods.php custom-theme/woocommerce/myaccount/view-order.php custom-theme/woocommerce/notices/error.php version 3.5.0 is out of date. The core version is 3.9.0 custom-theme/woocommerce/notices/notice.php version 3.5.0 is out of date. The core version is 3.9.0 custom-theme/woocommerce/notices/success.php version 3.5.0 is out of date. The core version is 3.9.0 custom-theme/woocommerce/order/form-tracking.php version 3.6.0 is out of date. The core version is 6.5.0 custom-theme/woocommerce/order/order-again.php custom-theme/woocommerce/order/order-details-customer.php version 3.4.4 is out of date. The core version is 5.6.0 custom-theme/woocommerce/order/order-details-item.php version 3.7.0 is out of date. The core version is 5.2.0 custom-theme/woocommerce/order/order-details.php version 3.7.0 is out of date. The core version is 4.6.0 custom-theme/woocommerce/order/order-downloads.php custom-theme/woocommerce/order/tracking.php custom-theme/woocommerce/product-searchform.php custom-theme/woocommerce/single-product/add-to-cart/external.php custom-theme/woocommerce/single-product/add-to-cart/grouped.php version 3.4.0 is out of date. The core version is 4.8.0 custom-theme/woocommerce/single-product/add-to-cart/simple.php custom-theme/woocommerce/single-product/add-to-cart/variable.php custom-theme/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php custom-theme/woocommerce/single-product/add-to-cart/variation.php custom-theme/woocommerce/single-product/meta.php custom-theme/woocommerce/single-product/photoswipe.php custom-theme/woocommerce/single-product/price.php custom-theme/woocommerce/single-product/product-attributes.php custom-theme/woocommerce/single-product/product-image.php custom-theme/woocommerce/single-product/product-thumbnails.php custom-theme/woocommerce/single-product/rating.php custom-theme/woocommerce/single-product/related.php version 3.0.0 is out of date. The core version is 3.9.0 custom-theme/woocommerce/single-product/review-meta.php custom-theme/woocommerce/single-product/review-rating.php custom-theme/woocommerce/single-product/review.php custom-theme/woocommerce/single-product/sale-flash.php custom-theme/woocommerce/single-product/share.php custom-theme/woocommerce/single-product/short-description.php custom-theme/woocommerce/single-product/stock.php custom-theme/woocommerce/single-product/tabs/additional-information.php custom-theme/woocommerce/single-product/tabs/description.php custom-theme/woocommerce/single-product/tabs/tabs.php version 2.4.0 is out of date. The core version is 3.8.0 custom-theme/woocommerce/single-product/title.php custom-theme/woocommerce/single-product/up-sells.php custom-theme/woocommerce/single-product-reviews.php version 3.6.0 is out of date. The core version is 4.3.0 custom-theme/woocommerce/single-product.php custom-theme/woocommerce/content-product_cat.php version 2.6.1 is out of date. The core version is 4.7.0 custom-theme/woocommerce/taxonomy-product_cat.php version 1.6.4 is out of date. The core version is 4.7.0 custom-theme/woocommerce/taxonomy-product_tag.php version 1.6.4 is out of date. The core version is 4.7.0 Outdated Templates: ❌ Learn how to update ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products experimental-product-tour shipping-smart-defaults shipping-setting-tour homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices wc-pay-promotion wc-pay-welcome-page Disabled Features: minified-js new-product-management-experience settings Daily Cron: ✔ Next scheduled: 2022-09-26 07:16:10 +08:00 Options: ✔ Notes: 100 Onboarding: completed ### Action Scheduler ### Complete: 2,461 Oldest: 2022-09-05 10:40:10 +0800 Newest: 2022-09-26 08:17:07 +0800 Failed: 1 Oldest: 2022-09-25 18:05:06 +0800 Newest: 2022-09-25 18:05:06 +0800 Pending: 6 Oldest: 2022-09-26 08:19:01 +0800 Newest: 2022-10-02 08:00:00 +0800 ### Status report information ### Generated at: 2022-09-26 08:17:23 +08:00Forum: Plugins
In reply to: [WooCommerce] Product category filter not workingHere is my system report
### WordPress Environment ### WordPress address (URL): https://trulybeautiful.ca Site address (URL): https://trulybeautiful.ca WC Version: 6.9.2 REST API Version: ✔ 6.9.2 WC Blocks Version: ✔ 8.3.2 Action Scheduler Version: ✔ 3.4.0 Log Directory Writable: ✔ WP Version: 6.0.2 WP Multisite: – WP Memory Limit: 768 MB WP Debug Mode: – WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.30 PHP Post Max Size: 256 MB PHP Time Limit: 0 PHP Max Input Vars: 3000 cURL Version: 7.66.0 OpenSSL/1.1.1q-fips SUHOSIN Installed: – MySQL Version: 5.7.39-42-log 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.9.2 WC Database Prefix: 6cx_ Total Database Size: 51.97MB Database Data Size: 47.90MB Database Index Size: 4.07MB 6cx_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB 6cx_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB 6cx_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_woocommerce_order_itemmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB 6cx_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB 6cx_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_actionscheduler_actions: Data: 0.07MB + Index: 0.04MB + Engine MyISAM 6cx_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM 6cx_actionscheduler_logs: Data: 0.04MB + Index: 0.03MB + Engine MyISAM 6cx_aioseo_notifications: Data: 0.02MB + Index: 0.06MB + Engine InnoDB 6cx_aioseo_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_comments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM 6cx_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_e_notes: Data: 0.02MB + Index: 0.17MB + Engine InnoDB 6cx_e_notes_users_relations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB 6cx_e_submissions: Data: 0.06MB + Index: 0.27MB + Engine InnoDB 6cx_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB 6cx_e_submissions_values: Data: 0.08MB + Index: 0.03MB + Engine InnoDB 6cx_frmt_form_entry: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_frmt_form_entry_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_frmt_form_views: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_frm_fields: Data: 0.01MB + Index: 0.01MB + Engine MyISAM 6cx_frm_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_frm_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_frm_item_metas: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_fsmpt_email_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_masterslider_options: Data: 0.09MB + Index: 0.00MB + Engine MyISAM 6cx_masterslider_sliders: Data: 0.02MB + Index: 0.01MB + Engine MyISAM 6cx_options: Data: 2.79MB + Index: 0.15MB + Engine MyISAM 6cx_postmeta: Data: 17.24MB + Index: 0.55MB + Engine MyISAM 6cx_posts: Data: 4.47MB + Index: 0.17MB + Engine MyISAM 6cx_ppress_coupons: Data: 0.02MB + Index: 0.05MB + Engine InnoDB 6cx_ppress_customers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_ppress_forms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_ppress_formsmeta: Data: 0.06MB + Index: 0.05MB + Engine InnoDB 6cx_ppress_meta_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_ppress_ordermeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_ppress_orders: Data: 0.02MB + Index: 0.13MB + Engine InnoDB 6cx_ppress_plans: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_ppress_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_ppress_subscriptions: Data: 0.02MB + Index: 0.09MB + Engine InnoDB 6cx_prli_clicks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_clicks_rotations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_keywords: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_link_metas: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_link_rotations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_post_keywords: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_post_urls: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_reports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_prli_report_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_sbi_feeds: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_sbi_feed_caches: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_sbi_instagram_feeds_posts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_sbi_instagram_feed_locator: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_sbi_instagram_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_sbi_sources: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM 6cx_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM 6cx_term_relationships: Data: 0.01MB + Index: 0.02MB + Engine MyISAM 6cx_term_taxonomy: Data: 0.00MB + Index: 0.01MB + Engine MyISAM 6cx_usermeta: Data: 0.13MB + Index: 0.04MB + Engine MyISAM 6cx_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM 6cx_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB 6cx_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB 6cx_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB 6cx_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB 6cx_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wc_product_meta_lookup: Data: 0.05MB + Index: 0.09MB + Engine InnoDB 6cx_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB 6cx_wfconfig: Data: 0.47MB + Index: 0.00MB + Engine InnoDB 6cx_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wffilemods: Data: 12.55MB + Index: 0.00MB + Engine InnoDB 6cx_wfhits: Data: 0.16MB + Index: 0.05MB + Engine InnoDB 6cx_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB 6cx_wfknownfilelist: Data: 6.52MB + Index: 0.00MB + Engine InnoDB 6cx_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wflogins: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB 6cx_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB 6cx_wfstatus: Data: 0.11MB + Index: 0.11MB + Engine InnoDB 6cx_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB 6cx_wpforms_tasks_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM 6cx_yoast_indexable: Data: 0.41MB + Index: 0.30MB + Engine InnoDB 6cx_yoast_indexable_hierarchy: Data: 0.06MB + Index: 0.05MB + Engine InnoDB 6cx_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB 6cx_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB 6cx_yoast_seo_links: Data: 0.02MB + Index: 0.01MB + Engine MyISAM 6cx_yoast_seo_meta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM ### Post Type Counts ### acf-field: 1 acf-field-group: 1 attachment: 486 customize_changeset: 5 custom_css: 1 elementor_font: 1 elementor_library: 12 faq: 4 forminator_forms: 1 frm_form_actions: 2 frm_styles: 1 mkhb_header: 1 mkhb_revision: 1 nav_menu_item: 52 page: 16 post: 2 product: 114 product_variation: 91 revision: 897 sappho-products: 1 shop_order: 8 wpforms: 2 wp_global_styles: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (17) ### FiboSearch - AJAX Search for WooCommerce: by FiboSearch Team – 1.20.0 Akismet Anti-Spam: by Automattic – 5.0 Change wp-admin login: by Nuno Morais Sarmento – 1.1.0 Custom Post Type UI: by WebDevStudios – 1.13.1 Elementor Pro: by Elementor.com – 3.7.6 Elementor: by Elementor.com – 3.7.6 FluentSMTP: by FluentSMTP & WPManageNinja Team – 2.2.0 Font Awesome: by Font Awesome – 4.3.1 Head, Footer and Post Injections: by Stefano Lissa – 3.2.5 Social Feed Gallery: by QuadLayers – 3.4.6 Smash Balloon Instagram Feed: by Smash Balloon – 6.0.7 Limit Login Attempts Reloaded: by Limit Login Attempts Reloaded – 2.25.5 SiteGround Optimizer: by SiteGround – 7.2.1 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.22.22 WooCommerce Stripe Gateway: by WooCommerce – 6.7.0 WooCommerce: by Automattic – 6.9.2 Yoast SEO: by Team Yoast – 19.6.1 ### Inactive Plugins (7) ### Advanced Custom Fields: by Delicious Brains – 5.12.3 Affiliates: by itthinx – 4.16.0 Essential Addons for Elementor: by WPDeveloper – 5.2.4 Increase Maximum Upload File Size: by Imagify – 2.0.4 ProfilePress: by ProfilePress Membership Team – 4.1.4 Really Simple SSL: by Really Simple Plugins – 5.3.4 Wordfence Security: by Wordfence – 7.6.1 ### Settings ### API Enabled: – Force SSL: – Currency: CAD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) 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: – Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: #2505 - /shop/ Cart: #2506 - /cart/ Checkout: #2507 - /checkout/ My account: #2508 - /user/ Terms and conditions: #1573 - /privacy-policy/ ### Theme ### Name: Jupiter Version: 6.1.2 Author URL: http://themeforest.net/user/artbees Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ✔ ### Templates ### Overrides: jupiter/woocommerce/archive-product.php jupiter/woocommerce/content-product.php version 3.0.0 is out of date. The core version is 3.6.0 jupiter/woocommerce/loop/add-to-cart.php jupiter/woocommerce/loop/loop-end.php jupiter/woocommerce/loop/loop-start.php jupiter/woocommerce/content-product_cat.php Outdated Templates: ❌ Learn how to update ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products experimental-product-tour shipping-smart-defaults shipping-setting-tour homescreen marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices wc-pay-promotion wc-pay-welcome-page Disabled Features: minified-js new-product-management-experience settings Daily Cron: ✔ Next scheduled: 2022-09-19 23:21:43 +00:00 Options: ✔ Notes: 97 Onboarding: completed ### Action Scheduler ### Complete: 196 Oldest: 2022-08-19 13:07:22 +0000 Newest: 2022-09-19 10:00:02 +0000 Pending: 3 Oldest: 2022-09-19 20:58:37 +0000 Newest: 2022-09-20 01:30:04 +0000 ### Status report information ### Generated at: 2022-09-19 10:00:36 +00:00These are the latest logs I could see:
2022-08-23T20:33:12+00:00 CRITICAL Uncaught ReflectionException: Method get_site_editor_type does not exist in /home/customer/www/trulybeautiful.ca/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php:47 Stack trace: #0 /home/customer/www/trulybeautiful.ca/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(47): ReflectionClass->getMethod('get_site_editor...') #1 /home/customer/www/trulybeautiful.ca/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(128): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document::get_site_editor_type_bc() #2 /home/customer/www/trulybeautiful.ca/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php(94): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document::get_create_url() #3 /home/customer/www/trulybeautiful.ca/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php(67): Elementor\Core\Common\Modules\Find in /home/customer/www/trulybeautiful.ca/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php on line 47Forum: Plugins
In reply to: [WooCommerce] Product category filter not workingThank you for your response.
I have gone ahead and done these conflict tests again starting by changing the theme to two different default themes but I the issues was still there.
I also deactivated all plugins except Woo and still replicated the same thing. Really strange don’t know what to do anymore.
Anymore tips?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] product addons, variable products not working on product pageThank you for your response. Actually I know it is the theme causing it so it’s not a thing of conflict. I already changed to a default theme and everything worked fine. But switching back to the custom built theme, it doesn’t show up.
So I was wondering whether there could be a function I need to insert somewhere to trigger it. I have already declared Woocommcerce theme support.
Forum: Plugins
In reply to: [Booking Package] name and address field returning errorWhat should I edit them to? This was working fine wihtout me editing anything there.
Forum: Reviews
In reply to: [Customer Reviews for WooCommerce] THE BEST THERE IS.Hi.
I cannot say for sure this plugin is the cause of your site being down but since the events proceeded after you had installed it, uninstalling it is the first troubleshooting step.
Now I’ve used this plugin for over two years but hasn’t given me any troubles.
If you can’t access your sites dashboard and haven’t received any emails from WordPress with a safe login link, you make want to disable this plugin in the files.
Please log on to your host and access your file manager, go to the folder wp-content > plugins then scroll to the plugin in question. Rename that plugin folder to disable it or delete it entirely. Go back and try accessing your site.
Another way to do this is through FTP. If you know the credentials, you can access your site files via OTP and do the same with the plugin folder.
If your problem was solved then it’s definitely the plugin, but if not, you’re looking at another culprit.
I hope this helps.
I was able to find out the cause of this problem. Looks like Cloudflare caching was the problem.
I pointed the site back to it’s default nameservers on Godaddy and everything worked fine.
Thanks for all your inputs.
I have done all of these, reverted to a default 2021 theme, and deactivated all plugins except LearnPress but still got the same error.
Any other suggestions on what I should do next?
Thanks