Title: dev's Replies - page 18 | WordPress.org

---

# dev

  [  ](https://wordpress.org/support/users/devksec/)

 *   [Profile](https://wordpress.org/support/users/devksec/)
 *   [Topics Started](https://wordpress.org/support/users/devksec/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devksec/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devksec/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devksec/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devksec/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devksec/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 256 through 264 (of 264 total)

[←](https://wordpress.org/support/users/devksec/replies/page/17/?output_format=md)
[1](https://wordpress.org/support/users/devksec/replies/?output_format=md) [2](https://wordpress.org/support/users/devksec/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/devksec/replies/page/3/?output_format=md)…
[16](https://wordpress.org/support/users/devksec/replies/page/16/?output_format=md)
[17](https://wordpress.org/support/users/devksec/replies/page/17/?output_format=md)
18

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer log out not working](https://wordpress.org/support/topic/customer-log-out-not-working/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/customer-log-out-not-working/#post-12861344)
 * We’ve disabled all plugins apart from woocommerce within a dev version of the
   site and the issue persists.
 * Also switching theme does not resolve it either.
 * This would indicate a wordpress configuration issue is most likely the cause.
   Are there any key factors to the woocommerce nonces within a multisite config
   that could be the cause ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer log out not working](https://wordpress.org/support/topic/customer-log-out-not-working/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/customer-log-out-not-working/#post-12823715)
 * Still no luck so far with trying to troubleshoot this.
 * Does anyone have any recommendations or insight ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer log out not working](https://wordpress.org/support/topic/customer-log-out-not-working/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/customer-log-out-not-working/#post-12793614)
 * Disabled apache pagespeed and no luck either .. Anything else that could be a
   miss ? It does look like the nonce tokens are changing
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer log out not working](https://wordpress.org/support/topic/customer-log-out-not-working/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/customer-log-out-not-working/#post-12793401)
 * Checking the relic-fashion-store theme, the following hooks are enabled
 *     ```
       <!-- User Login Section -->
       			<li class="login">
       				<a href="<?php echo esc_url(wp_logout_url(home_url())); ?>">
       					<i class="fa fa-lock"></i>
       				</a>
       			</li>
   
       		<?php } else{ ?>
   
       		<!-- User Login Section -->
       		<li class="login">
       			<a href="<?php echo esc_url( get_permalink(get_option('woocommerce_myaccount_page_id'))); ?>">
       				<i class="fa fa-sign-in" aria-hidden="true">
       			</a>
       		</li>
   
       		<!-- Woocommerce Account Page -->
       		<li class="login">
       			<a href="<?php echo esc_url(get_permalink(get_option('woocommerce_myaccount_page_id'))); ?>">
       				<i class="fa fa-user"></i>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer log out not working](https://wordpress.org/support/topic/customer-log-out-not-working/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/customer-log-out-not-working/#post-12793395)
 * I’ve seen similar reports of the same issues going back over the years. Most 
   seem to be a cache/SSL issue.
 * The SSL side of things is compatible with woocommerce with (Full Strict) and 
   the caching is done via cloudflare etc.
 * It could be that even having cloudflare in dev mode (Bypass cache) It might not
   be enough to resolve/troubleshoot the issue ? I’m seeing bypass on the cache 
   status of some of the requests however.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer log out not working](https://wordpress.org/support/topic/customer-log-out-not-working/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/customer-log-out-not-working/#post-12791599)
 * Sure thing:
 *     ```
       ### WordPress Environment ###
   
       WordPress address (URL): https://DOMAIN.com
       Site address (URL): https://DOMAIN.com
       WC Version: 4.1.0
       REST API Version: ✔ 1.0.7
       WC Blocks Version: ✔ 2.5.16
       Action Scheduler Version: ✔ 3.1.5
       WC Admin Version: ✔ 1.1.1
       Log Directory Writable: ✔
       WP Version: 5.4.1
       WP Multisite: ✔
       WP Memory Limit: 512 MB
       WP Debug Mode: –
       WP Cron: ✔
       Language: en_GB
       External object cache: –
   
       ### Server Environment ###
   
       Server Info: Apache
       PHP Version: 7.3.13
       PHP Post Max Size: 40 MB
       PHP Time Limit: 6000
       PHP Max Input Vars: 1000
       cURL Version: 7.67.0
       OpenSSL/1.1.1d
   
       SUHOSIN Installed: –
       MySQL Version: 8.0.18
       Max Upload Size: 40 MB
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔
   
       ### Database ###
   
       WC Database Version: 4.1.0
       WC Database Prefix: wp_3_
       Total Database Size: 191.95MB
       Database Data Size: 180.07MB
       Database Index Size: 11.88MB
       wp_3_woocommerce_sessions: Data: 5.02MB + Index: 0.09MB + Engine InnoDB
       wp_3_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_3_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_woocommerce_order_itemmeta: Data: 0.09MB + Index: 0.03MB + Engine InnoDB
       wp_3_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_3_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_actionscheduler_actions: Data: 1.17MB + Index: 0.48MB + Engine InnoDB
       wp_3_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_actionscheduler_logs: Data: 0.36MB + Index: 0.31MB + Engine InnoDB
       wp_3_amazon_accounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_btg: Data: 1.52MB + Index: 0.34MB + Engine InnoDB
       wp_3_amazon_categories: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_amazon_feed_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_feed_tpl_data: Data: 1.52MB + Index: 0.25MB + Engine InnoDB
       wp_3_amazon_feed_tpl_values: Data: 2.52MB + Index: 0.50MB + Engine InnoDB
       wp_3_amazon_feeds: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_listings: Data: 0.06MB + Index: 0.19MB + Engine InnoDB
       wp_3_amazon_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_3_amazon_markets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_orders: Data: 1.50MB + Index: 0.05MB + Engine InnoDB
       wp_3_amazon_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_profiles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_reports: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_shipping: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_amazon_stock_log: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
       wp_3_atum_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_atum_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_atum_product_data: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_3_cartflows_ca_cart_abandonment: Data: 0.06MB + Index: 0.02MB + Engine InnoDB
       wp_3_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_cmplz_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_comments: Data: 0.06MB + Index: 0.09MB + Engine InnoDB
       wp_3_content_tabs_ultimate_import: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_content_tabs_ultimate_list: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_content_tabs_ultimate_style: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_accounts: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_auctions: Data: 1.19MB + Index: 0.14MB + Engine InnoDB
       wp_3_ebay_categories: Data: 1.52MB + Index: 0.69MB + Engine InnoDB
       wp_3_ebay_jobs: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_3_ebay_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_orders: Data: 0.20MB + Index: 0.02MB + Engine InnoDB
       wp_3_ebay_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_profiles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_shipping: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_sites: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_stocks_log: Data: 1.42MB + Index: 0.00MB + Engine InnoDB
       wp_3_ebay_store_categories: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_ebay_transactions: Data: 0.20MB + Index: 0.05MB + Engine InnoDB
       wp_3_feedmanager_channel: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_feedmanager_country: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_feedmanager_feed_status: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_feedmanager_field_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_feedmanager_product_feed: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_feedmanager_product_feedmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_feedmanager_source: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_mail_bank: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wp_3_mail_bank_logs: Data: 3.38MB + Index: 0.01MB + Engine MyISAM
       wp_3_mail_bank_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wp_3_mgmlp_folders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
       wp_3_mo2f_user_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_mo2f_user_login_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_options: Data: 8.09MB + Index: 0.20MB + Engine InnoDB
       wp_3_postmeta: Data: 7.52MB + Index: 2.97MB + Engine InnoDB
       wp_3_posts: Data: 9.42MB + Index: 0.34MB + Engine InnoDB
       wp_3_redirection_404: Data: 0.13MB + Index: 0.14MB + Engine InnoDB
       wp_3_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_redirection_items: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
       wp_3_redirection_logs: Data: 0.23MB + Index: 0.11MB + Engine InnoDB
       wp_3_term_relationships: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
       wp_3_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_3_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_3_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_3_wc_product_meta_lookup: Data: 0.05MB + Index: 0.09MB + Engine InnoDB
       wp_3_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_wctofb: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_3_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_3_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_blogmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_blogs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_itsec_distributed_storage: Data: 2.50MB + Index: 0.02MB + Engine InnoDB
       wp_itsec_fingerprints: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_itsec_geolocation_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_itsec_lockouts: Data: 0.13MB + Index: 0.08MB + Engine InnoDB
       wp_itsec_logs: Data: 42.08MB + Index: 1.55MB + Engine InnoDB
       wp_itsec_mutexes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_itsec_temp: Data: 1.52MB + Index: 1.16MB + Engine InnoDB
       wp_itsec_user_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_registration_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_site: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_sitemeta: Data: 81.50MB + Index: 0.03MB + Engine InnoDB
       wp_usermeta: Data: 0.22MB + Index: 0.16MB + Engine InnoDB
       wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       ### Post Type Counts ###
   
       attachment: 438
       custom_css: 1
       customize_changeset: 16
       elementor_library: 2
       mgmlp_media_folder: 6
       nav_menu_item: 37
       page: 26
       post: 13
       product: 92
       product_variation: 67
       revision: 903
       shop_coupon: 10
       shop_order: 27
       tm_global_cp: 10
       wafs: 1
   
       ### Security ###
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔
   
       ### Active Plugins (45) ###
   
       WordPress Importer: by wordpressdotorg – 0.7
       WP-Lister Lite for Amazon: by WP Lab – 1.5.2 – Installed version not tested with active version of WooCommerce 4.1.0
       iThemes Security: by iThemes – 7.7.1
       Cloudflare: by John Wineman
       Furkan Yilmaz
       Junade Ali (Cloudflare Team) – 3.4.1
   
       WooCommerce Stripe Gateway: by WooCommerce – 4.3.3 – Installed version not tested with active version of WooCommerce 4.1.0
       WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.4.9 – Installed version not tested with active version of WooCommerce 4.1.0
       WooCommerce PayPal Checkout Gateway: by WooCommerce – 1.6.21 – Installed version not tested with active version of WooCommerce 4.1.0
       WPScan: by WPScan Team – 1.7
       Elementor: by Elementor.com – 2.9.8
       Multisite Enhancements: by Frank Bültge – 1.5.2
       WooCommerce Cart Abandonment Recovery: by CartFlows Inc – 1.2.5 – Installed version not tested with active version of WooCommerce 4.1.0
       WP-Lister Lite for eBay: by WP Lab – 2.5.3 – Installed version not tested with active version of WooCommerce 4.1.0
       WooCommerce CoinPayments.net Gateway: by CoinPayments.net – 1.0.12 – Installed version not tested with active version of WooCommerce 4.1.0
       Elementor Addons & Templates - Sizzify Lite: by ThemeIsle – 1.3.2
       WooCommerce Menu Cart: by Jeremiah Prummer
       Ewout Fernhout – 2.7.8.1 – Installed version not tested with active version of WooCommerce 4.1.0
   
       AJAX Search for WooCommerce: by Damian Góra – 1.6.3 – Installed version not tested with active version of WooCommerce 4.1.0
       WooCommerce Wholesale Prices: by Rymera Web Co – 1.11.4
       Autoptimize: by Frank Goossens (futtta) – 2.7.0
       Raw HTML: by Janis Elsts – 1.6.2
       WooSidebars: by WooCommerce – 1.4.5
       Essential Addons for Elementor: by WPDeveloper – 3.9.4 – Installed version not tested with active version of WooCommerce 4.1.0
       Media Cloud: by interfacelab – 3.3.21
       Shortcodes Ultimate: by Vladimir Anokhin – 5.8.1
       String Locator: by Clorith – 2.3.1
       Wordfence Security: by Wordfence – 7.4.7
       Redirection: by John Godley – 4.7.1
       All In One SEO Pack: by All in One SEO Team – 3.4.3
       WP Meta and Date Remover: by Prasad Kirpekar – 1.7.9
       Hide Page And Post Title: by Arjun Thakur – 1.5.2
       Flexible Shipping: by WP Desk – 3.9.19
       WooCommerce: by Automattic – 4.1.0
       WooCommerce TM Extra Product Options: by themeComplete – 5.0.10.1
       Complianz | GDPR/CCPA Cookie Consent: by RogierLankhorst
       Complianz – 4.5.2
   
       Jetpack by WordPress.com: by Automattic – 8.5
       Font Awesome: by Font Awesome – 4.0.0-rc20
       WP Mail SMTP Plugin by Mail Bank: by Tech Banker – 4.0.11
       WooCommerce Multisite Product Sync: by Obtain Infotech – 1.6.0 – Installed version not tested with active version of WooCommerce 4.1.0
       WooCommerce Admin: by WooCommerce – 1.1.1
       UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
       DavidAnderson – 1.16.23
   
       Coming Soon Page, Under Construction & Maintenance Mode by SeedProd: by SeedProd – 5.1.0
       WP-Optimize - Clean, Compress, Cache: by David Anderson
       Ruhani Rabin
       Team Updraft – 3.0.19
   
       Easy Updates Manager: by Easy Updates Manager Team – 9.0.3
       Payment Gateways by User Roles for WooCommerce: by Tyche Softwares – 1.2.2 – Installed version not tested with active version of WooCommerce 4.1.0
       Stock Sync for WooCommerce: by Lauri Karisola / WooElements.com – 1.2.2 – Installed version not tested with active version of WooCommerce 4.1.0
       WP Security Audit Log: by WP White Security – 4.0.3
   
       ### Inactive Plugins (13) ###
   
       BeOnePage Lite Plugin: by BeTheme – 1.0.0
       Cloudflare Flexible SSL: by One Dollar Plugin – 1.3.0
       Custom Product Tabs for WooCommerce: by YIKES
       Inc. – 1.7.1 – Installed version not tested with active version of WooCommerce 4.1.0
   
       Envato Market: by Envato – 2.0.3
       Google Authenticator: by Ivan Kruchkoff – 0.52
       NS Cloner - Site Copier: by Never Settle – 4.0.7
       Official Facebook Pixel: by Facebook – 2.0.2
       Prime Mover: by Codexonics – 1.0.9
       Store Toolkit for WooCommerce: by Visser Labs – 2.2 – Installed version not tested with active version of WooCommerce 4.1.0
       Two Factor Authentication: by David Nutbourne + David Anderson
       original plugin by Oskar Hane – 1.7.2 – Installed version not tested with active version of WooCommerce 4.1.0
   
       VivoKey OpenID Connect: by VivoKey – 1.2
       WooCommerce Amazon Pay: by WooCommerce – 1.12.2
       WordPress Multisite Content Copier/Updater: by Obtain Infotech – 1.4.0
   
       ### Must Use Plugins (1) ###
   
       prime-mover-cli-plugin-manager.php: by  –
   
       ### Settings ###
   
       API Enabled: –
       Force SSL: ✔
       Currency: GBP (£)
       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: –
   
       ### WC Pages ###
   
       Shop base: #859 - /all-products/
       Basket: #217 - /cart/
       Checkout: #218 - /checkout/
       My account: #219 - /my-account/
       Terms and conditions: ❌ Page not set
   
       ### Theme ###
   
       Name: Prod Store
       Version: 1.0.0
       Author URL: 
       Child Theme: ✔
       Parent Theme Name: Relic Fashion Store
       Parent Theme Version: 1.1.8
       Parent Theme Author URL: http://www.themerelic.com
       WooCommerce Support: ✔
   
       ### Templates ###
   
       Overrides: relic-fashion-store/woocommerce/archive-product.php
       /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/woocommerce-tm-extra-product-options/templates/cart/cart-item-data.php
       relic-fashion-store/woocommerce/loop/add-to-cart.php
       relic-fashion-store/woocommerce/single-product/up-sells.php
       relic-fashion-store/woocommerce/single-product.php
   
       ### Action Scheduler ###
   
       Complete: 1,528
       Oldest: 2020-04-05 17:25:09 +0100
       Newest: 2020-05-06 15:40:57 +0100
   
       Pending: 3
       Oldest: 2020-05-06 16:40:57 +0100
       Newest: 2020-05-07 02:44:31 +0100
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Migrate subsite to primarysite](https://wordpress.org/support/topic/migrate-subsite-to-primarysite/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/migrate-subsite-to-primarysite/#post-12689035)
 * So the main site is mapped to a random subdomain (To prevent public access etc).
 * Because woocommerce is setup and we have a autosync enabled, its syncing data
   to the main site which is just eating up resources. The mainsite has pretty much
   nothing in it other than sync’d data.
 * We’ve only got 2 subsites and the mainsite but as the main site is not used at
   all it makes sense to remove this by replacing it with one of the subsites.
 * Theres AWS snapshots and Updraft backups so were covered by that. Just when reading
   the guides it doesn’t look like we can delete the main site after switching the
   config. Unless we follow one were we copy on the database tables for site 3 into
   the mainsite.
 * Do you know of an easy way to migrate a subsite to a main site of a new installation
   for that method ?
    -  This reply was modified 6 years, 4 months ago by [dev](https://wordpress.org/support/users/devksec/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Authenticator] Cannot view 2fa menus or options in woocommerce](https://wordpress.org/support/topic/cannot-view-2fa-menus-or-options-in-woocommerce/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/cannot-view-2fa-menus-or-options-in-woocommerce/#post-12492208)
 * Tried to test disabling it but it breaks the site. Luckily were still in pre-
   prod with this.
 * I can try setup a new site to test it on. Is there a shortcode that I could try
   get it to render on a test page ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Two Factor Authentication] Issue with woocommerce & 2fa for front user](https://wordpress.org/support/topic/issue-with-woocommerce-2fa-for-front-user/)
 *  Thread Starter [dev](https://wordpress.org/support/users/devksec/)
 * (@devksec)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/issue-with-woocommerce-2fa-for-front-user/#post-12428469)
 * Seems this being logged to the console
 *     ```
       SyntaxError: Unexpected token S in JSON at position 0
           at JSON.parse (<anonymous>)
           at Object.success ((index):83)
           at i (jquery.js?ver=1.12.4-wp:1)
           at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:1)
           at x (jquery.js?ver=1.12.4-wp:1)
           at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:1)
       (index):106 Security check
       ```
   
 * Then once the popup is clicked
 *     ```
       [Violation] 'readystatechange' handler took 4119ms
       (index):134 Security check (3).
       (index):135 SyntaxError: Unexpected token S in JSON at position 0
           at JSON.parse (<anonymous>)
           at Object.success ((index):130)
           at i (jquery.js?ver=1.12.4-wp:1)
           at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:1)
           at x (jquery.js?ver=1.12.4-wp:1)
           at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:1)
       (index):140 TFA: no code found
       jquery.js?ver=1.12.4-wp:1 [Violation] 'readystatechange' handler took 1262ms
       ```
   

Viewing 9 replies - 256 through 264 (of 264 total)

[←](https://wordpress.org/support/users/devksec/replies/page/17/?output_format=md)
[1](https://wordpress.org/support/users/devksec/replies/?output_format=md) [2](https://wordpress.org/support/users/devksec/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/devksec/replies/page/3/?output_format=md)…
[16](https://wordpress.org/support/users/devksec/replies/page/16/?output_format=md)
[17](https://wordpress.org/support/users/devksec/replies/page/17/?output_format=md)
18