Kona Macphee
Forum Replies Created
-
PS WP 6.7.1 for me.
I have the same error. Weirdly, it isn’t showing up on my dev site, just on my production site, despite the fact that the two sites were recently synced.
To the OP, are you using Cloudflare on your site? That’s the main difference between dev and live for me.
Forum: Plugins
In reply to: [Simple Local Avatars] Multisite issue?Just to follow up, using your “Migrate avatars from WP User Avatar to Simple Local Avatars” button in “Discussion Settings” has restored some but not all of the avatars.
It’s difficult to be 100% certain of the fault pattern, but I notice for example that there are filename problems. For example, one missing avatar has the following image url:
https://domain-redacted/wp-content/uploads/sites/5/2020/09/PersonName-90x120-1.jpgThat’s a 404; the filesystem only contains the following uploads:
./sites/5/2020/09/PersonName-90x120-1-90x72.jpg ./sites/5/2021/10/PersonName-110x147-1-110x72.jpgThis avatar was working properly until your recent plugin update.
Forum: Plugins
In reply to: [Simple Local Avatars] Multisite issue?Hi again, your latest update has lost all of the avatar images in our bbPress forums on all of our subsites in the multisite installation mentioned above. Do you have a fix for this? I can apply a PHP patch manually if need be.
Forum: Plugins
In reply to: [Simple Local Avatars] Multisite issue?Super, thanks for confirming.
Forum: Plugins
In reply to: [Restricted Site Access] Login redirect problem with 6.2.0Haven’t had a chance to check the details, but I have users reporting similar login problems after today’s upgrade to 6.2.0.
Would you consider pushing this update as a new version 1.5.5? Otherwise a lot of folk who’ve already updated will miss the change (and WordPress doesn’t make it easy to re-install the same version of a plugin without fully deleting it and thus losing the settings.) It’s a significant change so I’d say it deserves a new point release!
Thanks for the download, much appreciated!
So, just so I’m clear, “Reject” won’t actually delete any cookies at all (not even ones explicitly set up as non-essential), and the button is simply a way of capturing the visitor’s preferences?
Also I’ve just seen this in the GA documentation here
When using the recommended JavaScript snippet, gtag.js and analytics.js set cookies on the highest level domain they can. For example, if your website address is blog.example.co.uk, analytics.js will set the cookie domain to .example.co.uk. Setting cookies on the highest level domain possible allows users to be tracked across subdomains without any extra configuration.
so it might be a domain mismatching issue? (The GA cookies are on the domain .mysite.com even if the site is running as http://www.mysite.com).
- This reply was modified 7 years, 11 months ago by Kona Macphee.
Hi Mark,
It’s great that you’re working on this, all of us in GDPR land really need it 🙂
I’m doing some testing with Google Analytics cookies (pretty common use case, I’m guessing!) and what I’m finding is that even though I’ve set up cookie records for the GA cookies and specified them as non-necessary, they’re not getting deleted when I click “Reject”, and they are still being set on subsequent page-loads (even after I go in and manually delete them.) The “viewed_cookie_policy” cookie exists and is definitely set to “no”.
Am I misunderstanding what you mean by “Reject will delete all the cookies that are stored in non-necessary category by the admin”?
In terms of cookies created by JavaScript includes like the Google Analytics script, I think you can’t necessarily control the browser’s execution order – is it possible that cookies could still [sometimes] get set, despite the Reject preference, because the JavaScript that sets them runs *after* the plugin’s cookie clean-up code?
Forum: Plugins
In reply to: [Download Monitor] GDPR complianceJust to follow up on this, for GDPR purposes it would be very help to have an auto-delete option for logs, allowing them to be stored temporarily (for security, verification etc) but then automatically deleted from the database after a user-configured time period (specified in number of days or months).
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Variable product stock / add to cart warning since WC 3.0.xSuper, thanks Mike!
Forum: Plugins
In reply to: [WP-SpamShield] Too many warning in error log!Dear Scott,
All I’m trying to do is to let you know that your fix for a recently introduced bug has not fixed the bug for me.
Anyway, at your request I have duly gone to your website, gathered all the information you requested (including details of all plugins, etc etc) and attempted to send this to you.
Your form will not let me submit this information :
—–
There is a problem with your support request.As noted above, you need to work through the FAQs and Troubleshooting Guide before submitting a Support Request. You checked the box saying you have worked through these, but you haven’t even visited these pages yet. Please go back and work through these completely before submitting a support request.
—–Forgive me, but given that I’m simply trying to help you diagnose a problem you have inadvertently introduced, this seems a little onerous! I am more than happy to send you the relevant information by email if you could suggest a suitable email address.
Forum: Plugins
In reply to: [WP-SpamShield] Too many warning in error log!I’ve installed this fix and I’m still seeing this same “Delimiter must not be alphanumeric or backslash” preg_match() issue in the log file.
WordPress 4.7.1, WP-SpamShield 1.9.9.8.5, PHP 5.6.5.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Causes Garbled Code Display on PagesProblem is occurring with fully up to date WP (4.7.1) and all plugins, with PHP version 5.3.29.
Problem does NOT seem to be occurring on installations running PHP 5.5.21.