• Resolved keneso

    (@keneso)


    I am trying to activate Woocommerce, and it returns:

    “The connection was canceled

    The connection to the server was canceled while the page was loading.”

    On the site I see the pages (shop, account, cart, checkout), the tables in database are there, but on admin, after hitting the browser back button, the plugin is not activated, and no WC menu.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hey @keneso ,

    Thanks for reaching out!

    It seems like you are experiencing issues activating WooCommerce, is this correct?

    On the site I see the pages (shop, account, cart, checkout), the tables in database are there, but on admin, after hitting the browser back button, the plugin is not activated, and no WC menu

    Hmm, this is indeed odd behavior. Can you see if logging out of your wp-admin and back in makes any difference? Also, can you see if this issue is present in various browsers, or only a specific browser?

    Can you please also share any errors you may identify when inspecting the console on the page displaying the error message?

    You can read more about?using your browser console to identify errors here.

    Additionally, can you please share a clear screenshot of the error message as you are seeing it on your end? If you do not already have a screenshot tool installed, Snipboard.io can be used for easily sharing screenshots.

    Looking forward to your response!

    Hi there,

    We haven’t heard back from you in a while, I hope that you have managed to make some headway in getting this resolved!

    I’m going to mark this as resolved, however, feel free to create a new topic if you need any further help.

    Cheers!

    Thread Starter keneso

    (@keneso)

    Hi Roxy

    Sorry I could not reply any sooner, I had some urgency to take care of.

    I tried Opera, and Firefox, same result, also more than once I logged out, and back in. Thank you.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @keneso

    The error message you’re receiving suggests that the connection to your localhost server is timing out.

    This could be due to several reasons, such as a slow internet connection, an issue in the localhost server, or a conflict with another plugin. Here are a few steps you can take to troubleshoot this issue:

    1. Make sure you have a stable internet connection.
    2. Try deactivating all other plugins except WooCommerce to see if there’s a conflict causing the issue.
    3. You might need to increase the PHP time limit on localhost. You can edit the php.ini file to increase it. If you are using XAMPP, then you can follow the guide shared here: https://yourictmagazine.com/howtos/859-howto-increase-maximum-execution-time-in-xampp-wamp.html
    4. If the issue persists, enable WP Debug and check logs for any errors that might give a clue as to what’s causing the issue.

    If you’re still having trouble after trying these steps, please get back to us with any error messages or logs you have, and we’ll be happy to help you further.

    Thread Starter keneso

    (@keneso)

    Hi Shameem

    Thank you, I will follow your suggestions, and report back.

    Thread Starter keneso

    (@keneso)

    Hi again

    I increased the php max_execution_time = from 90 to 180, and it kept failing, I disabled plugins, save the WC, I restarted Apache, and failed; I then removed the plugins from plugins directory, and failed. Meanwhile I did a few Apache restarts; I did all while WP_DEBUG was set to true.

    I did add WP_DEBUG_LOG and set it to true, I tried one more time to activate WC, and it did activate. I really don’t know what happened, I am guessing there was/is some issue/conflict with Apache/php/MySql as the Apache logs does report some errors I need to investigate more.

    That said the WP debug reports 10 deprecated and 2 warnings of WC.

    Hey @keneso ,

    I did add WP_DEBUG_LOG and set it to true, I tried one more time to activate WC, and it did activate. I really don’t know what happened, I am guessing there was/is some issue/conflict with Apache/php/MySql as the Apache logs does report some errors I need to investigate more.

    I’m really glad to hear that you managed to get WooCommerce activated!

    This seems to be pointing to more of a server-related issue, and it’s possible that the server just needed a restart.

    You can also check that all the?WooCommerce Server Recommendations?and?WordPress requirements?are met to avoid these types of issues.

    That said the WP debug reports 10 deprecated and 2 warnings of WC.

    Would you mind sharing these with us here so that we can take a closer look?

    Just to add – Deprecation notices shouldn’t break any functionality of your site in any way. These typically outline functions that have been replaced with newer ones and are no longer recommended for use.

    As a first step, could you make sure that WordPress and WooCommerce are both updated to their latest available version? If that looks good, it’s possible that the deprecated functions are being called by another plugin, theme, or custom code.

    However, before suggesting a full conflict test, I’d like to have a better understanding of your sites current environment so that we can see if there is anything there that may help us identify what may be triggering these notices.

    Please can you share a copy of your site’s System Status Report which you can find via WooCommerce → Status.

    Select?Get system report?and then?Download for Support. This will download a TXT file that has the contents of the SSR which you can then share with us here.

    Cheers!

    Thread Starter keneso

    (@keneso)

    Hi Roxy

    Deprecation notices shouldn’t break any functionality of your site in any way

    Thanks, I am aware of that, I just thought to share it with you for maybe future versions, here are the WP debug lines (sorry for I am not aware of how to share a file, so just pasting it here):

    [13-Nov-2023 12:26:30 UTC] PHP Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\vendor\jetpack-autoloader\class-version-selector.php on line 63 [13-Nov-2023 12:26:30 UTC] PHP Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\vendor\jetpack-autoloader\class-version-selector.php on line 48 [13-Nov-2023 12:26:30 UTC] PHP Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\vendor\jetpack-autoloader\class-version-selector.php on line 63 [13-Nov-2023 12:26:30 UTC] PHP Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\vendor\jetpack-autoloader\class-version-selector.php on line 48 [13-Nov-2023 12:26:30 UTC] PHP Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\vendor\jetpack-autoloader\class-version-selector.php on line 63 [13-Nov-2023 12:26:30 UTC] PHP Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\vendor\jetpack-autoloader\class-version-selector.php on line 48 [13-Nov-2023 12:26:33 UTC] PHP Warning: Undefined array key "comment" in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\src\Internal\Admin\Translations.php on line 84 [13-Nov-2023 12:26:33 UTC] PHP Warning: Trying to access array offset on value of type null in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\src\Internal\Admin\Translations.php on line 84 [13-Nov-2023 12:26:33 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\src\Internal\Admin\Translations.php on line 88 [13-Nov-2023 12:26:33 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\src\Internal\Admin\Translations.php on line 89 [13-Nov-2023 12:26:35 UTC] PHP Deprecated: Automatic conversion of false to array is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\src\Admin\DataSourcePoller.php on line 138 [13-Nov-2023 12:26:36 UTC] PHP Deprecated: Automatic conversion of false to array is deprecated in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\src\Admin\DataSourcePoller.php on line 138

    And here is the WC status report, in case you need translation for some of the lines please feel free to ask, i.e. SoapClient: ? Il tuo server non ha la classe SoapClient attiva - alcuni plugin gateway che usano SOAP potrebbero non funzionare correttamente. Your serve does not have SoapClient class active – some gateway plugins that use SOAP could not function properly.

    ` WordPress Environment
    
    WordPress address (URL): https://localhost/kamaleu-wp<br>Site address (URL): https://localhost/kamaleu-wp<br>WC Version: 8.2.2<br>REST API Version: ? 8.2.2<br>WC Blocks Version: ? 11.1.3<br>Action Scheduler Version: ? 3.6.3<br>Log Directory Writable: ?<br>WP Version: 6.4.1<br>WP Multisite: –<br>WP Memory Limit: 1 GB<br>WP Debug Mode: ?<br>WP Cron: ?<br>Language: it_IT<br>External object cache: – Server Environment
    
    Server Info: Apache/2.4.10 (Win64) PHP/8.2.4<br>PHP Version: 8.2.4<br>PHP Post Max Size: 32 MB<br>PHP Time Limit: 180<br>PHP Max Input Vars: 1000<br>cURL Version: 7.85.0<br>OpenSSL/3.0.8
    
    SUHOSIN Installed: –<br>MySQL Version: 5.6.22-log<br>Max Upload Size: 16 MB<br>Default Timezone is UTC: ?<br>fsockopen/cURL: ?<br>SoapClient: ? Il tuo server non ha la classe SoapClient attiva - alcuni plugin gateway che usano SOAP potrebbero non funzionare correttamente.<br>DOMDocument: ?<br>GZip: ?<br>Multibyte String: ?<br>Remote Post: ?<br>Remote Get: ? Database
    
    WC Database Version: 8.2.2<br>WC Database Prefix: wp_<br>Dimensione totale database: 9.40MB<br>Dimensione dati database: 6.49MB<br>Dimensione indice database: 2.91MB<br>wp_woocommerce_sessions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_woocommerce_downloadable_product_permissions: Dati: 0.02MB + indice: 0.06MB + motore InnoDB<br>wp_woocommerce_order_items: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_woocommerce_order_itemmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_tax_rates: Dati: 0.02MB + indice: 0.06MB + motore InnoDB<br>wp_woocommerce_tax_rate_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_shipping_zones: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_woocommerce_shipping_zone_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_shipping_zone_methods: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_woocommerce_payment_tokens: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_woocommerce_payment_tokenmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_woocommerce_log: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_actionscheduler_actions: Dati: 0.02MB + indice: 0.11MB + motore InnoDB<br>wp_actionscheduler_claims: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_actionscheduler_groups: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_actionscheduler_logs: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_commentmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_comments: Dati: 0.02MB + indice: 0.08MB + motore InnoDB<br>wp_links: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_automations: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_mailpoet_automation_runs: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_automation_run_logs: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_mailpoet_automation_run_subjects: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_automation_triggers: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_mailpoet_automation_versions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_custom_fields: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_dynamic_segment_filters: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_feature_flags: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_forms: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_mailpoet_log: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_mailpoet_migrations: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_newsletters: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_newsletter_links: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_mailpoet_newsletter_option: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_newsletter_option_fields: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_newsletter_posts: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_newsletter_segment: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_newsletter_templates: Dati: 2.52MB + indice: 0.00MB + motore InnoDB<br>wp_mailpoet_scheduled_tasks: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_scheduled_task_subscribers: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_segments: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_sending_queues: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_settings: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_statistics_bounces: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_mailpoet_statistics_clicks: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_mailpoet_statistics_forms: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_statistics_newsletters: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_statistics_opens: Dati: 0.02MB + indice: 0.08MB + motore InnoDB<br>wp_mailpoet_statistics_unsubscribes: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_mailpoet_statistics_woocommerce_purchases: Dati: 0.02MB + indice: 0.08MB + motore InnoDB<br>wp_mailpoet_stats_notifications: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_subscribers: Dati: 0.02MB + indice: 0.23MB + motore InnoDB<br>wp_mailpoet_subscriber_custom_field: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_subscriber_ips: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_subscriber_segment: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_subscriber_tag: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_mailpoet_tags: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_user_agents: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_mailpoet_user_flags: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_options: Dati: 2.06MB + indice: 0.06MB + motore InnoDB<br>wp_postmeta: Dati: 0.06MB + indice: 0.03MB + motore InnoDB<br>wp_posts: Dati: 0.06MB + indice: 0.06MB + motore InnoDB<br>wp_termmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_terms: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_term_relationships: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_term_taxonomy: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_usermeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_users: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_wc_admin_notes: Dati: 0.06MB + indice: 0.00MB + motore InnoDB<br>wp_wc_admin_note_actions: Dati: 0.05MB + indice: 0.02MB + motore InnoDB<br>wp_wc_category_lookup: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_wc_orders: Dati: 0.02MB + indice: 0.11MB + motore InnoDB<br>wp_wc_orders_meta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_wc_order_addresses: Dati: 0.02MB + indice: 0.06MB + motore InnoDB<br>wp_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_wc_order_operational_data: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_wc_order_product_lookup: Dati: 0.02MB + indice: 0.06MB + motore InnoDB<br>wp_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB<br>wp_wc_order_tax_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB<br>wp_wc_product_attributes_lookup: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_wc_product_download_directories: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_wc_product_meta_lookup: Dati: 0.02MB + indice: 0.09MB + motore InnoDB<br>wp_wc_rate_limits: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_wc_reserved_stock: Dati: 0.02MB + indice: 0.00MB + motore InnoDB<br>wp_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + motore InnoDB<br>wp_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB Post Type Counts
    
    attachment: 10<br>mailpoet_page: 1<br>nav_menu_item: 7<br>page: 8<br>post: 2<br>product: 6<br>revision: 5<br>wp_navigation: 1<br>wp_template: 2 Security
    
    Secure connection (HTTPS): ?<br>Il tuo negozio non utilizza HTTPS. Scopri di più su HTTPS e certificati SSL .<br>Hide errors from visitors: ?I messaggi di errore non saranno mostrati ai visitatori. Active Plugins (1)
    
    WooCommerce: by Automattic – 8.2.2 Inactive Plugins (3)
    
    Akismet Anti-spam: Spam Protection: by Automattic - Anti-spam Team – 5.3<br>Hello Dolly: by Matt Mullenweg – 1.7.2<br>WooCommerce Payments: by Automattic – 6.6.2 (aggiornamento alla versione 6.7.1 disponibile) Settings
    
    API Enabled: –<br>Force SSL: –<br>Currency: EUR (€)<br>Currency Position: right_space<br>Thousand Separator: .<br>Decimal Separator: ,<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)
    
    Connected to WooCommerce.com: –<br>Enforce Approved Product Download Directories: ?<br>HPOS feature screen enabled: ?<br>HPOS feature enabled: ?<br>Order datastore: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore<br>HPOS data sync enabled: – WC Pages
    
    Shop base: #7 - /<br>Carrello: #8 - /cart/<br>Pagamento: #9 - /checkout/<br>Il mio account: #10 - /my-account/<br>Termini e condizioni: ? La pagina non è impostata Theme
    
    Name: Storefront Child AFZ<br>Version: 1.0.0<br>Author URL: https://afzdesign.com<br>Child Theme: ?<br>Parent Theme Name: Storefront<br>Parent Theme Version: 4.5.3<br>Parent Theme Author URL: https://woocommerce.com/<br>WooCommerce Support: ? Templates
    
    Overrides: storefront-child-afz/archive-product.php Admin
    
    Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>product-variation-management<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page
    
    Disabled Features: customize-store<br>minified-js<br>new-product-management-experience<br>settings<br>async-product-editor-category-field
    
    Daily Cron: ? Next scheduled: 2023-11-14 18:33:02 +01:00<br>Options: ?<br>Notes: 67<br>Onboarding: completed Action Scheduler
    
    Completato: 11<br>Oldest: 2023-10-25 20:34:14 +0200<br>Newest: 2023-11-13 19:23:32 +0100
    
    Operazione non riuscita: 7<br>Oldest: 2023-11-13 13:26:34 +0100<br>Newest: 2023-11-14 11:18:09 +0100
    
    In attesa: 4<br>Oldest: 2023-11-14 12:18:09 +0100<br>Newest: 2023-11-14 13:26:34 +0100 Status report information
    
    Generated at: 2023-11-14 11:22:29 +01:00<br>`

    Cheers

    Saif

    (@babylon1999)

    Hello @keneso,

    Is it possible that your antivirus software might be causing the problem? :?)

    Also, may I ask what’s the localhost service you’re using?

    I personally use LocaLWP for testing purposes, and it’s been performing excellently.

    Look forward to hearing back from you.

    Thread Starter keneso

    (@keneso)

    Hi Saif

    Is it possible that your antivirus software might be causing the problem? :?)

    Could be, but since now WC is functioning I am notconcerned about it.

    Also, may I ask what’s the localhost service you’re using?

    I manually installed MySql, Php, and Apache on my Windows pc.

    Cheers

    Saif

    (@babylon1999)

    I manually installed MySql, Php, and Apache on my Windows pc.

    I don’t mean to come across as promoting WPlocal, but it’s significantly easier than manual configuration. ??

    Also, I forgot to mention, regarding the deprecation notices, they’re expected with PHP 8.2.

    As for the following warning error, it was already fixed in version 8.3.0.

    PHP Warning: Trying to access array offset on value of type null in C:\localhost-path\kamaleu-wp\wp-content\plugins\woocommerce\src\Internal\Admin\Translations.php on line 84

    Let us know if you have any other questions! :?)

    Thread Starter keneso

    (@keneso)

    Hi Saif

    I plan to test localwp. I just posted the notices as it was requested. This may be closed.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘woocommerce activation fails in local setup – timeout’ is closed to new replies.