kamrafique
Forum Replies Created
-
Ticket opened.
@jpp21 thanks. I updated to the latest version of Elementor (3.20.0) and can’t even get into the footer block now using Edit with Elementor as the page just stays on loading…
I’m thinking I just need to rebuild the site…
@bsfherman. Do you have a way for me to send privately?
Thanks @dangoodman.
I’ll take a look.Forum: Plugins
In reply to: [WooCommerce Blocks] Update to 6.0.1 broke my siteHi @chrism245.
I’ve updated to WC 5.7.1 and the Blocks plugin has installed successfully without error.
Blocks 6.0.1 is now up to date and active.
Thanks. Kam
Forum: Plugins
In reply to: [WooCommerce Blocks] Update to 6.0.1 broke my sitewp: 5.8.1
wc: 5.6.0
WooCommerce Blocks: 6.0.0
AutomateWoo: 5.5.32021-09-29T15:23:16+00:00 CRITICAL Uncaught Exception: Cannot construct an instance of Automattic\WooCommerce\Blocks\Assets\AssetDataRegistry because it has not been registered. in /home/customer/www/<removed>/public_html/wp-content/plugins/woo-gutenberg-products-block/src/Registry/Container.php:89 Stack trace: #0 /home/customer/www/<removed>/public_html/wp-content/plugins/automatewoo/admin/admin.php(56): Automattic\WooCommerce\Blocks\Registry\Container->get('Automattic\\WooC...') #1 /home/customer/www/<removed>/public_html/wp-content/plugins/automatewoo/includes/AutomateWoo.php(159): AutomateWoo\Admin::init() #2 /home/customer/www/<removed>/public_html/wp-includes/class-wp-hook.php(303): AutomateWoo->init('') #3 /home/customer/www/<removed>/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #4 /home/customer/www/<removed>/public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #5 /home/customer/www/<removed>/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.p in /home/customer/www/<removed>/public_html/wp-content/plugins/woo-gutenberg-products-block/src/Registry/Container.php on line 89
- This reply was modified 3 years, 5 months ago by kamrafique.
Hi @rankmath.
My web host confirmed the reason as too many loops from your script – see my first post.
I have another site on the same host which updated ok, so I don’t think it is resource allocation.
Anyway, looks like there is no more progress on this, so we can leave it here.
If interested, happy to jump on a call to try and figure out what is common on our sites which might have caused this. I doubt any of us want our sites to go down again.
Hi @rankmath.
OK thanks, will use your plugin instead of the custom code.
Did you find out why we got the spike in traffic from your plugin causing our sites to get switched off by the web host?
- This reply was modified 4 years, 5 months ago by kamrafique.
fyi – not sure if this is related and as this doesn’t appear to be a global issue, I have this custom script to remove errors and warnings in google search console:
/**
* Remove the generated product schema markup from Product Category and Shop pages.
*/
function wc_remove_product_schema_product_archive() {
remove_action( ‘woocommerce_shop_loop’, array( WC()->structured_data, ‘generate_product_data’ ), 10, 0 );
}
add_action( ‘woocommerce_init’, ‘wc_remove_product_schema_product_archive’ );posts: 1
pages: 24 (published), 2 (private)
products: 35 (published), 1 (private)
product categories: 21
product tags: 27my web host confirmed that the script (\admin-ajax.php?action=wp_convert_schema_posts) was running at 10+ times per second.
issue has not recurred since i updated the plugin when the new schema was converted.Hi.
Not sure I want to run the manual converter until this issue is resolved as it may cause issues again.
I think the script updated quite quickly as I got this message:
“Rank Math: Converted 47 posts successfully from old Schema data format to new.”I have mostly variable products.
I don’t have logs from that date, however, this is from today:
2020-09-27 13:34:27 UTC [apache][access_compat:error] [pid 53787] [client <IP address>:48082] AH01797: client denied by server configuration: /home/<removed>/www/<removed>/public_html/wp-admin/admin-ajax.php, referer: https://<site>/wp-admin/admin-ajax.php?action=wp_convert_schema_posts&nonce=d4aedadfeb
I had another SEO plugin and used yours to switch that out and your in as part of your plugin feature if that helps.
Happy to send you my setup in private if needed.
Thanks.