mklusak
Forum Replies Created
-
Well, sure I did.
But the plugin should be updated to comply with WooCommerce 9.5.0 schema fix.
Hi, well, that’s odd … that option WAS disabled. I tried to activate it – why not, after all, if it’s somehow related … and it works! Structured data are valid now.
When disabled (default), the problem persists.
Forum: Plugins
In reply to: [WooCommerce] Google Search Console critical error – Missing ‘price’ fieldWell, Github “new issue” hint suggested to write here first, so I did.
But – the conflict test really sorted it out (). Both affected sites have FOX currency switcher installed, and when deactivated, the issue is gone and structured data are valid.
So, I reported it there and will be waiting for response.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Google Search Console critical error – Missing ‘price’ fieldWell, those are two years old links and issues. The relevant one is https://github.com/woocommerce/woocommerce/pull/52871 … this change made it to the core three weeks ago. And after updating my website, this very problem occured, instead of being resolved. And it didn’t even exist before.
Changelog:
= 9.5.0 2024-12-16
Fix – Fix “missing ‘price’ property in ‘offers'” error in Google Search ConsoleForum: Fixing WordPress
In reply to: Theme.json changes my block editor’s styleHi @alexcastor, did you manage to work it out? I have the same problem. I can create (even empty) theme.json file like below, and my editor styles disappear.
{
"version": 2,
"settings" : {},
"styles" : {}
}Well, I wrote it’s an impossible request. I can set auto_prepend_file via hosting admin, but that’s shared option across all account websites / domains.
If I link wordfence-waf.php in wp-config.file, it is loaded a little bit later than with auto_prepend_file, but not so much: index.php -> wp-blog-header.php -> wp-load.php -> wp-config.php. Several tens of lines of PHP code were executed at this point, comments mostly.
It would be great if WordFence could be a little more flexible and did not throws errors because of that setup.
EXPLAIN -> https://ibb.co/s2pGDNJ … not sure if it helps.
If I use SET max_join_size=18446744073709551615; before query, it works. So there is a problem in the local “268435456” value – too low.Yeah, it’s shared hosting, nothing fancy. MySQL version: 5.5.5-10.5.19-MariaDB-0+deb11u2-log.
If I tries to run that monsterous query with SET SQL_BIG_SELECTS=1, it works and return ONE row (maybe that’s correct). max_join_size variable is 268435456.
I have probably the same problem – The Simple History admin page is completely empty (same for metabox), only its header is shown. DB tables are OK (80 + 1100 rows).
The server error log contains this error:
WordPress database error The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay for query … # START SQL_STATEMENT_LOG_ROWS
Pleeeeease! Look at this issue! It’s impossible to use this plugin with WP in subfolder. You can’t redirect non-logged user with
wp_safe_redirect( '/' )
… it sends him to root folder outside of WP install.Forum: Plugins
In reply to: [Regenerate Thumbnails] Skip Regenerating not workingHi, I have the same issue. Anyhow I stopped / reloaded the regeneration by myself, and I was surprised it started again from the beginning (so no crashing at certain point). I am looking at FTP to upload/ folder and I see files modification times changed to current timestamp / date. So files that has already been regenerated an hour ago are freshly regenerated again … so that “skip regenerating … ” checkbox does exactly nothing.
Forum: Plugins
In reply to: [WooCommerce] Cash on delivery vs. processing status vs. order set as paidHi, thank you for your response. I can’t make a screenshot, my website is in Czech language and order notes about status changes are not translatable. But – I don’t think you are right, I did change order status from on-hold to processing, and it did mark the order to “paid”, and it was not even COD payment, it was BACS / bank transfer.
A saw the explanation about “processing = paid” in another thread.
And then there is this function description of $order->maybe_set_date_paid() : Sets the date paid variable when transitioning to the payment complete order status. This is either processing or completed. (…)
Sooo … I really think it’s a “system thing” now.
Yes! It looks like that, my issues are fixed, too!
Hi,
I didn’t mean to change this redirect behaviour to something else, but to add this message as an another option.
Input for redirect URL, and another input “Show this error message instead of redirect”. And it will be prefered if filled.
I have the same problem. Google Chrome v105, big e-commerce site, 100/1000s queries etc. With QM off, everything is OK, tab closing instantly. But with QM on, closing tabs take (tens of) seconds … and every other Chrome window freezes for that time, Youtube Music tab stops playing after a while, etc. It’s the same when tried with Incognito mode (all my extensions disabled).
Firefox is doing fine – a little bit slower actions in QM GUI, but with 2500+ logged queries it’s still acceptable.
On the other hand, I was reporting strange unresponsiveness a few months ago – with QM on, any WP page was waiting for QM numbers to show up in admin bar, and until that it did not respond to anything (click, scroll). So I clicked the link / published the post, reload happend, and for 500ms or a second or two I could not do anything until QM nubmers showed up, and the page started to be responding again.