vbosch
Forum Replies Created
-
Hello @razyrx ,
Thanks for your reply.
I changed the code
$status = apply_filters('braapf_product_lookup_tables_is_running', get_transient('braapf_product_lookup_tables_is_running'), $this);to
$status = false;And after page reload, the notification changed to
‘BeRocket AJAX Product Filters Additional tables are generating. They will be used after generation is completed. Current status is 4%‘The percentage went up, and after getting to 100%, the notification changed to:
‘BeRocket AJAX Product Filters ADditional tables was successfully generated. They will be used automatically when needed. — Got it.’After this I changed the plugin code back to the default one, just to be sure the files are the same whenever there will be a plugin update.
So the first code-change fixed it. Thanks!
Hello again @razyrx
Weirdly enough, the notification is still there.
The filters seem to be working fine, so I guess this must be a visual bug.Would you know any way to fix this?
Hello @razyrx
I don’t think it is still regenerating. I am looking at ‘scheduled events’ and there is no event.
Also not at the ‘tools’ tab and not in logs. Is there somewhere else I can look?The notification is still there as we speak.
Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsHi @lovingbro
Thank you very much, I will keep an eye on the GitHub page.
Also disabling usage tracking seems to fix it for now!
Thanks to the others for their time and help as well.
Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsThanks @serafinnyc !
Hi @mosesmedh
Do you see anything that could help in the reports?Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsHi @mosesmedh
The system report: https://pastebin.com/0CDHnQr4
I found 1 fatal-error log: https://pastebin.com/f2x0bKsg
Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsScripts-tab doesn’t show anything related.
‘Hooks and actions’ just show this: https://snipboard.io/RfDlNa.jpg
I also found one at ‘Transient Updates’: https://snipboard.io/AdeB0F.jpg
And then I found 4 items in the ‘Database Queries’ tab:
https://snipboard.io/V7SC6X.jpg
https://snipboard.io/OW2UqJ.jpg
https://snipboard.io/PaxqVb.jpgForum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few seconds@serafinnyc Thanks, I might try to do that in the late evening so there will be less customers on the shop. I’ll let you know if I get any results.
@doublezed2 in WP Crontrol the ‘fetch_patterns’ hook is not displayed at all. It’s recurrence is also ‘non-repeating’ so it might not be triggered by an actual cron but via another function perhaps?
I’ve had Query monitor installed once before but I don’t really know where to look to be honest.Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsHey @serafinnyc
Also added this code to my functions and reloaded, but it still doesn’t seem to be fixed.
Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsHey @serafinnyc ,
I’ve included the code to my functions.php and reloaded the admin. (I also disabled caching for this).
Unfortunately, this doesn’t appear to change anything in the Scheduled Actions tab.Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsHey @serafinnyc ,
Thanks for your reply.
I’ve tried the SQL queries in the thread you posted:
To stop the bloat, you can safely delete the stuck
fetch_patternsactions. Here’s the SQL:DELETE FROM wp_actionscheduler_actionsWHERE hook = 'fetch_patterns' AND status = 'pending';After that you’ll clean up the orphan log:
DELETE FROM wp_actionscheduler_logsWHERE action_id NOT IN ( SELECT action_id FROM wp_actionscheduler_actions);The first query deleted 1 row, the second query deleted 321934 rows.
However when I look at the WooCommerce ‘scheduled actions’, it sadly didn’t fix it, the ‘fetch_patterns’ hook still runs every few seconds.I see the final solution in the thread is uninstalling WooCommerce, this is something I’d like to avoid if possible.
Forum: Plugins
In reply to: [WooCommerce] Scheduled action ‘fetch_patterns’ runs every few secondsHi there,
My status report: https://pastebin.com/uXwYZvtH
I’ve emptied the ‘completed’ action scheduler items this morning, so that’s why you don’t see the 100.000+ in the status report.Hi there,
Thanks for your answer, I completely understand. I was just hoping there might’ve been a workaround in your plugin.
Hi there,
Thanks for your response.
This is a screenshot of the current state (we didn’t do all styling yet, but functionality stays the same)

This product is a ‘free sample’, where the customer only has to pay for the shipping. They should be able to choose a minimum of 1 and a maximum of 3 colors/samples. Because this sample is free, they should only be able to order 1 product per order, no matter what samples they’ve chosen.
We currently use the ‘multi checkbox’ field. We’d actually prefer to be able to use this field with images (like the ‘radio with images’, but ‘multi checkbox with images’). I’m also wondering why this isn’t possible? 🙂
So we activated the ‘Limit purchases to 1 item per order’ option in WooCommerce (it’s a default option, no plugins). But the following happens:
- If I choose a product with the exact same options, I can only add it once;
- If I change the options (fill in another checkbox), I can add it multiple times, as long as the exact combination of samples is not chosen yet;
I’m wondering why this is happening because officially it’s not a variable product.
Forum: Plugins
In reply to: [WooCommerce] Can’t add variation with lot of values to cartHello Margaret,
Thanks for your response, but the issue is currently resolved.