Sakri Koskimies
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Version 4.4.1 Causes Critical error@idougal Yes, the Monolog version shipped with wp-stateless has changed and your error message points to it now conflicting with some other plugin’s different Monolog version
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Version 4.4.1 Causes Critical error@idougal You possibly have another plugin or functionality that uses a different version of the Monolog library than the Google API client, which is included in wp-stateless.
Thanks for your response. It does make sense why this would happen.
Unfortunately in our use case, we need to modify category related permissions (who can assign categories to posts etc.), but would still need categories themselves to be readable through REST API.
Forum: Plugins
In reply to: [ALTCHA Spam Protection] Please add support for FluentForms.Fluent Forms doesn’t natively have an option to add third party captcha providers so a full integration also needs development from their part. The Altcha plugin can still technically work with Fluent Forms with minimal changes, just not fully integrated into the FF UI.
Forum: Plugins
In reply to: [Redis Object Cache] Continuous Redis reads and writes after enablingThis was caused by WP core.
WP_Querywill callupdate_post_caches, which will call RedisSETfor specific queries, even though they come from cache.Forum: Plugins
In reply to: [Redis Object Cache] Continuous Redis reads and writes after enablingThank you for the replies. This Redis instance is running with persistence disabled.
This is after flushing cache and running for 3 minutes:
$ redis-cli info | pastebin > https://termbin.com/4r3tcMaxmemory and maxmemory-policy configs:
$ redis-cli CONFIG GET maxmemory > 1) "maxmemory" > 2) "0"$ redis-cli CONFIG GET maxmemory-policy > 1) "maxmemory-policy" > 2) "noeviction"- This reply was modified 2 years, 2 months ago by Sakri Koskimies.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] A bug with Klarna Checkout compatibilityThis will not cause payment issues. No errors or other data mishandling occurs. @jethrohazelhurst
Thanks! I submitted ticket #57405.