I have been using this great plugin for many years. Just recently my site has been migrated and I noticed that since I have been getting SMTP error messages. So I logged in wordpress to check the settings again. Nothing seems to have changed, everything seems to be correct. However when sending a test email, I receive a “Connection refused” error.
Could you please point me in the right direction as how to fix this issue?
Thanks in advance and best regards!
Michael.
]]>in php logs:
…
NOTICE: PHP message: Connection refused
NOTICE: PHP message: Connection refused
NOTICE: PHP message: Connection refused
NOTICE: PHP message: Connection refused
…
As far as I understand, regardless of the settings
;php.ini
[redis]
redis.host = “redis”
redis.port = 6379
and
// wp-config.php
define('W3TC_CONFIG_CACHE_ENGINE', 'redis');
define('W3TC_CONFIG_CACHE_REDIS_SERVERS', 'redis:6379');
The plugin still tries to check redis on localhost
Maybe the memcach check also generates this log
Is there any way to remove the redis/memcache check attempt when the frontend page is loaded, or any other admin page (except your plugin)?
It is possible to optimize and not check for every php request?
But that’s ok, why is it trying to knock on the localhost next? Is it possible to fix it?
Maybe I didn’t specify some other variable?
The main problem for me is flooding in the logs, I want to get rid of it without moving redis to localhost, in a container with wordpress
]]>[21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused [21-Jun-2024 10:10:23 UTC] Connection refused
There are thousands of them. You can see how quickly it’s being generated. I read that it is most likely the plugin is trying to connect to Cloudflare but is unable to. I set the plugin back to default settings and removed the API key and my login, but the error continues.
]]>I’m using Aruba Linux host and Cloudflare and this is the diagnostic I receive:
Status: Not enabled
Client:
Drop-in: Not installed
Disabled: No
PhpRedis: 5.3.7
Relay: Not loaded
Predis: 2.1.2
Credis: Not loaded
PHP Version: 8.1.14
Plugin Version: 2.4.4
Redis Version: Unknown
Multisite: No
Metrics: Disabled
Metrics recorded: 0
Filesystem: Working
WP_REDIS_PLUGIN_PATH: "/web/htdocs/www.realab.it/home/wp-content/plugins/redis-cache"
Drop-ins: [
"advanced-cache.php v by "
]
In www.realab.it/home/wp-content/plugins/redis-cache
path I find redis-cache
.php but no advanced-cache.php file.
Thank you in advance,
Luca
]]>I have just received a warning from my web host that we are about to hit our File Usage Quoter. I have investigated the issue in Cpanel and the error log is showing this error every few seconds;
[12-May-2023 01:21:34 UTC] Connection refused
If I disable all the css and js caches the error still occurs. Even if I disable everything, the error persists and the only way to stop the error is to deactivate Litespeed Cache.
Why is this happening and how do I fix it?
]]>Warning: mysqli_connect(): (HY000/2002): Connection refused in?/home/judithco/domains/judithevabarsi.com/public_html/wp-content/plugins/feedburner-alternative-and-rss-redirect/analyst/src/Collector.php?on line?172
Can someone knowledgeable fix this for me? I am using the latest version of wordpress. Let me know all the details I need to provide.
-Celia
]]>I installed w3tc on my wordpress with simple wordpress hosting with PHP 8.0.20. In first I got a problem with .htacess file. When I turned on Gzip my site stopped worked. I had to delete all records in .htacess files before #Begin WordPress.
In second, now I have spam error in my error_log
AH01071: Got error 'PHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message: Connection refusedPHP message:
And
wp-admin/includes/template.php on line 2224PHP message: PHP Warning: Attempt to read property "ID" on null in
Size of error_log file is grows every hour.
How can I fix that? please explain in simple terms
Thanks
]]>i have a lot of websites thet show notice like this:
Your site cannot reach www.remarpro.com at 198.143.164.251 and returned an error: cURL error 7: Failed to connect to api.www.remarpro.com port 443: Connection refused.
What can i do? The sites work normaly but this show on the Site health status.
Thank you.
Bye
]]>I am having issues where Redis can’t connect.
]]>`Status: Not connected
Client: PhpRedis (v5.3.7)
Drop-in: Valid
Disabled: No
Ping:
Connection Exception: Connection refused (RedisException)
Errors: [
“Connection refused”
]
PhpRedis: 5.3.7
Relay: Not loaded
Predis: Not loaded
Credis: Not loaded
PHP Version: 7.4.29
Plugin Version: 2.0.25
Redis Version: Unknown
Multisite: No
Metrics: Disabled
Metrics recorded: null
Filesystem: Working
Global Prefix: “m0e18Q_”
Blog Prefix: “m0e18Q_”
WP_REDIS_HOST: “XXXXXX.XXXXXXXX.de”
WP_REDIS_PORT: 6379
WP_REDIS_DATABASE: 0
WP_REDIS_TIMEOUT: 1
WP_REDIS_READ_TIMEOUT: 1
WP_REDIS_PASSWORD: ????????
Global Groups: [
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“redis-cache”
]
Ignored Groups: [
“counts”,
“plugins”,
“themes”,
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“redis-cache”,
“blog_meta”
]
Unflushable Groups: []
Drop-ins: [
“advanced-cache.php v by “,
“maintenance.php v by “,
“Redis Object Cache Drop-In v2.0.25 by Till Krüss”
]`
I setup the IWP but one of the sites always prompts connection refused (screenshot https://paste.pics/FOB09 ), I am sure the site has SSL cert installed. Was it refused because of sub-domain? Any log that I can review and find the issue?
Best regards,
Kelvin.
]]>