504 Error
-
I configured all of my settings, but when I click any of the buttons (Run postie, Run postie(debug), test config) my browser just sits for a while like it’s loading and then it gives me a 504 error
-
I suspect this is a nginx issue. You might check the logs to see what is causing the timeout.
How do I check the logs?
I’m not sure in your environment, you’ll need to check with your hosting company.
Let’s assume that is the problem, how can I try and solve it?
Try checking your site’s error logs for a more specific error message. Your hosts should be able to help you in accessing your site’s error logs.
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. Don’t use the blockquote. ]
[Fri May 24 13:21:50 2013] [error] [client h.i.d.d.e.n] Postie: Checking for mail manually, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:21:50 2013] [error] [client h.i.d.d.e.n] Postie: Starting mail fetch, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:21:50 2013] [error] [client h.i.d.d.e.n] Postie: Postie Version: 1.5.9, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:21:50 2013] [error] [client h.i.d.d.e.n] Postie: Debug mode: Off, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:21:50 2013] [error] [client h.i.d.d.e.n] Postie: Time: 2013-05-24 20:21:50 GMT, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:21:50 2013] [error] [client h.i.d.d.e.n] Postie: MAKE SURE POP IS TURNED ON IN SETTING AT Gmail, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:21:50 2013] [error] [client h.i.d.d.e.n] Postie: Connecting to pop.gmail.com:995 (pop3), referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:22:50 2013] [error] [client h.i.d.d.e.n] Postie: Mail Connection Time Out. Common Reasons: Server Down, Network Issue, Port/Protocol MisMatch, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:22:50 2013] [error] [client h.i.d.d.e.n] Postie: The Server said: POP3 connect: Error [], referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php [Fri May 24 13:22:50 2013] [error] [client h.i.d.d.e.n] Postie: There are 0 messages to process, referer: https://team.website.com/wp-admin/options-general.php?page=postie/postie.php>Mail Connection Time Out.
The mail server is not responding, but nginx is timing out first giving a slightly misleading error.You are using gmail so there are a couple of things to check.
1) do you have POP3 access enabled for the email account? By default this is not turned on.
2) does your host allow connections over port 995? GoDaddy and others do not allow this.
Yes, POP is enabled.
I use media temple, as far as I can tell in their KB they support it.
I would check directly with their support department.
Yes, it is supported
Make sure you are using POP3-SSL not POP3.
Well, that’s embarrassing. I had it on POP, silly me.
Thanks for your help and patience! Now I can actually try this thing out!
The topic ‘504 Error’ is closed to new replies.