woocommerce 6.6.1
-
Hi
I recently updated this plugin from version 6.4.1 to 6.6.1 and I face to this error in all pages:
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase ‘Connection Timeout’.
I reinstalled wordpress (but I did not touch database) deactivated all plugins and set theme to twenty-twenty-two and I still have same problem. I checked server errors and I saw this line2022-07-08 14:01:22.843275 [NOTICE] [28707] [T0] [2.147.58.166:24682:HTTP2-1#APVH_cplusshop.com:443] [STDERR] PHP Fatal error: Uncaught Error: Class 'ActionScheduler_Lock' not found in #0 /home/cplussh1/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php(103): ActionScheduler::lock() #1 /home/cplussh1/public_html/wp-includes/class-wp-hook.php(307): ActionScheduler_QueueRunner->maybe_dispatch_async_request('') #2 /home/cplussh1/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #3 /home/cplussh1/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #4 /home/cplussh1/public_html/wp-includes/load.php(1102): do_action('shutdown') thrown in /home/cplussh1/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php on line 29
also I checked wordpress debug log file
[08-Jul-2022 10:50:43 UTC] PHP Fatal error: Uncaught Error: Class 'ActionScheduler_Lock' not found in /home/cplussh1/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php:29 Stack trace: #0 /home/cplussh1/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php(103): ActionScheduler::lock() #1 /home/cplussh1/public_html/wp-includes/class-wp-hook.php(307): ActionScheduler_QueueRunner->maybe_dispatch_async_request('') #2 /home/cplussh1/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(0, Array) #3 /home/cplussh1/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #4 /home/cplussh1/public_html/wp-includes/load.php(1102): do_action('shutdown') #5 [internal function]: shutdown_action_hook() #6 {main} thrown in /home/cplussh1/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php on line 29
-
Hi @faranblack1992 ,
Thanks for reaching out!
As a first step, you can try increasing your PHP
max_input_time
andmax_execution_time
to a greater value.If you have access to
php.ini
file on your web server, you can access it and change the following:max_execution_time=300 max_input_time=1000
Additionally, you can increase the memory allowed by WordPress in your
wp-config.php
file to:define('WP_MEMORY_LIMIT', '2G');
If you are not comfortable changing these values on your own, you can reach out to your host for help with this.
Should this make no difference, kindly share a copy of your site’s System Status report, which you can find via?WooCommerce?>?Status. Select ‘Get system report’ and then ‘Copy for support’.
Once you have this, you can share it in your response here.
Thanks!
Hey @faranblack1992
I understand that updating your WooCommerce resulted in some PHP fatal errors.
Could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
Thanks!
@danndumia here is the system status of my site when version 6.4.1 is enabled .(when 6.6.1 is enabled I can not access any page even in dashboard)
### WordPress Environment ### WordPress address (URL): https://cplusshop.com Site address (URL): https://cplusshop.com WC Version: 6.4.1 REST API Version: ? 6.4.1 WC Blocks Version: ? 7.2.2 Action Scheduler Version: ? 3.4.0 WC Admin Version: ? 3.3.2 Log Directory Writable: ? WP Version: 6.0 WP Multisite: – WP Memory Limit: 1 GB WP Debug Mode: ? WP Cron: ? Language: en_US External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 7.4.29 PHP Post Max Size: 64 MB PHP Time Limit: 300 PHP Max Input Vars: 10000 cURL Version: 7.83.0 OpenSSL/1.1.1o SUHOSIN Installed: – MySQL Version: 5.7.34 Max Upload Size: 64 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? wp_remote_post() failed. Contact your hosting provider. 403 Remote Get: ? ### Database ### WC Database Version: 6.4.1 WC Database Prefix: wp_ Total Database Size: 341.78MB Database Data Size: 322.21MB Database Index Size: 19.57MB wp_woocommerce_sessions: Data: 0.37MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.04MB + Index: 0.02MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 0.06MB + Index: 0.05MB + 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: 3.02MB + Index: 0.88MB + 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.45MB + Engine InnoDB wp_addonlibrary_addons: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_addonlibrary_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_comments: Data: 0.05MB + Index: 0.02MB + Engine MyISAM wp_duplicator_pro_entities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_duplicator_pro_packages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ewwwio_images: Data: 4.96MB + Index: 4.06MB + Engine MyISAM wp_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB wp_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wp_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_huger_elementor_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_like_dislike_counters: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mweb_extra_order: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mweb_pricing_survey: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mweb_sms_verify: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_options: Data: 230.44MB + Index: 1.20MB + Engine MyISAM wp_pollsa: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pollsip: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pollsq: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_postmeta: Data: 29.23MB + Index: 2.33MB + Engine MyISAM wp_posts: Data: 14.84MB + Index: 0.64MB + Engine MyISAM wp_remindmedb: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_revslider_css: Data: 0.13MB + Index: 0.00MB + Engine InnoDB wp_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_sliders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_sms_verify: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_smush_dir_images: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_stock_alert: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_termmeta: Data: 0.33MB + Index: 0.25MB + Engine MyISAM wp_terms: Data: 0.37MB + Index: 0.55MB + Engine MyISAM wp_term_relationships: Data: 0.47MB + Index: 0.98MB + Engine MyISAM wp_term_taxonomy: Data: 0.21MB + Index: 0.24MB + Engine MyISAM wp_usermeta: Data: 0.72MB + Index: 0.53MB + Engine MyISAM wp_users: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wcpdf_proforma_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_product_attributes_lookup: Data: 1.52MB + Index: 1.52MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.05MB + Index: 0.08MB + 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: 2.28MB + 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: 10.52MB + Index: 0.00MB + Engine InnoDB wp_wfhits: Data: 2.02MB + Index: 0.22MB + 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: 5.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: 1.33MB + Index: 0.17MB + 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.11MB + Engine InnoDB wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woobe_history: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_woobe_history_bulk: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_ir: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_ir_sms_archive: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_ir_sms_contacts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wpr_rucss_resources: Data: 4.52MB + Index: 0.06MB + Engine InnoDB wp_wpr_rucss_used_css: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_yith_wcwl: Data: 0.90MB + Index: 0.48MB + Engine MyISAM wp_yith_wcwl_lists: Data: 1.40MB + Index: 1.85MB + Engine MyISAM wp_yoast_indexable: Data: 3.52MB + Index: 1.19MB + Engine InnoDB wp_yoast_indexable_hierarchy: Data: 0.23MB + Index: 0.31MB + Engine InnoDB wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yoast_primary_term: Data: 0.06MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_links: Data: 0.24MB + Index: 0.04MB + Engine MyISAM wp_yoast_seo_meta: Data: 0.02MB + Index: 0.02MB + Engine MyISAM ### Post Type Counts ### attachment: 2737 attribute_group: 75 brand: 1 custom_css: 2 elementor_library: 37 elementskit_content: 1 elementskit_widget: 1 flamingo_contact: 37 foogallery: 34 jet-menu: 1 mastermega_content: 2 mc4wp-form: 1 nav_menu_item: 161 oembed_cache: 1 page: 129 post: 7 product: 928 revision: 585 shop_order: 82 specs-table: 1 wp_global_styles: 1 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (18) ### weLaunch Framework: by weLaunch.io – 1.0.12 Elementor Pro: by Elementor.com – 3.7.2 Elementor: by Elementor.com – 3.6.6 ????? ???? ?? ???????: by ??????? ????? – 4.4.5 ??????? ?????: by ??????? ????? – 5.9.10 PowerPack Pro for Elementor: by Team IdeaBox - PowerPack Elements – 2.9.3 Ultimate Addons for Elementor: by Brainstorm Force – 1.36.7 BEAR – Bulk Editor and Products Manager Professional for WooCommerce: by realmag777 – 2.1.1 WooCommerce Group Attributes: by weLaunch – 1.7.5 WooCommerce PDF Invoices & Packing Slips: by WP Overnight – 3.0.0 WooCommerce PDF Invoices & Packing Slips Professional: by Ewout Fernhout – 2.12.0 WooCommerce: by Automattic – 6.4.1 (update to version 6.6.1 is available) Wordfence Security: by Wordfence – 7.5.11 Yoast SEO: by Team Yoast – 19.2 WP Rocket: by WP Media – 3.11.2 Smush: by WPMU DEV – 3.10.2 YITH WooCommerce Quick View: by YITH – 1.16.0 ?????? ?????? ??? ???????? ???? ???????: by Masoud Amini alireza yousefi – 4.8.1 ### Inactive Plugins (4) ### Premmerce WooCommerce Brands: by premmerce – 3.0.0 raychat: by raychat – 1.0.4 WooCommerce: by Automattic – 6.6.1 WooCommerce: by Automattic – 6.6.0 (update to version 6.6.1 is available) ### Dropin Plugins (1) ### advanced-cache.php: advanced-cache.php ### Settings ### API Enabled: ? Force SSL: – Currency: IRT (?????) Currency Position: right_space Thousand Separator: , Decimal Separator: . Number of Decimals: 0 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: – ### WC Pages ### Shop base: #2857 - /shop/ Cart: #8714 - /cart/ Checkout: #2859 - /checkout/ My account: #2860 - /my-account/ Terms and conditions: ? Page not set ### Theme ### Name: CPlusShop Version: 1.0.0 Author URL: https://wpastra.com/about/ Child Theme: ? Parent Theme Name: Astra Parent Theme Version: 3.8.5 Parent Theme Author URL: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme WooCommerce Support: ? ### Templates ### Overrides: /home/cplussh1/public_html/wp-content/plugins/woocommerce-group-attributes/public/partials/woocommerce-group-attributes-output-layout-1.php ### Action Scheduler ### Complete: 2,767 Oldest: 2022-06-07 17:13:29 +0430 Newest: 2022-07-08 16:11:24 +0430 Failed: 1 Oldest: 2020-03-27 13:23:57 +0430 Newest: 2020-03-27 13:23:57 +0430 Pending: 4 Oldest: 2022-07-08 17:11:24 +0430 Newest: 2022-07-08 17:11:24 +0430 ### Status report information ### Generated at: 2022-07-08 16:45:54 +04:30
Hey @faranblack1992
Remote Post: ? wp_remote_post() failed. Contact your hosting provider. 403
Could you reach out to your hosting about this error in your status report, and see if the issue gets resolved.
Thanks!
@danndumia I contacted the host but they did not know what should be checked on their end and asked me what should be set for that?
-
This reply was modified 2 years, 8 months ago by
faranblack1992.
Hi @faranblack1992 ,
Please ask your hosting provider to enable
allow_url_fopen = on
option in the PHP settings of your web server.I hope that helps!
@roxannestoltz thanks for your reply, but is this mandatory for woocommerce to have this option (wp_remote_post()) enabled? because when we want to set allow_url_fopen = on it warns that it is a high security concern to make it enabled. in general I suspect that the Timeout error 500 issue is because of this option. I appreciate if you can explain a bit more about what wp_remote_post() does and its importance also that related option in php.ini setting.
-
This reply was modified 2 years, 8 months ago by
faranblack1992.
the host support said allow_url_fopen is already enabled. so what else should I check for wp_remote_post() ?
Hi @faranblack1992 ,
Thanks for providing an update!
the host support said allow_url_fopen is already enabled. so what else should I check for wp_remote_post() ?
Since they have confirmed that this has been enabled, as a next step, please could you do the following:
– Disable all plugins except for WooCommerce
– Temporarily switch your theme to Storefront
– Update WooCommerce to its latest version
– Update the WooCommerce Database to match the core version by navigating to WooCommerce?>?Status?>?Tools?>?Update database
– See if the error is still presentIf it is not, you can activate your current theme and check to see if the issue returns, if not, enable your plugins, one by one, checking after each to see when the issue returns.
Please let me know how this goes!
Hi, I’m having problems. I’m not receiving a new product notification email as an administrator and as a test client, I’m not receiving product notification emails.
in woocommerce 6.6.1
Hi @eribertonavarro!
Thank you for reaching out.
Since every case and setup is different, kindly create your own topic so we can look further into it and assist you properly.
You can create a new topic here:
https://www.ads-software.com/support/plugin/google-listings-and-ads/#new-topic-0You can include all the things you have done so we can start from where you left.
Thanks!
hi. I deactivated all plugins except woocommerce. I installed and enabled storefront theme updated database to current version and here is my wordpress status
### WordPress Environment ### WordPress address (URL): Site address (URL): WC Version: 6.6.1 REST API Version: ? 6.6.1 WC Blocks Version: ? 7.6.2 Action Scheduler Version: ? 3.4.0 Log Directory Writable: ? WP Version: 6.0 WP Multisite: – WP Memory Limit: 1 GB WP Debug Mode: ? WP Cron: ? Language: en_US External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 7.4.29 PHP Post Max Size: 160 MB PHP Time Limit: 600 PHP Max Input Vars: 10000 cURL Version: 7.83.0 OpenSSL/1.1.1o SUHOSIN Installed: – MySQL Version: 5.7.34 Max Upload Size: 160 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? wp_remote_post() failed. Contact your hosting provider. 403 Remote Get: ? ### Database ### WC Database Version: 6.6.1 WC Database Prefix: wp_ Total Database Size: 106.88MB Database Data Size: 89.16MB Database Index Size: 17.72MB wp_woocommerce_sessions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.04MB + Index: 0.02MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 0.06MB + Index: 0.05MB + 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: 1.52MB + Index: 0.84MB + 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.47MB + Engine InnoDB wp_addonlibrary_addons: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_addonlibrary_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_comments: Data: 0.05MB + Index: 0.02MB + Engine MyISAM wp_duplicator_pro_entities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_duplicator_pro_packages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ewwwio_images: Data: 4.95MB + Index: 2.50MB + Engine MyISAM wp_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB wp_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB wp_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_huger_elementor_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_like_dislike_counters: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mweb_extra_order: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mweb_pricing_survey: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mweb_sms_verify: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_options: Data: 5.89MB + Index: 0.74MB + Engine MyISAM wp_pollsa: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pollsip: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pollsq: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_postmeta: Data: 27.92MB + Index: 2.17MB + Engine MyISAM wp_posts: Data: 14.82MB + Index: 0.50MB + Engine MyISAM wp_remindmedb: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_revslider_css: Data: 0.13MB + Index: 0.00MB + Engine InnoDB wp_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_sliders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_sms_verify: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_smush_dir_images: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_stock_alert: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_termmeta: Data: 0.33MB + Index: 0.24MB + Engine MyISAM wp_terms: Data: 0.37MB + Index: 0.41MB + Engine MyISAM wp_term_relationships: Data: 0.47MB + Index: 0.97MB + Engine MyISAM wp_term_taxonomy: Data: 0.20MB + Index: 0.31MB + Engine MyISAM wp_usermeta: Data: 0.67MB + Index: 0.49MB + Engine MyISAM wp_users: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wcpdf_proforma_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_notes: Data: 0.08MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_product_attributes_lookup: Data: 1.52MB + Index: 1.52MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.05MB + Index: 0.07MB + 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.11MB + 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: 7.52MB + Index: 0.00MB + Engine InnoDB wp_wfhits: Data: 1.52MB + Index: 0.22MB + 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: 5.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.39MB + Index: 0.16MB + 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_woobe_history: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_woobe_history_bulk: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_ir: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_ir_sms_archive: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_ir_sms_contacts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wpr_rucss_resources: Data: 4.52MB + Index: 0.06MB + Engine InnoDB wp_wpr_rucss_used_css: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_yith_wcwl: Data: 0.90MB + Index: 0.48MB + Engine MyISAM wp_yith_wcwl_lists: Data: 1.40MB + Index: 1.85MB + Engine MyISAM wp_yoast_indexable: Data: 3.52MB + Index: 1.88MB + Engine InnoDB wp_yoast_indexable_hierarchy: Data: 0.20MB + Index: 0.25MB + Engine InnoDB wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yoast_primary_term: Data: 0.08MB + Index: 0.09MB + Engine InnoDB wp_yoast_seo_links: Data: 0.10MB + Index: 0.02MB + Engine MyISAM wp_yoast_seo_meta: Data: 0.02MB + Index: 0.02MB + Engine MyISAM ### Post Type Counts ### attachment: 2737 attribute_group: 75 brand: 1 custom_css: 2 elementor_library: 37 elementskit_content: 1 elementskit_widget: 1 flamingo_contact: 37 foogallery: 34 jet-menu: 1 mastermega_content: 2 mc4wp-form: 1 nav_menu_item: 161 oembed_cache: 1 page: 129 post: 6 product: 927 revision: 585 shop_order: 82 specs-table: 1 wp_global_styles: 1 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (1) ### WooCommerce: by Automattic – 6.6.1 ### Inactive Plugins (21) ### BEAR – Bulk Editor and Products Manager Professional for WooCommerce: by realmag777 – 2.1.1 Elementor: by Elementor.com – 3.6.6 Elementor Pro: by Elementor.com – 3.7.2 PowerPack Pro for Elementor: by Team IdeaBox - PowerPack Elements – 2.9.3 Premmerce WooCommerce Brands: by premmerce – 3.0.0 raychat: by raychat – 1.0.4 Smush: by WPMU DEV – 3.10.2 Ultimate Addons for Elementor: by Brainstorm Force – 1.36.7 weLaunch Framework: by weLaunch.io – 1.0.12 WooCommerce: by Automattic – 6.4.1 (update to version 6.6.1 is available) WooCommerce: by Automattic – 6.6.0 (update to version 6.6.1 is available) WooCommerce Group Attributes: by weLaunch – 1.7.5 WooCommerce PDF Invoices & Packing Slips: by WP Overnight – 3.0.0 WooCommerce PDF Invoices & Packing Slips Professional: by Ewout Fernhout – 2.12.0 Wordfence Security: by Wordfence – 7.5.11 WP Rocket: by WP Media – 3.11.2 YITH WooCommerce Quick View: by YITH – 1.16.0 Yoast SEO: by Team Yoast – 19.2 ?????? ?????? ??? ???????? ???? ???????: by Masoud Amini alireza yousefi – 4.8.1 ??????? ?????: by ??????? ????? – 5.9.10 ????? ???? ?? ???????: by ??????? ????? – 4.4.5 ### Dropin Plugins (1) ### advanced-cache.php: advanced-cache.php ### Settings ### API Enabled: ? Force SSL: – Currency: IRT (?????) Currency Position: right_space Thousand Separator: , Decimal Separator: . Number of Decimals: 0 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: #2857 - /shop/ Cart: #8714 - /cart/ Checkout: #2859 - /checkout/ My account: #2860 - /my-account/ Terms and conditions: ? Page not set ### Theme ### Name: Storefront Version: 4.1.1 Author URL: https://woocommerce.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: – ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products 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 wc-pay-subscriptions-page Disabled Features: minified-js settings Daily Cron: ? Next scheduled: 2022-07-11 11:16:42 +04:30 Options: ? Notes: 89 Onboarding: completed ### Action Scheduler ### Complete: 2,622 Oldest: 2022-06-09 21:25:05 +0430 Newest: 2022-07-10 19:40:03 +0430 Failed: 1 Oldest: 2020-03-27 13:23:57 +0430 Newest: 2020-03-27 13:23:57 +0430 Pending: 5 Oldest: 2022-07-10 20:29:12 +0430 Newest: 2022-07-11 19:40:03 +0430 ### Status report information ### Generated at: 2022-07-10 20:26:47 +04:30
I searched about the timeout error and I found that the Litespeed webserver will shows this error when an script take too long to proccess. so I added the following lines in htaccess:
<IfModule Litespeed>
RewriteEngine On
RewriteRule .* – [E=noabort:1, E=noconntimeout:1]
</IfModule>
now the pages load, but with very long delay, delay starts from 120 second to higher durations.
I have old database on server and with woocommerce version 6.4 I have no problem in loading pages. also when woocommerce is disabled I have no problem in loading pages. so this is something with woocommerce 6.6.1 and shared host setting for sure, but I do not know what it is. I tried clear WooCommerce transients and clear Expired transients. but they did not help at all. also I get a lot of this warning when woocommerce version 6.6.1 with updated database is active:[10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:26 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:27 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:27 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:27 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:27 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:27 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:27:27 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:38 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:39 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:39 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:39 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:39 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:39 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:39 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130 [10-Jul-2022 16:30:39 UTC] PHP Notice: Undefined index: TE in /home/cplussh1/public_html/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php on line 130
in debug.log file. I appreciate any help and suggestion.
Hi @faranblack1992 ,
Thanks for the update.
WordPress address (URL): https://cplusshop.com
As a next step, please could you check the validaty of the sites SSL certificate, you can reach out to your host for help with this, as this could also be related to the issue.
Below is more information regarding SSL and HTTPS for WooCommerce:
https://woocommerce.com/document/ssl-and-https/
Please let me know the outcome.
Thanks!
yes recently we paid for SSl certificate and it is active.I changed the wordpress address in General section in setting to https://cplusshop.com (while test database that is updated to woocommerce version 6.6.1 was the one that was used in wp-config.php) and I checked and it still had very long delay in loading pages both in dashboard and frontend.
-
This reply was modified 2 years, 8 months ago by
- The topic ‘woocommerce 6.6.1’ is closed to new replies.