beansbaxter
Forum Replies Created
-
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Critical ErrorsI updated your plugin, before I updated WooCommerce, when the error happened. Since then, I’ve updated everything, using WP 6.3.1 and WooCommerce 8.0.3…
And updated your plugin to 1.9.104, and everything appears to be working good again. No errors.
Thank you for the quick reply and support!
Forum: Plugins
In reply to: [Redis Object Cache] Redis works good, but now shows Unreachable ErrorFixed the problem!
I was not using the WP_REDIS_SCHEME variable before, when using the WP_REDIS_HOST variable.
Changed WP_REDIS_HOST to WP_REDIS_PATH (per your instructions) and added WP_REDIS_SCHEME (set to unix) and it works good with or without the declared WP_REDIS_PORT.
Thank you!
Forum: Plugins
In reply to: [Redis Object Cache] Redis works good, but now shows Unreachable ErrorI made the changes, however that did not work. Getting this error:
Redis is unreachable: Connection refused [tcp://127.0.0.1:6379]
Since the older version of the plugin is working good on the same server, and because my redis.conf for the user is configured to use Port 0, I tried using WP_REDIS_PATH with WP_REDIS_PORT set to 0, but same error:
Redis is unreachable: Connection refused [tcp://127.0.0.1:0]
What else can I try?
I double checked, and the plugin works great on the older version on the same server (different user). Something about this new update is causing this problem.
Please advise.
- This reply was modified 1 year, 6 months ago by beansbaxter.
Changed the Archive Format and the Search Results Format, and no more errors on PHP 8.2
https://support.rankmath.com/ticket/date-archives-critical-errors-with-php8/
Forum: Plugins
In reply to: [WooCommerce] Renewal Orders not showing Shipping Instance ID in the databaseI opened a support ticket and was told:
“Okay, sure enough. It’s a known issue that our developers are currently working on.’
When asking about a fix:
“I’m afraid I do not know a timeline, but I can see they’ve been working on it recently.”
- This reply was modified 4 years, 3 months ago by beansbaxter.
Forum: Fixing WordPress
In reply to: Importing an RSS feed is not updating in sidebarThat worked – thanks!!