rcain
Forum Replies Created
-
Hi,
Thanks for quick response. I think I’ve found the cause – I had the “uBlock Origin” plugin active in the browser (to block ads & pop-ups). Disabling it for my development site got rid of the error.
Apologies for false alarm.
Hi Paul,
Oh my goodness! You are absolutely correct. I’ve now found it. Thank you so much.
Got to admit though, pretty confusing interface design here – two entirely different config screens for essentially the exact same feature. I wonder if this might be improved in some future release?
PS: I’ve now also just discovered that 2FA is DISABLED IFF the IP address is whitelisted in Shield. Since this is my development machine I had whitelisted my IP address – hence 2FA emails were not being triggered for any of my tests. I deleted the whitelist entry and presto! 2FA email challenge now working as expected. Hoorah! (PPS: though thinking about it, whitelisted IP is but an additional authentication factor and arguably shouldn’t disable other existing authentication factors by default – selectivity perhaps another design suggestion for future/pro version?)
Thank you both – Paul & Jelena.
Have a great day 🙂
Hi Jelena,
Thanks for your reply.
- Verification email link – you seem to be contradicting yourself there – it was either originally formatted as plain text or else originally formatted as clickable link & then stripped by client – it cant be both. The actual email is a mixture – plain text (unclickable url) at the top, followed by promotional copy in html underneath. This is a minor issue at present however (I’ll look further into it.
- The ‘Enforce Email Authentication’ section is entirely absent from my admin screens there. This is my main problem – & as you suggest, probably the reason that 2FA is not being forced for users at login – since ‘roles’ not selected. Why would this admin section not appear?
Thanks again for your help.
Rob
Sounds great. Very helpful. Thanks Lisa.
Best regards
Rob
Hi,
Thanks for the response.
I see what you mean. But is is pretty confusing, & certainly looks like a rude product/upgrade push (ad).
Maybe make the panel (or widgets) ‘hide-able’ by the user (as on main WP dash & elsewhere)? Also perhaps ‘label’ each widget with its dependency? Just a thought.
(PS. I also find the whole QUIC value proposition a little confusing, vis a vis Cloudflare (CDN), vis a vis Litespeed (local cache). Not to mention pricing/cost estimation. A simple overview/integration explanation might be helpful. ).
All best
Rob Cain
Hi there,
Thanks for that. All good. I’ve discovered the culprit:
A small custom plugin I’d hastily written to add a ‘clear current page cache’ button to admin bar for selected user roles other than Admin (eg: shop-admin): I’d (very shoddily) protected the plugin from activating without lscache being active with a:
defined('WPINC') && defined('LSCWP_V') || exit;Which protects against activation BUT of course exits the whole thread if lscache is deactivated whilst this plugin still active. Hence the WSOD.
removed above, & instead used:
Requires Plugins: litespeed-cachein the plugin header section – and all is good.
I hang my head in shame! 🙁
Thanks very much for your help qtwrk. Much appreciated.
Problem resolved.
- This reply was modified 1 year, 1 month ago by rcain.
Hi there,
re: splash – good to hear thanks.
I didn’t mean to have a go at you.
I’m currently clearing down & re-uploading all plugins one-by-one. Will see where it breaks & get back to you. Quite possibly some plugin conflict/run-time-dependency I’m suspecting.
All best
Hi again,
Apart from your first line (!), all moderately sensible suggestions, thanks.
- can run a flat html file from root – ok
- can run phpinfo from file – all ok
- lscache directory all empty at present (just skeleton dir structure) – since i flushed all LS cache from back CP end, that is expected.
- wp-config.php – traced – all loading fine right up to last line (require wp-settings.php) so fine there so far as it goes
- will continue diagnostic/tracing
But note well, this happened immediately upon deactivating lscache plugin. (FYI plugins most certainly can & do sometimes cause issues like this, most especially caching & redirection plugins).
I have to say, I’m becoming seriously concerned by the quality of lscache plugin of late – by my count no less than 3 critical security issues in the past year (baby stuff too!), just now the RUDE QUIC splash obscuring dashboard (see other thread), and now WSOD upon simple plugin deactivation.
Hi there,
checked error logs – first thing i did – no recent entries. Also tried temporarily removing litespeed plugin files via ftp – no difference. cant get into site at all.
any other suggestions?
Hi qtwrk,
Thanks for your reply. Indeed I found your ‘addon’ plugin on git hub & have forked & bastardized to my current requirements (just about). But really good to know we are both thinking along similar lines. Lets keep in touch.
All very best
Rob
Outstanding. Thanks Alin. Looking out for the next release 🙂
Hi Hendra,
Thanks for your reply. I quite understand the problem.
Just to reiterate – the wpra/twig/use_translations filter solution doesn’t seem to work (though I haven’t determined why). The longer code mod solution does work however – which we can live with for the time being 🙂 .
Look forward to the new version later this summer. Great plugin. 🙂
Best regards.
Forum: Plugins
In reply to: [Autoremove Attachments] deleting old thumbnail imagesHi Eusebiu,
Thanks for your reply. (It was actually a client website with the issue, rather than our own. And I was aware how the situation arose. Thanks anyway ).
Pretty much as I suspected, but thanks for your suggestions – all very sensible. I’m currently looking into https://wordpress.org/plugins/media-cleaner/ (pro version looks promising), though some mixed reviews.
I’ll think on it some more and get back if I discover anything that might be helpful to you/your users.
Thanks again.
All the best 🙂
Rob
Hi Paul, yes i realize all that. (Sorry, having a bit of a general bitch). Maybe a case for WordPress itself to address this – eg: something akin to the JS/script (version) register & load process, but for PHP libs (& any other (co-) dependencies) – would still need to isolate them of course & avoid run-time conflicts. Anyway, that’s a bigger discussion for another day/forum. wp rss aggregator devs are looking at it from their end now at least. Thanks again. 🙂
Hi Paul – Thanks for the reply – I should have made clear – I am using WP RSS Aggregator plugin and have already disabled it temporarily. Awaiting a response from WP RSS Aggregator authors (As you suggest, they need to update the symfony package their end, or avoid conflicts some other way). (Increasingly frustrated that ‘Composer’ is supposed to help avoid situations like this, yet in reality seems to encourage bloat without properly addressing dependencies – not a criticism of your fine plugin 🙂 ).