Arunas Liuiza
Forum Replies Created
-
Forum: Plugins
In reply to: [Crowdsignal Dashboard - Polls, Surveys & more] PHP 8.2 supportHi @lamosty,
Thanks for taking a look at it. As we need to plan our work arond this, I wanted to ask if there is an ETA for this fix. Or maybe we could provide a a patch/PR to an appropriate repo?
Forum: Plugins
In reply to: [The Events Calendar] PHP 8.2 supportHi, @d0153 and @frankremmy thanks for taking a look at this. Can you tell me if there is any kind of ETA attached to this ticket, so we could plan our work around it?
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] PHP 8.2 supportBecause hiding error messages under a rug is a sound strategy? 🙂 We know we can hide them, but we keep the debug log verbose so we can find and address issues early.
We could fix this in our own codebase, but that would mean we’ll need to re-apply the patch anytime there is an update. So we would love to see this fixed upstream in the plugin itself.
It also fixes the issue to all the other 30,000+ users of this plugin. If there is a repo I can contribute to, I’d be happy to supply a patch/PR for this.
Forum: Plugins
In reply to: [The Events Calendar] PHP 8.2 supportHi, @frankremmy.
As far as I know, PHP 7.4 has been End of Life for almost a year now, PHP 8.0 will reach EOL in November and PHP 8.1 will enter Security fixes only phase at that time (source). So in a few months 8.2 will be the only PHP version in active support.
I appreciate you have a lot of other stuff on your plate and I would be happy to donate some of my time and create a patch/PR for this issue myself. It is making a lot of noise in our logs and it is one of a few last pieces preventing us switching to 8.2
Let me know if I can help!
Forum: Plugins
In reply to: [The Events Calendar] Merge conflicts commited into tribe-common.potHi Stephen!
We do know how to fix a merge conflict (wink). Just wanted to make sure you are aware of this. As it is in a
.potfile, I don’t think it will mess up many things for people. The only reason we noticed this is because we do code reviews for plugin updates before we merge them into our setup.Forum: Plugins
In reply to: [Contextual Related Posts] No cleanup on plugin deactivationI’d suggest doing it on deactivation or at least having some kind of option to trigger clean up via WP-CLI.
It’s good that there is an uninstall hook, but the problem is that it does not get triggered in environments where code is deployed via CI/CD process. You do not *delete* plugins on production.Forum: Plugins
In reply to: [Content Cards] How to whitelist every domainsHi,
Whitelisting all domains is not currently supported. Doing so would make WordPress make a remote request to any link that is pasted into separate line in the editor, which could have performance and security implications. We recommend to enable this only for sites that you known and trust.
Arunas
Forum: Plugins
In reply to: [tinyCoffee] GDPR / DSGVOHi, this plugin does not collect or store any GDPR protected data.
Forum: Plugins
In reply to: [tinyCoffee] “Things don’t appear to be working”Hi again,
The error you are getting (EWP_SETTINGS) usually means that unencrypted payments are blocked on Paypal. The weird thing is, your site seems to be encrypted, but Paypal still seems to dislike something. Enabling unencrypted payments on Paypal should fix the integration.
Forum: Plugins
In reply to: [tinyCoffee] “Things don’t appear to be working”Hi, could you provide a link for me to check? Ask@arunas.co if you do not want to publish it here.
Forum: Plugins
In reply to: [tinySocial] FacebookAlright, then its a bug. I’ll check it out over the weekend.
Forum: Plugins
In reply to: [tinySocial] FacebookFacebook requires app credentials now. There is a section i the plugin settings for that. Once you fill in that data, Facebook will show up again.
Arūnas
Forum: Plugins
In reply to: [tinyCoffee] “Things don’t appear to be working”It seems that you have currency code
DOLLARin your settings. It is not one of valid currency codes for PayPal. If you mean US dollars, you should useUSDcode instead. You can change it at WP Admin > Settings > tinyCoffee screen.Let me know if that helps!
ArūnasForum: Plugins
In reply to: [tinyCoffee] “Things don’t appear to be working”Hi and thanks for reporting this!
I’m looking into it and I’ll get back to you ASAP.
Arūnas
Forum: Plugins
In reply to: [Content Cards] Back to Pulling Incorrect ImagesHi Maggie,
Sorry for the delay. I’m actually developing a new library from the ground up at the moment. It will still take a bit of time, but hopefully it will be ready by the end of next week.
Arūnas