justauser034675
Forum Replies Created
-
Hi @kaisarahmmed ,
If we enable it, we get a js error stating: “Uncaught TypeError: Cannot read properties of undefined )reading ‘Autocomplete’)”
thanks
Just wondering, further to this…
Not sure if this is possible but on paginated forms, is it possible to only load it on the page of the form where its used. Might be a bit of a non-starter I know – but thought I’d ask… ??
thanks
@kimmyx this is still an issue, I know its minor but it clags up logs in my dev sites. Do you have an ETA on this?
thanks
thanks John, you’re right with the recursion conclusion. No need to check your code, if query monitor didn’t burn out the memory something else would have ??
FYI the block I’m using is placed inside a Kadence element of type template. It is set to replace the post content template. So there’s no risk to frontend. However on the backend the problem arose because rest checks weren’t triggering my default preview id so I think it was attempting to load itself, as kadence element is a cpt. I think I’ve solved it with the addition of the is_admin() check.
UPDATE: In my block callback I was checking if (defined(‘REST_REQUEST’) && REST_REQUEST)) for backend detection to exit and presumably Query Monitor runs through my callback function before that’s true?
…so now I do this “if ((defined(‘REST_REQUEST’) && REST_REQUEST) || is_admin())” – and it exits as expected.
Maybe a flaw in my code and not Query Monitor? ??Forum: Plugins
In reply to: [Duplicate Page] Duplicate Page – Double duplicates pages and postsI haven’t tested yet but Cloudflare has been activating Speedbrain beta option in its cache for free accounts (Guinea pigs?). Its caused some very quirky things to happen in backend. It’s possible it was causing this problem also and it’s possible the fix they released 2 days ago fixed it. Fyi – even if it was activated it wasn’t always applying its black magic so problems appeared intermittent on some sites.
Forum: Plugins
In reply to: [Duplicate Page] Duplicate Page – Double duplicates pages and postsWe’re definitely experiencing 2 duplicates each time we duplicate. Perhaps it’s related to redis cache?
Forum: Plugins
In reply to: [Duplicate Page] Duplicate Page – Double duplicates pages and postsI am also experiencing this too, waiting for advice…. Thanks
Doh – this one was sorted – I didn’t notice the “Single line address” field was checked. thanks ??
Forum: Reviews
In reply to: [Greenshift] A Full Site Editing Theme that’s Dope Even Before v1these guys are ahead of the pack in every way IMO.
do you think the theme and FSE is ready for serious commercial sites yet?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Security vulnerabilityHi Tobias,
I don’t understand why you just don’t disable exports or replace the format. Leaving it in is continuing to perpetuate the issue and it will lead to insecurities if users start ignoring Wordfence vulnerability critical warninngs.
Thsnks
Thanks for getting back Tobias, I can only imagine what a nightmare it is. Definitely you’ll need to get CVE to remove you as being on that could cause other issues. Did you reach out to other plugins that export CSV (there’s a lot of them) to see how they stay off it?
Hi Tobias,
I know your saying this is a false alarm but can anything be done to prevent this on your end as WordPress is sending millions of users critical scan findings which for me anyway, is a massive inconvenience to bin these everyday.
thanks
Ah, so it’s just a core branding and tracking function for it I guess, tied to subscription features ..
Hi @brisch does this get attached even if I’m not using the Mailpoet sending service?
Thanks