Title: Woo Square Doesnt Work Keeps Loading
Last modified: November 23, 2023

---

# Woo Square Doesnt Work Keeps Loading

 *  Resolved [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/)
 * Everything was working just fine for a while. Now when someone enters their credit
   card (I am using square for woocomerce) then it just loads forever and never 
   goes thru. I tried disabling and reenabling. I have the fatal error logs as well
 * Here are some logs
 * 2023-11-17T05:36:29+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted(
   tried to allocate 401408 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/
   public_html/wp-includes/class-wpdb.php on line 2320 2023-11-17T05:38:17+00:00
   CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 
   401408 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/
   class-wpdb.php on line 2320 2023-11-17T06:27:12+00:00 CRITICAL Allowed memory
   size of 268435456 bytes exhausted (tried to allocate 126976 bytes) in /home/1125092.
   cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/class-wpdb.php on line 2320
   2023-11-17T06:27:30+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted(
   tried to allocate 126976 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/
   public_html/wp-includes/class-wpdb.php on line 2320 2023-11-17T06:29:33+00:00
   CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 
   126976 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/
   class-wpdb.php on line 2320 2023-11-17T06:49:16+00:00 CRITICAL Allowed memory
   size of 268435456 bytes exhausted (tried to allocate 401408 bytes) in /home/1125092.
   cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/class-wpdb.php on line 2320
 * 2023-11-17T05:36:29+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted(
   tried to allocate 401408 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/
   public_html/wp-includes/class-wpdb.php on line 2320 2023-11-17T05:38:17+00:00
   CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 
   401408 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/
   class-wpdb.php on line 2320 2023-11-17T06:27:12+00:00 CRITICAL Allowed memory
   size of 268435456 bytes exhausted (tried to allocate 126976 bytes) in /home/1125092.
   cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/class-wpdb.php on line 2320
   2023-11-17T06:27:30+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted(
   tried to allocate 126976 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/
   public_html/wp-includes/class-wpdb.php on line 2320 2023-11-17T06:29:33+00:00
   CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 
   126976 bytes) in /home/1125092.cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/
   class-wpdb.php on line 2320 2023-11-17T06:49:16+00:00 CRITICAL Allowed memory
   size of 268435456 bytes exhausted (tried to allocate 401408 bytes) in /home/1125092.
   cloudwaysapps.com/jpwdwrrjrj/public_html/wp-includes/class-wpdb.php on line 2320
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwoo-square-doesnt-work-keeps-loading%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Support [Shameem – a11n](https://wordpress.org/support/users/shameemreza/)
 * (@shameemreza)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17223265)
 * Hi [@arksmoke22](https://wordpress.org/support/users/arksmoke22/),
 * Based on the error logs you’ve shared, it looks like the issue is related to 
   PHP memory exhaustion. Your website is trying to allocate more memory than your
   server configures.
 * To fix this, you can try increasing the memory limit. You can do this by editing
   the wp-config.php file in your WordPress root directory. Locate the line that
   says `'define('WP_DEBUG', false);'` and just before that, add the following line:
 * `define('WP_MEMORY_LIMIT', '512M');`
 * This will increase the PHP memory limit to 512MB. If you’re unsure about making
   these changes, I’d recommend contacting your hosting provider, as they may have
   restrictions on these settings.
 * Detailed instructions on increasing WordPress memory limit can be found here:
   [https://woo.com/document/increasing-the-wordpress-memory-limit/](https://woo.com/document/increasing-the-wordpress-memory-limit/)
 * After making these changes, please try to process a payment again, and let us
   know how that goes.
 *  Looking forward to helping you.
 *  Thread Starter [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17223353)
 * Alright I did that , and it still just loads and loads and loads forever after
   I put credit card and hit place order
 *  Plugin Support [Shameem – a11n](https://wordpress.org/support/users/shameemreza/)
 * (@shameemreza)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17223356)
 * Hi [@arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * Could you share a copy of your site’s System Status Report with us? You’ll find
   it at the top of the page under **WooCommerce > Status > Select Get System Report**
   and then **Download for Support**. This will download a TXT file containing the
   SSR’s contents to share with us.
 * You could copy and paste your reply or share it via [Mozilla Community Pastebin](https://prod.pastebin.prod.webservices.mozgcp.net/)
   and send the link here. Once you have the System Status Report file, please send
   it with your reply.
 * Looking forward to helping you.
 *  Thread Starter [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17223357)
 * Here are more error logs:
 * 2023-11-23T01:17:33+00:00 DEBUG Requesting StoreApps data. /wp-content/plugins/
   smart-manager-for-wp-e-commerce/pro/sa-includes/class-storeapps-upgrade-4-0.php
   1760 2023-11-23T01:17:33+00:00 DEBUG Saving StoreApps data. /wp-content/plugins/
   smart-manager-for-wp-e-commerce/pro/sa-includes/class-storeapps-upgrade-4-0.php
   1936 2023-11-23T01:17:33+00:00 DEBUG Saved StoreApps data. /wp-content/plugins/
   smart-manager-for-wp-e-commerce/pro/sa-includes/class-storeapps-upgrade-4-0.php
   1939 2023-11-23T01:17:35+00:00 DEBUG Received response from [https://arksmoke.com/wp-admin/](https://arksmoke.com/wp-admin/).
   Should contain StoreApps data./wp-content/plugins/smart-manager-for-wp-e-commerce/
   pro/sa-includes/class-storeapps-upgrade-4-0.php 1790 2023-11-23T01:17:35+00:00
   DEBUG Saving StoreApps data. /wp-content/plugins/smart-manager-for-wp-e-commerce/
   pro/sa-includes/class-storeapps-upgrade-4-0.php 1936 2023-11-23T01:17:35+00:00
   DEBUG Saved StoreApps data. /wp-content/plugins/smart-manager-for-wp-e-commerce/
   pro/sa-includes/class-storeapps-upgrade-4-0.php 1939 2023-11-23T01:17:35+00:00
   DEBUG Saving StoreApps data. /wp-content/plugins/smart-manager-for-wp-e-commerce/
   pro/sa-includes/class-storeapps-upgrade-4-0.php 1936 2023-11-23T01:17:35+00:00
   DEBUG Saved StoreApps data. /wp-content/plugins/smart-manager-for-wp-e-commerce/
   pro/sa-includes/class-storeapps-upgrade-4-0.php 1939
 *  Thread Starter [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17223358)
 * Here
 * ` WordPress Environment</p> <p class=””>WordPress address (URL): [https://arksmoke.com<br>Site](https://arksmoke.com<br>Site)
   address (URL): [https://arksmoke.com<br>WC](https://arksmoke.com<br>WC) Version:
   8.3.1<br>REST API Version: ✔ 8.3.1<br>WC Blocks Version: ✔ 11.4.9<br>Action Scheduler
   Version: ✔ 3.6.4<br>Log Directory Writable: ✔<br>WP Version: 6.4.1<br>WP Multisite:–
   <br>WP Memory Limit: 512 MB<br>WP Debug Mode: –<br>WP Cron: ✔<br>Language: en_US
   <br>External object cache: ✔ Server Environment</p> <p class=””>Server Info: 
   Apache/2.4.58 (Debian)<br>PHP Version: 8.1.25<br>PHP Post Max Size: 450 MB<br
   >PHP Time Limit: 300<br>PHP Max Input Vars: 10000<br>cURL Version: 7.64.0<br>
   OpenSSL/1.1.1n</p> <p class=””>SUHOSIN Installed: –<br>MySQL Version: 10.4.20-
   MariaDB-1:10.4.20+maria~buster-log<br>Max Upload Size: 450 MB<br>Default Timezone
   is UTC: ✔<br>fsockopen/cURL: ✔<br>SoapClient: ✔<br>DOMDocument: ✔<br>GZip: ✔<
   br>Multibyte String: ✔<br>Remote Post: ✔<br>Remote Get: ✔ Database</p> <p class
   =””>WC Database Version: 8.3.1<br>WC Database Prefix: wp_<br>Total Database Size:
   73.96MB<br>Database Data Size: 63.05MB<br>Database Index Size: 10.91MB<br>wp_woocommerce_sessions:
   Data: 1.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_api_keys: Data:
   0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_attribute_taxonomies:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_downloadable_product_permissions:
   Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_order_items: Data:
   0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_order_itemmeta: Data:
   0.09MB + Index: 0.09MB + Engine InnoDB<br>wp_woocommerce_tax_rates: Data: 0.02MB
   + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_tax_rate_locations: Data: 0.02MB
   + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zones: Data: 0.02MB
   + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_locations: Data:
   0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_methods:
   Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_payment_tokens:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_payment_tokenmeta:
   Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_log: Data: 0.02MB
   + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_actions: Data: 1.52MB +
   Index: 1.13MB + Engine InnoDB<br>wp_actionscheduler_claims: Data: 0.02MB + Index:
   0.02MB + Engine InnoDB<br>wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB
   + Engine InnoDB<br>wp_actionscheduler_logs: Data: 1.52MB + Index: 0.75MB + Engine
   InnoDB<br>wp_booking: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_bookingdates:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_booking_dates_props: Data:
   0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_bv_fw_requests: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_bv_ip_store: Data: 0.27MB + Index: 0.19MB + Engine
   InnoDB<br>wp_bv_lp_requests: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>
   wp_cartflows_ca_cart_abandonment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   <br>wp_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   <br>wp_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   <br>wp_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine
   InnoDB<br>wp_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine 
   InnoDB<br>wp_ce4wp_contacts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>
   wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_comments: 
   Data: 0.05MB + Index: 0.09MB + Engine InnoDB<br>wp_cpappbk_forms: Data: 0.02MB
   + Index: 0.00MB + Engine InnoDB<br>wp_cpappbk_messages: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_duplicator_pro_entities: Data: 0.02MB + Index: 0.02MB
   + Engine InnoDB<br>wp_duplicator_pro_packages: Data: 0.02MB + Index: 0.02MB +
   Engine InnoDB<br>wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br
   >wp_e_notes: Data: 0.02MB + Index: 0.17MB + Engine InnoDB<br>wp_e_notes_users_relations:
   Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_e_submissions: Data: 0.02MB
   + Index: 0.27MB + Engine InnoDB<br>wp_e_submissions_actions_log: Data: 0.02MB
   + Index: 0.11MB + Engine InnoDB<br>wp_e_submissions_values: Data: 0.02MB + Index:
   0.03MB + Engine InnoDB<br>wp_glsr_assigned_posts: Data: 0.02MB + Index: 0.02MB
   + Engine InnoDB<br>wp_glsr_assigned_terms: Data: 0.02MB + Index: 0.02MB + Engine
   InnoDB<br>wp_glsr_assigned_users: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   <br>wp_glsr_ratings: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_jetpack_sync_queue:
   Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_links: Data: 0.02MB + Index:
   0.02MB + Engine InnoDB<br>wp_mailpoet_automations: Data: 0.02MB + Index: 0.00MB
   + Engine InnoDB<br>wp_mailpoet_automation_runs: Data: 0.02MB + Index: 0.08MB 
   + Engine InnoDB<br>wp_mailpoet_automation_run_logs: Data: 0.02MB + Index: 0.05MB
   + Engine InnoDB<br>wp_mailpoet_automation_run_subjects: Data: 0.02MB + Index:
   0.03MB + Engine InnoDB<br>wp_mailpoet_automation_triggers: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_mailpoet_automation_versions: Data: 0.02MB + Index:
   0.02MB + Engine InnoDB<br>wp_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB
   + Engine InnoDB<br>wp_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index:
   0.02MB + Engine InnoDB<br>wp_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB
   + Engine InnoDB<br>wp_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   <br>wp_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_mailpoet_migrations:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_newsletters: Data:
   0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_newsletter_links: Data:
   0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_mailpoet_newsletter_option: Data:
   0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_newsletter_option_fields:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_newsletter_posts:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_newsletter_segment:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_newsletter_templates:
   Data: 2.52MB + Index: 0.00MB + Engine InnoDB<br>wp_mailpoet_scheduled_tasks: 
   Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_scheduled_task_subscribers:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_segments: Data: 0.02MB
   + Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_sending_queues: Data: 0.02MB +
   Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_settings: Data: 0.02MB + Index: 
   0.02MB + Engine InnoDB<br>wp_mailpoet_statistics_bounces: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_mailpoet_statistics_clicks: Data: 0.02MB + Index:
   0.05MB + Engine InnoDB<br>wp_mailpoet_statistics_forms: Data: 0.02MB + Index:
   0.02MB + Engine InnoDB<br>wp_mailpoet_statistics_newsletters: Data: 0.02MB + 
   Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_statistics_opens: Data: 0.02MB +
   Index: 0.08MB + Engine InnoDB<br>wp_mailpoet_statistics_unsubscribes: Data: 0.02MB
   + Index: 0.05MB + Engine InnoDB<br>wp_mailpoet_statistics_woocommerce_purchases:
   Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_mailpoet_stats_notifications:
   Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_subscribers: Data:
   0.02MB + Index: 0.23MB + Engine InnoDB<br>wp_mailpoet_subscriber_custom_field:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_subscriber_ips: Data:
   0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_mailpoet_subscriber_segment: Data:
   0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_subscriber_tag: Data: 0.02MB
   + Index: 0.03MB + Engine InnoDB<br>wp_mailpoet_tags: Data: 0.02MB + Index: 0.02MB
   + Engine InnoDB<br>wp_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine
   InnoDB<br>wp_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   <br>wp_options: Data: 3.11MB + Index: 0.19MB + Engine InnoDB<br>wp_postmeta: 
   Data: 32.52MB + Index: 1.88MB + Engine InnoDB<br>wp_posts: Data: 12.41MB + Index:
   0.30MB + Engine InnoDB<br>wp_sm_advanced_search_temp: Data: 0.02MB + Index: 0.02MB
   + Engine InnoDB<br>wp_sm_tasks: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<
   br>wp_sm_task_details: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>wp_sm_views:
   Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_social_users: Data: 0.02MB
   + Index: 0.03MB + Engine InnoDB<br>wp_ssa_appointments: Data: 0.02MB + Index:
   0.08MB + Engine InnoDB<br>wp_ssa_appointment_meta: Data: 0.02MB + Index: 0.03MB
   + Engine InnoDB<br>wp_ssa_appointment_types: Data: 0.02MB + Index: 0.06MB + Engine
   InnoDB<br>wp_ssa_appointment_type_labels: Data: 0.02MB + Index: 0.02MB + Engine
   InnoDB<br>wp_ssa_async_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<
   br>wp_ssa_availability: Data: 0.02MB + Index: 0.16MB + Engine InnoDB<br>wp_ssa_availability_external:
   Data: 0.02MB + Index: 0.14MB + Engine InnoDB<br>wp_ssa_revisions: Data: 0.02MB
   + Index: 0.14MB + Engine InnoDB<br>wp_ssa_revision_meta: Data: 0.02MB + Index:
   0.03MB + Engine InnoDB<br>wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine 
   InnoDB<br>wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_term_relationships:
   Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_term_taxonomy: Data: 0.02MB
   + Index: 0.03MB + Engine InnoDB<br>wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB
   + Engine InnoDB<br>wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<
   br>wp_trustindex_google_reviews: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   <br>wp_usermeta: Data: 0.25MB + Index: 0.16MB + Engine InnoDB<br>wp_users: Data:
   0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wbk_appointments: Data: 0.02MB +
   Index: 0.00MB + Engine InnoDB<br>wp_wbk_cancelled_appointments: Data: 0.02MB 
   + Index: 0.00MB + Engine InnoDB<br>wp_wbk_coupons: Data: 0.02MB + Index: 0.00MB
   + Engine InnoDB<br>wp_wbk_days_on_off: Data: 0.02MB + Index: 0.02MB + Engine 
   InnoDB<br>wp_wbk_gg_calendars: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br
   >wp_wbk_locked_time_slots: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wbk_pricing_rules:
   Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wbk_services: Data: 0.02MB
   + Index: 0.00MB + Engine InnoDB<br>wp_wbk_service_categories: Data: 0.02MB + 
   Index: 0.00MB + Engine InnoDB<br>wp_wc_admin_notes: Data: 0.08MB + Index: 0.00MB
   + Engine InnoDB<br>wp_wc_admin_note_actions: Data: 0.06MB + Index: 0.02MB + Engine
   InnoDB<br>wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   <br>wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_download_log:
   Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_orders: Data: 0.02MB + 
   Index: 0.11MB + Engine InnoDB<br>wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB
   + Engine InnoDB<br>wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine
   InnoDB<br>wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   <br>wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   <br>wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<
   br>wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wc_order_tax_lookup:
   Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_product_attributes_lookup:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_download_directories:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_meta_lookup: Data:
   0.05MB + Index: 0.09MB + Engine InnoDB<br>wp_wc_rate_limits: Data: 0.02MB + Index:
   0.02MB + Engine InnoDB<br>wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB 
   + Engine InnoDB<br>wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine
   InnoDB<br>wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfpklist_template_data:
   Data: 0.11MB + Index: 0.00MB + Engine InnoDB<br>wp_wlr_earn_campaign: Data: 0.02MB
   + Index: 0.09MB + Engine InnoDB<br>wp_wlr_earn_campaign_transaction: Data: 0.02MB
   + Index: 0.17MB + Engine InnoDB<br>wp_wlr_levels: Data: 0.02MB + Index: 0.08MB
   + Engine InnoDB<br>wp_wlr_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<
   br>wp_wlr_points_ledger: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wlr_referral:
   Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wlr_rewards: Data: 0.02MB 
   + Index: 0.06MB + Engine InnoDB<br>wp_wlr_reward_transactions: Data: 0.02MB +
   Index: 0.08MB + Engine InnoDB<br>wp_wlr_users: Data: 0.02MB + Index: 0.09MB +
   Engine InnoDB<br>wp_wlr_user_rewards: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
   <br>wp_woocommerce_square_customers: Data: 0.44MB + Index: 0.00MB + Engine InnoDB
   <br>wp_woo_wallet_transactions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<
   br>wp_woo_wallet_transaction_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   <br>wp_wpbs_bookings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpbs_booking_meta:
   Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wpbs_calendars: Data: 0.02MB
   + Index: 0.00MB + Engine InnoDB<br>wp_wpbs_calendar_meta: Data: 0.02MB + Index:
   0.03MB + Engine InnoDB<br>wp_wpbs_events: Data: 0.02MB + Index: 0.00MB + Engine
   InnoDB<br>wp_wpbs_event_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br
   >wp_wpbs_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpbs_form_meta:
   Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wpbs_legend_items: Data: 0.02MB
   + Index: 0.00MB + Engine InnoDB<br>wp_wpbs_legend_item_meta: Data: 0.02MB + Index:
   0.03MB + Engine InnoDB<br>wp_wpdevart_calendars: Data: 0.02MB + Index: 0.00MB
   + Engine InnoDB<br>wp_wpdevart_dates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   <br>wp_wpdevart_extras: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpdevart_forms:
   Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpdevart_payments: Data: 0.02MB
   + Index: 0.00MB + Engine InnoDB<br>wp_wpdevart_reservations: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_wpdevart_themes: Data: 0.03MB + Index: 0.00MB + 
   Engine InnoDB<br>wp_wpdm_social_shares: Data: 0.02MB + Index: 0.00MB + Engine
   InnoDB<br>wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpforms_entries:
   Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>wp_wpforms_entry_fields: Data:
   0.05MB + Index: 0.05MB + Engine InnoDB<br>wp_wpforms_entry_meta: Data: 0.02MB
   + Index: 0.02MB + Engine InnoDB<br>wp_wpforms_tasks_meta: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_wpgmza: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   <br>wp_wpgmza_admin_notices: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>
   wp_wpgmza_circles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpgmza_image_overlays:
   Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpgmza_maps: Data: 0.02MB 
   + Index: 0.00MB + Engine InnoDB<br>wp_wpgmza_point_labels: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_wpgmza_polygon: Data: 0.02MB + Index: 0.00MB + Engine
   InnoDB<br>wp_wpgmza_polylines: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br
   >wp_wpgmza_rectangles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmailsmtp_debug_events:
   Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmailsmtp_tasks_meta: Data:
   0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpml_mails: Data: 2.52MB + Index:
   0.02MB + Engine InnoDB<br>wp_wpmp_emails: Data: 0.02MB + Index: 0.02MB + Engine
   InnoDB<br>wp_wpsbc_calendars: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br
   >wp_wpsbc_calendar_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wpsbc_events:
   Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpsbc_event_meta: Data: 0.02MB
   + Index: 0.03MB + Engine InnoDB<br>wp_wpsbc_legend_items: Data: 0.02MB + Index:
   0.00MB + Engine InnoDB<br>wp_wpsbc_legend_item_meta: Data: 0.02MB + Index: 0.03MB
   + Engine InnoDB<br>wp_wtmgdp_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   <br>wp_wt_mgdp_action_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br
   >wp_wt_mgdp_ftp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_yith_wcwl:
   Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_yith_wcwl_lists: Data: 0.02MB
   + Index: 0.03MB + Engine InnoDB<br>wp_yoast_indexable: Data: 0.19MB + Index: 
   0.09MB + Engine InnoDB<br>wp_yoast_indexable_hierarchy: Data: 0.02MB + Index:
   0.05MB + Engine InnoDB<br>wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB +
   Engine InnoDB<br>wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine
   InnoDB<br>wp_yoast_prominent_words: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   <br>wp_yoast_seo_links: Data: 0.30MB + Index: 0.20MB + Engine InnoDB Post Type
   Counts</p> <p class=””>acf-field: 2<br>acf-field-group: 1<br>attachment: 826<
   br>custom_css: 1<br>customize_changeset: 11<br>e-landing-page: 1<br>elementor_library:
   31<br>elementor-hf: 2<br>mailpoet_page: 1<br>modula-gallery: 1<br>nav_menu_item:
   73<br>page: 48<br>post: 6<br>product: 166<br>revision: 169<br>seedprod: 1<br>
   shop_coupon: 16<br>shop_order: 45<br>site-review: 1<br>wafs: 1<br>wcpa_pt_forms:
   1<br>wcs_ruleset: 2<br>woolentor-template: 2<br>wp_global_styles: 2<br>wpcd_coupons:
   1<br>wpcf7_contact_form: 1<br>wpforms: 5 Security</p> <p class=””>Secure connection(
   HTTPS): ✔<br>Hide errors from visitors: ✔ Active Plugins (50)</p> <p class=””
   >Royal Elementor Addons: by WP Royal – 1.3.80<br>Adara Pack: by Themebeyond –
   1.0.3<br>Advanced Custom Fields: by WP Engine – 6.2.3<br>All-in-One WP Migration:
   by ServMask – 7.79<br>Booking Calendar: by wpdevelop<br>oplugins – 9.8.11</p>
   <p class=””>Breeze: by Cloudways – 2.0.32<br>Classic Editor: by WordPress Contributors–
   1.6.3<br>Classic Widgets: by WordPress Contributors – 0.3<br>Conditional Shipping
   for WooCommerce: by Lauri Karisola / WP Trio – 3.1.2<br>Contact Form 7: by Takayuki
   Miyoshi – 5.8.3<br>Duplicate Page: by mndpsingh287 – 4.5.3<br>Duplicator Pro:
   by Snap Creek – 4.5.9<br>Login/Signup Popup: by XootiX – 2.5<br>Marijuana Age
   Verify: by 5 Star Plugins – 1.5.2<br>Elementor Pro: by Elementor.com – 3.17.1
   <br>Elementor: by Elementor.com – 3.17.3<br>Gallery Slider for WooCommerce: by
   ShapedPlugin LLC – 1.1.19<br>Google Analytics for WordPress by MonsterInsights:
   by MonsterInsights – 8.21.0<br>Head & Footer Code: by Aleksandar Urošević – 1.3.3
   <br>Jetpack: by Automattic – 12.8.1<br>Login Logout Register Menu: by Vinod Dalvi–
   2.0<br>MalCare WordPress Security Plugin – Malware Scanner, Cleaner, Security
   Firewall: by MalCare Security – 5.41<br>One Click Demo Import: by OCDI – 3.1.2
   <br>ABC Crypto Checkout: by payerurl team – 1.4.5<br>WooCommerce PDF Invoices,
   Packing Slips, Delivery Notes and Shipping Labels: by WebToffee – 4.2.1<br>WooCommerce
   PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels: by WebToffee–
   4.2.1<br>Site Reviews: by Paul Ryley – 6.11.4<br>Smart Manager – WooCommerce 
   Advanced Bulk Edit, Inventory Management & more…: by StoreApps – 8.23.0<br>Tawk.
   to Live Chat: by Tawkto – 0.8.2<br>TeraWallet: by StandaloneTech – 1.4.9<br>WooCommerce
   Affirm Gateway: by WooCommerce – 2.1.1<br>WooPayments: by Automattic – 6.8.0<
   br>WooCommerce Product Add-ons: by WooCommerce – 6.4.5 (update to version 6.5.0
   is available)<br>WooCommerce Square: by WooCommerce – 4.3.1<br>WooCommerce: by
   Automattic – 8.3.1<br>ShopLentor – WooCommerce Builder for Elementor & Gutenberg:
   by HasThemes – 2.7.3<br>Yoast SEO Premium: by Team Yoast – 21.5<br>Yoast SEO:
   by Team Yoast – 21.5<br>WP Booking System: by Veribo<br>Roland Murg – 2.0.19.4
   </p> <p class=””>WP Fastest Cache: by Emre Vona – 1.2.2<br>WP File Manager: by
   mndpsingh287 – 7.2.1<br>WP Go Maps (formerly WP Google Maps): by WP Go Maps (
   formerly WP Google Maps) – 9.0.27<br>WPLoyalty – WooCommerce Loyalty Points, 
   Rewards and Referral: by Wployalty – 1.2.1<br>WP Mail Logging: by WP Mail Logging
   Team – 1.12.0<br>WP Mail SMTP: by WP Mail SMTP – 3.10.0<br>WP-Optimize – Clean,
   Compress, Cache: by David Anderson<br>Ruhani Rabin<br>Team Updraft – 3.2.22</
   p> <p class=””>Widgets for Google Reviews: by Trustindex.io – 11.0.2<br>WPForms:
   by WPForms – 1.7.0<br>WP Mail Pro: by WP Mail Pro – 2.0.0<br>YITH WooCommerce
   Wishlist: by YITH – 3.27.0 Inactive Plugins (6)</p> <p class=””>Force Authentification
   Before Checkout for WooCommerce: by Luiz Bills – 1.4.4<br>Nextend Social Login:
   by Nextendweb – 3.1.11<br>Super Socializer: by Team Heateor – 7.13.63<br>WooCommerce
   Advanced Free Shipping: by Jeroen Sormani – 1.1.6<br>WooCommerce Cart Abandonment
   Recovery: by CartFlows Inc – 1.2.25<br>WP Simple Shopping cart: by Tips and Tricks
   HQ<br>Ruhul Amin<br>mra13 – 4.7.1 Dropin Plugins (2)</p> <p class=””>advanced-
   cache.php: advanced-cache.php<br>object-cache.php: Object Cache Pro (Drop-in)
   Must Use Plugins (3)</p> <p class=””>Elementor Safe Mode: by Elementor.com – 
   1.0.0<br>Object Cache Pro (MU): by Rhubarb Group – 1.20.0<br>SSO: by Garth Mortensen
   <br>Mike Hansen – 0.4 Settings</p> <p class=””>API Enabled: –<br>Force SSL: –
   <br>Currency: USD ($)<br>Currency Position: left<br>Thousand Separator: ,<br>
   Decimal Separator: .<br>Number of Decimals: 2<br>Taxonomies: Product Types: external(
   external)<br>grouped (grouped)<br>simple (simple)<br>subscription (subscription)
   <br>variable (variable)<br>variable subscription (variable-subscription)</p> 
   <p class=””>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)</p> <p class=””>Connected
   to WooCommerce.com: ✔<br>Enforce Approved Product Download Directories: ✔<br>
   HPOS feature screen enabled: –<br>HPOS feature enabled: –<br>Order datastore:
   WC_Order_Data_Store_CPT<br>HPOS data sync enabled: – WC Pages</p> <p class=””
   >Shop base: ❌ Page not set<br>Cart: #5790 – /cart/<br>Checkout: #5792 – /checkout/
   <br>My account: #6209 – /my-account/<br>Terms and conditions: ❌ Page not set
   Theme</p> <p class=””>Name: Adara<br>Version: 1.1.2<br>Author URL: [https://themebeyond.com<br>Child](https://themebeyond.com<br>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<br>WooCommerce Support: ✔ Templates</p> <p class=””>Overrides: adara/woocommerce/
   archive-product.php<br>adara/woocommerce/cart/cart-empty.php<br>adara/woocommerce/
   cart/cart-shipping.php<br>adara/woocommerce/cart/cart-totals.php<br>adara/woocommerce/
   cart/cart.php version 7.0.1 is out of date. The core version is 7.9.0<br>adara/
   woocommerce/cart/mini-cart.php version 5.2.0 is out of date. The core version
   is 7.9.0<br>adara/woocommerce/cart/proceed-to-checkout-button.php<br>adara/woocommerce/
   cart/shipping-calculator.php<br>adara/woocommerce/checkout/form-billing.php<br
   >adara/woocommerce/checkout/form-checkout.php<br>adara/woocommerce/checkout/form-
   coupon.php<br>adara/woocommerce/checkout/form-shipping.php<br>adara/woocommerce/
   checkout/payment-method.php<br>adara/woocommerce/checkout/payment.php<br>adara/
   woocommerce/checkout/review-order.php<br>adara/woocommerce/checkout/terms.php
   <br>adara/woocommerce/checkout/thankyou.php<br>adara/woocommerce/content-product.
   php<br>adara/woocommerce/content-single-product.php<br>adara/woocommerce/content-
   widget-product.php<br>adara/woocommerce/global/breadcrumb.php<br>adara/woocommerce/
   global/quantity-input.php<br>adara/woocommerce/loop/add-to-cart.php<br>adara/
   woocommerce/loop/loop-end.php<br>adara/woocommerce/loop/loop-start.php<br>adara/
   woocommerce/loop/no-products-found.php<br>adara/woocommerce/loop/orderby.php<
   br>adara/woocommerce/loop/pagination.php<br>adara/woocommerce/loop/price.php<
   br>adara/woocommerce/loop/result-count.php<br>adara/woocommerce/loop/sale-flash.
   php<br>adara/woocommerce/myaccount/dashboard.php<br>adara/woocommerce/myaccount/
   form-edit-account.php<br>adara/woocommerce/myaccount/form-edit-address.php<br
   >adara/woocommerce/myaccount/form-login.php<br>adara/woocommerce/myaccount/form-
   lost-password.php<br>adara/woocommerce/myaccount/form-reset-password.php<br>adara/
   woocommerce/myaccount/lost-password-confirmation.php<br>adara/woocommerce/myaccount/
   my-account.php<br>adara/woocommerce/myaccount/my-address.php<br>adara/woocommerce/
   myaccount/navigation.php<br>adara/woocommerce/myaccount/orders.php<br>adara/woocommerce/
   notices/error.php<br>adara/woocommerce/notices/notice.php<br>adara/woocommerce/
   notices/success.php<br>adara/woocommerce/order/order-details-customer.php<br>
   adara/woocommerce/order/order-details.php<br>adara/woocommerce/product-searchform.
   php<br>adara/woocommerce/single-product/add-to-cart/external.php<br>adara/woocommerce/
   single-product/add-to-cart/grouped.php<br>adara/woocommerce/single-product/add-
   to-cart/simple.php<br>adara/woocommerce/single-product/add-to-cart/variable.php
   <br>adara/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.
   php<br>adara/woocommerce/single-product/add-to-cart/variation.php<br>adara/woocommerce/
   single-product/price.php<br>adara/woocommerce/single-product/product-attributes.
   php<br>adara/woocommerce/single-product/product-image.php<br>adara/woocommerce/
   single-product/product-thumbnails.php<br>adara/woocommerce/single-product/rating.
   php<br>adara/woocommerce/single-product/related.php<br>adara/woocommerce/single-
   product/short-description.php<br>adara/woocommerce/single-product/tabs/additional-
   information.php<br>adara/woocommerce/single-product/tabs/description.php<br>adara/
   woocommerce/single-product/tabs/tabs.php<br>adara/woocommerce/single-product/
   title.php<br>adara/woocommerce/single-product-reviews.php<br>adara/woocommerce/
   single-product.php</p> <p class=””>Outdated Templates: ❌</p> <pre class=”wp-
   block-code”><code> Learn how to update</code></pre> <p class=””>WooPayments</
   p> <p class=””>Version: 6.8.0<br>Connected to WPCOM: Yes<br>WPCOM Blog ID: 211514915
   <br>Account ID: acct_1OFFZ0C8NaItU8aA<br>Payment Gateway: ❌ Needs setup<br>Test
   Mode: Disabled<br>UPE: Enabled (deferred_intent)<br>UPE Enabled APMs: card<br
   >WooPay: Disabled<br>WooPay Incompatible Extensions: No<br>Apple Pay / Google
   Pay: Enabled (product,cart,checkout)<br>Fraud Protection Level: basic<br>Multi-
   currency: Enabled<br>Public Key Encryption: Disabled<br>Auth and Capture: Enabled
   <br>Documents: Disabled<br>Logging: Disabled Square</p> <p class=””>Environment:
   Production<br>Tokenization Enabled: ✔<br>Debug Mode: Off Admin</p> <p class=””
   >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</p> <p class=””>Disabled Features:
   customize-store<br>minified-js<br>new-product-management-experience<br>product-
   virtual-downloadable<br>product-external-affiliate<br>settings<br>async-product-
   editor-category-field</p> <p class=””>Daily Cron: ✔ Next scheduled: 2023-11-23
   05:27:06 +00:00<br>Options: ✔<br>Notes: 127<br>Onboarding: skipped Action Scheduler
   </p> <p class=””>Complete: 4,439<br>Oldest: 2023-10-23 05:12:54 +0000<br>Newest:
   2023-11-23 04:27:38 +0000</p> <p class=””>Failed: 264<br>Oldest: 2023-04-25 05:
   29:27 +0000<br>Newest: 2023-11-20 14:04:46 +0000</p> <p class=””>Pending: 15<
   br>Oldest: 2023-11-23 04:28:38 +0000<br>Newest: 2024-02-13 22:51:00 +0000 Status
   report information</p> <p class=””>Generated at: 2023-11-23 04:28:28 +00:00<br
   >`
 *  Thread Starter [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17223360)
 * or here is the link to the report:
 * [https://prod.pastebin.prod.webservices.mozgcp.net/60DEbT7e](https://prod.pastebin.prod.webservices.mozgcp.net/60DEbT7e)
 * Thank you for the fast reply!
    -  This reply was modified 2 years, 6 months ago by [arksmoke22](https://wordpress.org/support/users/arksmoke22/).
 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17223622)
 * Hi [@arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * Thanks for providing the requested information above.
 * It looks like a third-party plugin or your theme might be causing the conflict
   here.
 * For us to investigate this further, can you please try to switch to the [default Storefront theme](https://woocommerce.com/storefront/)
   and only WooCommerce and Square plugins are enabled and see if this works?
 * If so, then this kind of problem is usually caused by your theme or a third-party
   plugin present on your site. We can run a conflict test to verify this. I’d recommend
   cloning your site to a staging environment and performing the tests described
   on this [guide](https://woocommerce.com/document/how-to-test-for-conflicts/) 
   without modifying your live site or impacting customers. Many hosts provide staging
   facilities, so it’s worth checking in with them. It’s also possible to do it 
   using the free [WP Staging](https://wordpress.org/plugins/wp-staging/) plugin.
 * If this was caused by a third-party plugin present on your site, it would be 
   best to reach out to the developers for further assistance here.
 * Let us know how it goes!
 *  Thread Starter [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17224885)
 * okay I deactivated all plugins , and only activated woo comerce and woocomerce
   square and it still does not work
 *  Plugin Support [Shameem – a11n](https://wordpress.org/support/users/shameemreza/)
 * (@shameemreza)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17224948)
 * Hi [@arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * Looking at the logs you shared earlier, the Smart Manager plugin for WooCommerce
   appears to be working perfectly. It’s successfully sending requests for StoreApps
   data, saving that data, and then verifying that the data has been saved. However,
   this error log has no relation to the issue you are having with Square Payments.
 * Your System status reports are also in good shape, so your site should run smoothly.
 * However, despite your plugin conflict testing, it seems something’s still not
   quite right. Could you try switching your current theme to Storefront temporarily
   and see if that makes a difference?
 * Additionally, would you consider testing by switching your PHP to a different
   version, such as PHP 7.4, PHP 8.2, or 8.3.1?
 * As another troubleshooting step, could you please disable digital wallet payment
   settings in Square payment and do the test again?
 * ![](https://i0.wp.com/i.ibb.co/NK2fjgJ/Clean-Shot-2023-11-23-at-21-22-29.png?
   ssl=1)
 * _Direct link: [https://dsh.re/80993](https://dsh.re/80993)_
 * Let us know how that goes. Looking forward to helping you.
 *  Thread Starter [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17225257)
 * I tried disabling digital wallet and still does not work
 * My server admin said “
 * you have to contact the developer of [https://woo.com/document/woocommerce-square/](https://woo.com/document/woocommerce-square/)
   
   because its something wrong with “Uncaught (in promise) InvalidArgumentsError:
   One or more of the arguments needed are missing or invalid.” i have attach the
   issue picture”
 * ![](https://i0.wp.com/i.gyazo.com/e86d1af9092cfff7e05ab452e9116e2c.jpg?ssl=1)
 * ![](https://wordpress.org/f9b9893c-d700-4ed4-909a-2a2a0e2cc75f)
 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17225765)
 * Hi [@arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * Please [open a support request](https://woocommerce.com/my-account/create-a-ticket/)
   for us to address you more effectively.Please also include the link to this forum
   thread for us to check what has been done so far.
 * Thanks!
 *  Thread Starter [arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * (@arksmoke22)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17225838)
 * ticket submitted. Damm sucks on blackfriday
 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17225989)
 * Hi [@arksmoke22](https://wordpress.org/support/users/arksmoke22/)
 * Thanks for opening a support request for us to check your issue further.
 * I will be marking this thread as resolved as your issue would be best handled
   by our Happiness Engineers there.
 * Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Woo Square Doesnt Work Keeps Loading’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-square/assets/icon-256x256.png?rev=3234354)
 * [WooCommerce Square](https://wordpress.org/plugins/woocommerce-square/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-square/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-square/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-square/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-square/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-square/reviews/)

 * 13 replies
 * 3 participants
 * Last reply from: [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/woo-square-doesnt-work-keeps-loading/#post-17225989)
 * Status: resolved