underclass
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tove] Default layout widthsThanks for the clarification @anlino, this is my first step into blocks so wasn’t sure I was missing something basic ??
- This reply was modified 3 years, 1 month ago by underclass.
Hi @mickwall thanks for the help, my issue is as follows:
include(/var/www/wp-content/plugins/google-calendar-events/third-party/vendor/composer/../composer/InstalledVersions.php): failed to open stream: No such file or directory
wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/composer/ClassLoader.php:478 Composer\A\includeFile() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/composer/ClassLoader.php:346 Composer\A\ClassLoader->loadClass() Unknown location spl_autoload_call() Unknown location method_exists() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/jean85/pretty-package-versions/src/PrettyVersions.php:46 Jean85\PrettyVersions::checkProvidedPackages() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/jean85/pretty-package-versions/src/PrettyVersions.php:19 Jean85\PrettyVersions::getVersion() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:67 GoDaddy\W\M\C\R\SentryRepository::canGetSentryVersion() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:190 GoDaddy\W\M\C\R\SentryRepository::sentryLoaded() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:167 GoDaddy\W\M\C\R\SentryRepository::loadSDK() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:27 GoDaddy\W\M\C\R\SentryRepository::initialize() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Plugin/BasePlatformPlugin.php:80 GoDaddy\W\M\C\P\BasePlatformPlugin->initializeErrorReporting() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Plugin/BasePlatformPlugin.php:51 GoDaddy\W\M\C\P\BasePlatformPlugin->__construct() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/src/Package.php:62 GoDaddy\W\M\C\Package->__construct() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Traits/IsSingletonTrait.php:39 GoDaddy\W\M\C\Package::getInstance() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/mwc-core.php:19 WPaaS\Bundled_Plugins::GoDaddy\W\M\C\{closure}() wp-includes/class-wp-hook.php:303 do_action('plugins_loaded') wp-settings.php:441
And:
include(): Failed opening '/var/www/wp-content/plugins/google-calendar-events/third-party/vendor/composer/../composer/InstalledVersions.php' for inclusion (include_path='.:')
wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/composer/ClassLoader.php:478 Composer\A\includeFile() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/composer/ClassLoader.php:346 Composer\A\ClassLoader->loadClass() Unknown location spl_autoload_call() Unknown location method_exists() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/jean85/pretty-package-versions/src/PrettyVersions.php:46 Jean85\PrettyVersions::checkProvidedPackages() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/jean85/pretty-package-versions/src/PrettyVersions.php:19 Jean85\PrettyVersions::getVersion() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:67 GoDaddy\W\M\C\R\SentryRepository::canGetSentryVersion() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:190 GoDaddy\W\M\C\R\SentryRepository::sentryLoaded() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:167 GoDaddy\W\M\C\R\SentryRepository::loadSDK() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Repositories/SentryRepository.php:27 GoDaddy\W\M\C\R\SentryRepository::initialize() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Plugin/BasePlatformPlugin.php:80 GoDaddy\W\M\C\P\BasePlatformPlugin->initializeErrorReporting() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Plugin/BasePlatformPlugin.php:51 GoDaddy\W\M\C\P\BasePlatformPlugin->__construct() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/src/Package.php:62 GoDaddy\W\M\C\Package->__construct() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/vendor/godaddy/mwc-common/src/Traits/IsSingletonTrait.php:39 GoDaddy\W\M\C\Package::getInstance() wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/mwc-core.php:19 WPaaS\Bundled_Plugins::GoDaddy\W\M\C\{closure}() wp-includes/class-wp-hook.php:303 do_action('plugins_loaded') wp-settings.php:441
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Problems Rekeying wp_postmeta@olliejones you need to make sure your backticks are in the right places, it’s not possible to post them here correctly, as the rich editor uses them to style the post.
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Problems Rekeying wp_postmetaI ran the fix in MySQL:
ALTER TABLE wp_postmeta ADD PRIMARY KEY (meta_id); ALTER TABLE wp_postmeta DROP KEY meta_id;
Then went to wp-admin and used the plugin and it’s now working, and the tables indexed ??
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Problems Rekeying wp_postmetaHi @olliejones
I’ve been trying to use this operation from your other posts, but keep running into the error:
ALTER TABLE
10_postmeta
ADD UNIQUE KEY meta_id (meta_id)MySQL said: Documentation
#1061 – Duplicate key name ‘meta_id’
My tables have a different naming convention to standard wp_, I also add in backticks around table names to get it to work up to this error. Apologies, I’m not a great user of MySQL, so am a little unsure of what to do, and appreciate your help ??
- This reply was modified 3 years, 7 months ago by underclass.
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Problems Rekeying wp_postmeta@chrisdperry91 I’m having the same issue, my install was clean, so not sure it’s that, there’s reports of the same issue in another support post for a different table.
@jamesosborne yes, I also removed tag assistant legacy and page analytics to be sure.
You know when you don’t think of the most simple approach first…
After it working in incognito I narrowed it down to the Google Analytics Debugger extension in chrome causing the issue, so now fixed.
Thanks
NathanielI’m getting this same error starting today, sorry Ican’t help but hopefully a fix will come from this thread ??
I’m having this same issue, cleared cache, new browser sessions, cleared cookies etc.
I also tried with the plugin disabled via plugin settings with no resolution.
Forum: Plugins
In reply to: [WooCommerce Square] Background processing when logged inHello
Yes, I am able to see the same success message when logged out, as soon as I login I get a 0 error.
———————————–
### WordPress Environment ### WordPress address (URL): https://staging.thebreadandroses.coop Site address (URL): https://staging.thebreadandroses.coop WC Version: 4.5.2 REST API Version: ? 4.5.2 WC Blocks Version: ? 3.1.0 Action Scheduler Version: ? 3.1.6 WC Admin Version: ? 1.5.0 Log Directory Writable: ? WP Version: 5.5.1 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: – WP Cron: ? Language: en_GB External object cache: – ### Server Environment ### Server Info: Apache PHP Version: 7.4.9 PHP Post Max Size: 128 MB PHP Time Limit: 300 PHP Max Input Vars: 2500 cURL Version: 7.65.0 OpenSSL/1.0.2k-fips SUHOSIN Installed: – MySQL Version: 5.5.5-10.2.33-MariaDB-log Max Upload Size: 128 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 4.5.2 WC Database Prefix: wp_ Total Database Size: 14.32MB Database Data Size: 12.07MB Database Index Size: 2.25MB 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.19MB + Index: 0.11MB + 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.09MB + Index: 0.06MB + Engine InnoDB wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_failed_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_give_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_give_comments: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_give_donationmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_give_donormeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_give_donors: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_give_formmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_give_logmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_give_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_give_sequential_ordering: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_give_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_options: Data: 2.33MB + Index: 0.08MB + Engine InnoDB wp_postmeta: Data: 0.30MB + Index: 0.14MB + Engine InnoDB wp_posts: Data: 7.50MB + Index: 0.20MB + Engine InnoDB wp_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_social_users: Data: 0.02MB + Index: 0.03MB + 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.08MB + Index: 0.03MB + Engine InnoDB wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.02MB + 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_meta_lookup: Data: 0.02MB + Index: 0.09MB + 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 wp_woocommerce_square_customers: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yith_wcwl_lists: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_yoast_indexable: Data: 0.16MB + Index: 0.11MB + Engine InnoDB wp_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_yoast_seo_meta: Data: 0.20MB + Index: 0.00MB + Engine InnoDB ### Post Type Counts ### attachment: 126 blocks: 9 calendar: 1 customize_changeset: 11 featured_item: 8 give_forms: 1 jetpack_migration: 2 nav_menu_item: 50 page: 88 post: 13 revision: 508 shop_order: 2 wpcf7_contact_form: 4 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (6) ### Contact Form 7: by Takayuki Miyoshi – 5.2.2 Nextend Social Login: by Nextendweb – 3.0.25 WooCommerce Square: by WooCommerce – 2.2.2 WooCommerce: by Automattic – 4.5.2 YITH WooCommerce Wishlist: by YITH – 3.0.14 ### Inactive Plugins (20) ### Akismet Anti-Spam: by Automattic – 4.1.6 Classic Editor: by WordPress Contributors – 1.6 Conditional Menus: by Themify – 1.1.8 Contact Form 7 Captcha: by 247wd – 0.0.8 Cookie Notice: by dFactory – 1.3.2 Duplicate Page: by mndpsingh287 – 4.3 Envato Market: by Envato – 2.0.5 Give - Donation Plugin: by GiveWP – 2.8.0 Jetpack by WordPress.com: by Automattic – 8.9.1 Mailchimp for WooCommerce: by Mailchimp – 2.4.7 – Installed version not tested with active version of WooCommerce 4.5.2 Query Monitor: by John Blackbourn – 3.6.4 Simple Calendar: by Simple Calendar – 3.1.32 Simple Page Ordering: by Jake Goldman 10up – 2.3.4 Site Kit by Google: by Google – 1.17.0 WooCommerce Admin: by WooCommerce – 1.5.0 – Installed version not tested with active version of WooCommerce 4.5.2 WooCommerce PayPal Checkout Gateway: by WooCommerce – 2.0.3 – Installed version not tested with active version of WooCommerce 4.5.2 WooCommerce Services: by Automattic – 1.24.3 – Installed version not tested with active version of WooCommerce 4.5.2 WooSidebars: by WooCommerce – 1.4.5 WooSidebars - Sidebar Manager to WooSidebars Converter: by WooThemes – 1.1.3 Yoast SEO: by Team Yoast – 15.0 ### Must Use Plugins (1) ### StackCache: by Stack CP – ### 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: #63 - /shop/ Basket: #62 - /cart/ Checkout: #61 - /checkout/ My account: #60 - /my-account/ Terms and conditions: ? Page not set ### Theme ### Name: Flatsome Child Version: 3.0 Author URL: Child Theme: ? Parent Theme Name: Flatsome Parent Theme Version: 3.12.2 Parent Theme Author URL: https://www.uxthemes.com/ WooCommerce Support: ? ### Templates ### Overrides: flatsome/woocommerce/archive-product.php flatsome/woocommerce/cart/cart-empty.php flatsome/woocommerce/cart/cart-shipping.php flatsome/woocommerce/cart/cart.php flatsome/woocommerce/checkout/form-checkout.php flatsome/woocommerce/checkout/form-coupon.php flatsome/woocommerce/checkout/terms.php flatsome/woocommerce/checkout/thankyou.php flatsome/woocommerce/content-product.php flatsome/woocommerce/content-product_cat.php flatsome/woocommerce/content-single-product.php flatsome/woocommerce/content-widget-product.php flatsome/woocommerce/global/breadcrumb.php flatsome/woocommerce/global/quantity-input.php flatsome/woocommerce/global/wrapper-end.php flatsome/woocommerce/global/wrapper-start.php flatsome/woocommerce/loop/loop-end.php flatsome/woocommerce/loop/loop-start.php flatsome/woocommerce/loop/pagination.php flatsome/woocommerce/loop/result-count.php flatsome/woocommerce/loop/sale-flash.php flatsome/woocommerce/myaccount/form-login.php flatsome/woocommerce/myaccount/navigation.php flatsome/woocommerce/notices/error.php flatsome/woocommerce/notices/notice.php flatsome/woocommerce/notices/success.php flatsome/woocommerce/product-searchform.php flatsome/woocommerce/single-product/photoswipe.php flatsome/woocommerce/single-product/price.php flatsome/woocommerce/single-product/product-image.php flatsome/woocommerce/single-product/product-thumbnails.php flatsome/woocommerce/single-product/rating.php flatsome/woocommerce/single-product/related.php flatsome/woocommerce/single-product/review.php flatsome/woocommerce/single-product/sale-flash.php flatsome/woocommerce/single-product/share.php flatsome/woocommerce/single-product/short-description.php flatsome/woocommerce/single-product/tabs/tabs.php flatsome/woocommerce/single-product/title.php flatsome/woocommerce/single-product/up-sells.php flatsome/woocommerce/single-product-reviews.php flatsome/woocommerce/single-product.php ### Square ### Environment: Production Tokenization Enabled: ? Debug Mode: Off ### Action Scheduler ### Complete: 245 Oldest: 2020-08-30 08:31:13 +0100 Newest: 2020-09-30 07:36:17 +0100 Pending: 2 Oldest: 2020-09-30 08:36:17 +0100 Newest: 2020-10-02 19:36:53 +0100
———————————–
Thanks
NathanielForum: Plugins
In reply to: [WooCommerce Square] Unable to import/sync productsMy host has helped me investigate the issue, and it looks to be a timeout error on the requests to the API in square.
Do you know the usual request time needed, we’re erroring at 5 seconds at the moment, and the plugin seems to be making the request more than once, is this normal?
Forum: Plugins
In reply to: [WooCommerce Square] Syncs Have Stopped Working…. Again.Turns out there was a bunch of things wrong on the server that were preventing communication with square properly. There seems to be a timeout issue, so raising that with the square team.
Thanks for your help, really appreciate it ??
Forum: Plugins
In reply to: [WooCommerce Square] Syncs Have Stopped Working…. Again.Sure
### WordPress Environment ### WordPress address (URL): https://thebreadandroses.coop Site address (URL): https://thebreadandroses.coop WC Version: 3.8.1 REST API Version: ? 1.0.2 Log Directory Writable: ? WP Version: 5.3.2 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.4.1 PHP Post Max Size: 512 MB PHP Time Limit: 300 PHP Max Input Vars: 2500 cURL Version: 7.65.0 OpenSSL/1.0.2k-fips SUHOSIN Installed: – MySQL Version: 5.5.5-10.2.26-MariaDB-log Max Upload Size: 128 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 3.8.1 WC Database Prefix: wp_ Total Database Size: 12.74MB Database Data Size: 10.99MB Database Index Size: 1.75MB wp_woocommerce_sessions: Data: 1.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_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_comments: Data: 0.13MB + Index: 0.09MB + Engine InnoDB wp_failed_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_options: Data: 3.05MB + Index: 0.08MB + Engine InnoDB wp_postmeta: Data: 0.36MB + Index: 0.25MB + Engine InnoDB wp_posts: Data: 5.47MB + Index: 0.23MB + Engine InnoDB wp_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_social_users: Data: 0.02MB + Index: 0.02MB + 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.05MB + 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.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.02MB + 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_meta_lookup: Data: 0.02MB + Index: 0.09MB + 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 wp_woocommerce_square_customers: Data: 0.05MB + Index: 0.00MB + Engine InnoDB wp_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_yith_wcwl_lists: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_yoast_seo_links: Data: 0.06MB + Index: 0.02MB + Engine InnoDB wp_yoast_seo_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (20) ### Akismet Anti-Spam: by Automattic – 4.1.3 Classic Editor: by WordPress Contributors – 1.5 Conditional Menus: by Themify – 1.1.6 Contact Form 7: by Takayuki Miyoshi – 5.1.6 Cookie Notice: by dFactory – 1.2.50 Envato Market: by Envato – 2.0.3 Simple Calendar: by Simple Calendar – 3.1.22 Jetpack by WordPress.com: by Automattic – 8.1 Mailchimp for WooCommerce: by Mailchimp – 2.3.1 Nextend Social Login: by Nextendweb – 3.0.20 Simple Page Ordering: by Jake Goldman 10up – 2.3.2 WooCommerce Admin: by WooCommerce – 0.24.0 WooCommerce PayPal Checkout Gateway: by WooCommerce – 1.6.18 WooCommerce Services: by Automattic – 1.22.2 WooCommerce Square: by WooCommerce – 2.0.8 WooCommerce: by Automattic – 3.8.1 WooSidebars - Sidebar Manager to WooSidebars Converter: by WooThemes – 1.1.3 WooSidebars: by WooCommerce – 1.4.5 Yoast SEO: by Team Yoast – 12.8.1 YITH WooCommerce Wishlist: by YITH – 3.0.5 ### Inactive Plugins (1) ### Contact Form 7 Captcha: by 247wd – 0.0.3 ### 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: ? Page visibility should be public Basket: ? Page visibility should be public Checkout: ? Page visibility should be public My account: ? Page visibility should be public Terms and conditions: ? Page not set ### Theme ### Name: Flatsome Child Version: 3.0 Author URL: Child Theme: ? Parent Theme Name: Flatsome Parent Theme Version: 3.10.1 Parent Theme Author URL: https://www.uxthemes.com/ WooCommerce Support: ? ### Templates ### Overrides: flatsome/woocommerce/archive-product.php flatsome/woocommerce/cart/cart-empty.php flatsome/woocommerce/cart/cart-shipping.php flatsome/woocommerce/cart/cart.php flatsome/woocommerce/checkout/form-checkout.php flatsome/woocommerce/checkout/form-coupon.php flatsome/woocommerce/checkout/terms.php flatsome/woocommerce/checkout/thankyou.php flatsome/woocommerce/content-product.php flatsome/woocommerce/content-product_cat.php flatsome/woocommerce/content-single-product.php flatsome/woocommerce/content-widget-product.php flatsome/woocommerce/global/breadcrumb.php flatsome/woocommerce/global/quantity-input.php flatsome/woocommerce/global/wrapper-end.php flatsome/woocommerce/global/wrapper-start.php flatsome/woocommerce/loop/loop-end.php flatsome/woocommerce/loop/loop-start.php flatsome/woocommerce/loop/pagination.php flatsome/woocommerce/loop/result-count.php flatsome/woocommerce/loop/sale-flash.php flatsome/woocommerce/myaccount/form-login.php flatsome/woocommerce/myaccount/navigation.php flatsome/woocommerce/notices/error.php flatsome/woocommerce/notices/notice.php flatsome/woocommerce/notices/success.php flatsome/woocommerce/product-searchform.php flatsome/woocommerce/single-product/photoswipe.php flatsome/woocommerce/single-product/price.php flatsome/woocommerce/single-product/product-image.php flatsome/woocommerce/single-product/product-thumbnails.php flatsome/woocommerce/single-product/rating.php flatsome/woocommerce/single-product/related.php flatsome/woocommerce/single-product/review.php flatsome/woocommerce/single-product/sale-flash.php flatsome/woocommerce/single-product/share.php flatsome/woocommerce/single-product/short-description.php flatsome/woocommerce/single-product/tabs/tabs.php flatsome/woocommerce/single-product/title.php flatsome/woocommerce/single-product/up-sells.php flatsome/woocommerce/single-product-reviews.php flatsome/woocommerce/single-product.php ### Square ### Environment: Production Tokenization Enabled: – Debug Mode: Off ### Action Scheduler ### Complete: 267 Oldest: 2019-12-21 00:27:58 +0000 Newest: 2020-01-20 22:42:56 +0000 Pending: 3 Oldest: 2020-01-20 22:42:56 +0000 Newest: 2020-01-27 22:06:34 +0000 Canceled: 2 Oldest: 2020-01-21 11:55:16 +0000 Newest: 2020-01-27 20:59:02 +0000 In-progress: 0 Oldest: – Newest: – Failed: 0 Oldest: – Newest: –
And thanks for the suggestions and help ??
- This reply was modified 5 years, 2 months ago by underclass.
- This reply was modified 5 years, 2 months ago by underclass.
Forum: Plugins
In reply to: [WooCommerce Square] Syncs Have Stopped Working…. Again.Thanks for the information, unfortunately the same thing is happening.
The log does show each time the scraping of the customer info that is in Square, but nothing else.