Title: bethgee's Replies | WordPress.org

---

# bethgee

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/bethgee/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bethgee/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/bethgee/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/bethgee/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/bethgee/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/bethgee/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Breadcrumbs need to show ALL of Custom Taxonomy terms, not just one](https://wordpress.org/support/topic/breadcrumbs-need-to-show-all-of-custom-taxonomy-terms-not-just-one/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/breadcrumbs-need-to-show-all-of-custom-taxonomy-terms-not-just-one/#post-18351559)
 * FINALLY found a solution with ChatGPT –
 *     ```wp-block-code
       add_action('wp_footer', 'custom_breadcrumbs_js', 20);function custom_breadcrumbs_js() {    if (is_singular('move-studio-videos')) {        ?>        <script>            document.addEventListener('DOMContentLoaded', function() {                var breadcrumbElement = document.querySelector('.rank-math-breadcrumb');                if (breadcrumbElement) {                    // Find the last breadcrumb item (taxonomy)                    var lastBreadcrumb = breadcrumbElement.querySelector('a:last-child');                    if (lastBreadcrumb) {                        // Get all taxonomy terms from the breadcrumb                        var terms = '<?php echo esc_js(implode(', ', wp_list_pluck(get_the_terms(get_the_ID(), 'move-studio-category'), 'name'))); ?>';                                                // Replace the last breadcrumb link with the comma-separated terms                        lastBreadcrumb.innerHTML = terms;                        lastBreadcrumb.removeAttribute('href'); // Remove the link                    }                }            });        </script>        <?php    }}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Level Description on Checkout not showing line breaks!](https://wordpress.org/support/topic/level-description-on-checkout-not-showing-line-breaks/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/level-description-on-checkout-not-showing-line-breaks/#post-16921710)
 * I added that code and it made no change, Andrew. I’ve had to add the Advanced
   Editor Tools (previously TinyMCE Advanced) plugin to give me a way to ensure 
   tags aren’t removed.
   However, I would highly recommend you resolve this issue
   ASAP as it is really not great and has been a known issue for a LONG time!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Level Description on Checkout not showing line breaks!](https://wordpress.org/support/topic/level-description-on-checkout-not-showing-line-breaks/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/level-description-on-checkout-not-showing-line-breaks/#post-16907732)
 * Except the coding solution on that github thread doesn’t work. I am already using
   the <p> and <br/> tags but this isn’t really a helpful solution as it means the
   client can’t edit the descriptions themselves!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] URGENT – Proceed to Checkout button not correct URL](https://wordpress.org/support/topic/urgent-proceed-to-checkout-button-not-correct-url/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/urgent-proceed-to-checkout-button-not-correct-url/#post-16058957)
 * So I did the above and found the culprit – it’s the “Customer Upload Files for
   WooCommerce” official extension!! I have updated it to the current version, still
   same issue.
 * You can now see the problem on our staging site – [https://staging-lumershopeu.kinsta.cloud/](https://staging-lumershopeu.kinsta.cloud/)(
   add a product, go to Cart, click on Proceed to Checkout)
 * The client cannot remember his logins for his Woocommerce account but if need
   be I can get him to sort that out, but any help at all would be great, especially
   since this is an official Woocommerce extension!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] “Billing State is a required field” but it is filled!](https://wordpress.org/support/topic/billing-state-is-a-required-field-but-it-is-filled/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/billing-state-is-a-required-field-but-it-is-filled/#post-15904697)
 * Thank you for your swift reply!
 * Unfortunately, my client had his site designed elsewhere but is moving on from
   them so I will need to see if I can get an update for their theme (won’t work
   through their site and they don’t have the logins for getting the paid theme 
   from the developers) and find their hosting too.
 * I’ll let you know if the above doesn’t work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] “Billing State is a required field” but it is filled!](https://wordpress.org/support/topic/billing-state-is-a-required-field-but-it-is-filled/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/billing-state-is-a-required-field-but-it-is-filled/#post-15904129)
 *     ```
       ### WordPress Environment ###
   
       WordPress address (URL): https://centralviclaser.com.au
       Site address (URL): https://centralviclaser.com.au
       WC Version: 6.8.0
       REST API Version: ✔ 6.8.0
       WC Blocks Version: ✔ 8.0.0
       Action Scheduler Version: ✔ 3.4.0
       Log Directory Writable: ✔
       WP Version: 6.0.1
       WP Multisite: –
       WP Memory Limit: 256 MB
       WP Debug Mode: –
       WP Cron: ✔
       Language: en
       External object cache: –
   
       ### Server Environment ###
   
       Server Info: Apache
       PHP Version: 7.3.33
       PHP Post Max Size: 32 MB
       PHP Time Limit: 0
       PHP Max Input Vars: 1000
       cURL Version: 7.71.0
       OpenSSL/1.1.1d
   
       SUHOSIN Installed: –
       MySQL Version: 5.5.5-10.3.32-MariaDB-log-cll-lve
       Max Upload Size: 32 MB
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔
   
       ### Database ###
   
       WC Database Version: 6.8.0
       WC Database Prefix: wp_
       Total Database Size: 15.23MB
       Database Data Size: 13.11MB
       Database Index Size: 2.12MB
       wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_actionscheduler_actions: Data: 0.02MB + Index: 0.13MB + 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: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
       wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_options: Data: 4.05MB + Index: 0.06MB + Engine InnoDB
       wp_postmeta: Data: 6.52MB + Index: 0.47MB + Engine InnoDB
       wp_posts: Data: 1.52MB + Index: 0.20MB + 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_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_users: Data: 0.02MB + Index: 0.05MB + 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.02MB + Index: 0.03MB + Engine InnoDB
       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: 0.06MB + Index: 0.05MB + 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.09MB + Engine InnoDB
       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.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       ### Post Type Counts ###
   
       attachment: 298
       customize_changeset: 5
       elementor_library: 7
       nav_menu_item: 4
       page: 12
       portfolio: 1
       post: 5
       product: 1
       product_variation: 149
       revision: 162
       shop_order: 1
   
       ### Security ###
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔
   
       ### Active Plugins (16) ###
   
       Advanced Custom Fields: by Delicious Brains – 5.12.3
       Customizer Export/Import: by The Beaver Builder Team – 0.9.4
       Elementor: by Elementor.com – 3.7.0
       JetElements For Elementor: by Crocoblock – 2.6.6
       JetPopup: by Crocoblock – 1.5.6
       JetTabs For Elementor: by Crocoblock – 2.1.17
       Jupiter X Core: by Artbees – 2.1.1
       Limit Login Attempts Reloaded: by Limit Login Attempts Reloaded – 2.25.4
       LoginPress - Customizing the WordPress Login Screen.: by WPBrigade – 1.6.2
       Big Post Shipping for WooCommerce: by FusedSoftware – 1.6.3
       SKU Label Changer For WooCommerce: by Codember – 2.2
       WooCommerce Stripe Gateway: by WooCommerce – 6.5.1
       WooCommerce: by Automattic – 6.8.0
       SEOPress PRO: by SEOPress – 4.7.0
       SEOPress: by SEOPress – 5.8.0.5
       WPvivid Backup Plugin: by WPvivid Team – 0.9.75
   
       ### Inactive Plugins (0) ###
   
       ### Must Use Plugins (1) ###
   
       installatron_hide_status_test.php: by  –
   
       ### Settings ###
   
       API Enabled: –
       Force SSL: –
       Currency: AUD ($)
       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: #6 - /shop/
       Cart: #7 - /cart/
       Checkout: #8 - /checkout/
       My account: #9 - /my-account/
       Terms and conditions: #20 - /faq/
   
       ### Theme ###
   
       Name: JupiterX
       Version: 1.22.0
       Author URL: https://artbees.net/
       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: jupiterx/lib/templates/woocommerce/cart/cart.php
       jupiterx/lib/templates/woocommerce/checkout/thankyou.php
       jupiterx/lib/templates/woocommerce/content-product.php
       jupiterx/lib/templates/woocommerce/loop/rating.php
       jupiterx/lib/templates/woocommerce/order/order-details-item.php version 3.7.0 is out of date. The core version is 5.2.0
       jupiterx/lib/templates/woocommerce/single-product/add-to-cart/grouped.php version 4.0.0 is out of date. The core version is 4.8.0
       jupiterx/lib/templates/woocommerce/single-product/add-to-cart/simple.php
       jupiterx/lib/templates/woocommerce/single-product/add-to-cart/variable.php version 3.5.5 is out of date. The core version is 6.1.0
       jupiterx/lib/templates/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
       jupiterx/lib/templates/woocommerce/single-product/meta.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
       wc-pay-subscriptions-page
   
       Disabled Features: minified-js
       settings
   
       Daily Cron: ✔ Next scheduled: 2022-08-11 10:15:23 +10:00
       Options: ✔
       Notes: 90
       Onboarding: completed
   
       ### Action Scheduler ###
   
       Complete: 28
       Oldest: 2022-08-09 09:53:50 +0000
       Newest: 2022-08-10 11:04:23 +0000
   
       Pending: 1
       Oldest: 2022-08-11 10:39:08 +0000
       Newest: 2022-08-11 10:39:08 +0000
   
       ### Status report information ###
   
       Generated at: 2022-08-10 21:36:00 +10:00
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] URGENT ISSUE – change to Pods and now slugs incorrect on front end!](https://wordpress.org/support/topic/urgent-issue-change-to-pods-and-now-slugs-incorrect-on-front-end/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/urgent-issue-change-to-pods-and-now-slugs-incorrect-on-front-end/#post-15545931)
 * Can you explain what exactly I need to see from the Rewrite Rules plugin? I am
   not sure how to use it to work out what the problem is…?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] URGENT ISSUE – change to Pods and now slugs incorrect on front end!](https://wordpress.org/support/topic/urgent-issue-change-to-pods-and-now-slugs-incorrect-on-front-end/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/urgent-issue-change-to-pods-and-now-slugs-incorrect-on-front-end/#post-15545048)
 * Scott – I put a post up on the Pods Slack #support channel as well and the only
   2 replies so far have been suggesting I pay someone to fix it! Very strange to
   me!!
 * Clear Pods cache made no changes
    I have resaved the Permalinks so many times,
   also no change
 * I am in Asia atm so off to bed now but will try the Rewrite Rules Inspector tomorrow
   morning
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] URGENT – memcache issue after update](https://wordpress.org/support/topic/urgent-memcache-issue-after-update/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/urgent-memcache-issue-after-update/#post-15536717)
 * It’s a clients site and their hosting company are mostly useless…
 * It runs on cpanel – is there a way for me to restart it myself?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] URGENT – memcache issue after update](https://wordpress.org/support/topic/urgent-memcache-issue-after-update/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/urgent-memcache-issue-after-update/#post-15536347)
 * Sorry, I don’t understand any of that… I am not a coder.
 * Where can I look for this information?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPvivid — Backup, Migration & Staging] Backup or Migration gets to 32% then stalls](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/#post-15521648)
 * Have sent through the plugin.
 * Is now showing a
 * ‘Backup failed, it seems due to insufficient server resource or hitting server
   limit., Please switch to Website Info page to send us the debug information. ‘
 * Error…..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPvivid — Backup, Migration & Staging] Backup or Migration gets to 32% then stalls](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/#post-15521517)
 * I added that code and tried to do the backup again…
 * Now I get a popup error
 * ‘wpvivid_request: error(Not Found): an error occurred when trying to establish
   communication with your server. This error may be request not reaching or server
   not responding. Please try again later.’
 * and also an on page error
 * ‘Error:Calculating the size of files, folder and database timed out. If you continue
   to receive this error, please go to the plugin settings, uncheck ‘Calculate the
   size of files, folder and database before backing up’, save changes, then try
   again.’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPvivid — Backup, Migration & Staging] Backup or Migration gets to 32% then stalls](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/#post-15521510)
 * Ah, actually, I am wrong, it is litespeed!
 * Where in the .htaccess file should I add the above code??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPvivid — Backup, Migration & Staging] Backup or Migration gets to 32% then stalls](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/#post-15521508)
 * Not LiteSpeed server, its Linux
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPvivid — Backup, Migration & Staging] Backup or Migration gets to 32% then stalls](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/)
 *  Thread Starter [bethgee](https://wordpress.org/support/users/bethgee/)
 * (@bethgee)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/backup-or-migration-gets-to-32-then-stalls/#post-15521081)
 * I also keep getting a pop up that says
 * ‘wpvivid_request: error(Internal Server Error): an error occurred when trying
   to establish communication with your server. This error may be request not reaching
   or server not responding. Please try again later.’
 * Help please!!

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/bethgee/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bethgee/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/bethgee/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/bethgee/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/bethgee/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/bethgee/replies/page/2/?output_format=md)