Wordpress site not responding - Healtheck error: Error: connect ECONNREFUSED
-
-
-
@eddowding Looks like you configure the SMTP plugin to use another mail provider (i.e not send mails via Cloudron). When you do this, Cloudron is unable to update the mail config settings inside WP.
The solution is to just disable mail configuration by Cloudron - https://docs.cloudron.io/apps/#mail-from-address . "Do not configure app's mail settings" . Alternately, you can configure email relay in Cloudron.
-
-
@eddowding OK, what I found is that old installation of Cloudron WP package used
wp-mail-smtp
plugin. We have since switched tosmtp-mailer
plugin. Your instance was still using the old one and apparently it has some trouble updating it's settings. I am not sure why.What I did now was:
- Deleted the
wp-mail-smtp
plugin - Ran,
wp --path=/app/data/public/ plugin install /app/pkg/smtp-mailer.zip
- Then,
wp --path=/app/data/public/ plugin activate smtp-mailer
That fixes it.
- Deleted the
-
@eddowding oh, I think this is something else. The initial issue was just the app not starting at all because of the packaging script.
What happens if you click Continue? It keeps dropping you into the same screen ? This seems something in WP though, have you tried disabling all plugins altogether ?
-
@eddowding I see. Not sure what will keep it looping, then. The developer package is just a LAMP app with WP installed by default. After that, it doesn't actually do anything.
Many sites are suggesting this is a caching issue. https://www.wpkube.com/how-to-fix-the-no-update-required-your-wordpress-database-is-already-up-to-date-error/ Can you try the suggestions there? Did you use any caching plugin previously?
-
-