James
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Replace] PHP Deprecated errors while using PHP 8.1Hi Ram,
I can’t answer your question, but I was wondering what version of PHP you upgraded from? Do you know is this plugin is compatible with PHP 8?
Thanks
James
Thanks @jeroenrotty – yes, it wasn’t the plugin causing the issue but some custom code I’d added using it. I had followed this article to create some code to add product schema to my site, but it uses the now deprecated WPSEO_Graph_Piece. I’ll have to work out how to update the code. Thanks for your help.
@jeroenrotty Thanks, looks like it’s the Code Snippets plugin. This is the message I get:
Error message: Uncaught Error: Interface 'WPSEO_Graph_Piece' not foundI’ll contact that plugin and ask them to investigate.
I just updated to the latest version of Yoast (19.14) and it killed my site too. I don’t have either of the plugins mentioned above. Had to roll back to 19.13.
Forum: Plugins
In reply to: [Cookieless Privacy-Focused Google Analytics] LegalHmm, well I did some more reading around the topic and now I’m not so sure whether it would comply with GDPR regulations. There’s an interesting discussion about a similar method here: https://news.ycombinator.com/item?id=25301500
If anyone else cares to offer their opinion, please chime in.
Forum: Plugins
In reply to: [Cookieless Privacy-Focused Google Analytics] LegalI think that is something only you (and your legal team) can answer and depends on how you interpret the GDPR regulations.
Based on my understanding of how this plugin works:
- IP address is not being stored
- No personal data is sent to Google
- Client ID is hashed and therefore cannot be used to identify an individual
- Client ID is stored for a minimum period of time
As such, in my opinion it probably complies with GDPR regulations, but I’m not a lawyer so obviously don’t take this as legal advice, and I may be wrong.
Forum: Plugins
In reply to: [Redirection] Group Dropdown only shows 25 GroupsAh, gotcha, thanks John.
Forum: Plugins
In reply to: [Redirection] Group Dropdown only shows 25 GroupsThanks John, I hadn’t spotted that.
However, I’ve just tried this and can’t see anything to change on line 219. On line 186 I’ve tried changing:
$limit = RED_DEFAULT_PER_PAGE;
to
$limit = 100;
But this hasn’t changed anything. I still have the same issue. Any ideas?