alvesjc Posted September 5, 2017 Share Posted September 5, 2017 Dear all, I'm in trouble with this situation. When I change order status, it jeeps waiting and gives this 504 error in browser. But sometimes, the change is assumed anyway. Can someone help please? Link to comment Share on other sites More sharing options...
nioubiepresta Posted September 12, 2017 Share Posted September 12, 2017 Nearly the same trouble here :/ when a client reviews his order and is about to go from step 3 "aadress" to step 4 "delivery" then u get a 504 error if the cart contains more than 6 different items. Weird Oo any idea anyone please? Link to comment Share on other sites More sharing options...
Scully Posted September 12, 2017 Share Posted September 12, 2017 504 is usually caused by a malconfiguratin within NGINX. 1 Link to comment Share on other sites More sharing options...
alvesjc Posted September 12, 2017 Author Share Posted September 12, 2017 Hi nioubiepresta, I've first solved my situation my changing nginx configuration in my VPS. In my case it was always wasting 120s. After changing the timers in nginx, no more 504 erors. /etc/nginx/nginx.conf http { send_timeout 300; proxy_connect_timeout 300; proxy_send_timeout 300; proxy_read_timeout 300; fastcgi_send_timeout 300; fastcgi_read_timeout 300; } But there was still this annoying 120s waiting. But then in other place found references to "mailchimp" module causing this huge 120s delays in some pages. I've then removed the module and voilá, all pages loading has normal. Regards 1 Link to comment Share on other sites More sharing options...
Scully Posted September 12, 2017 Share Posted September 12, 2017 Indeed, mailchimp is a neverending story. Only within the last 3 or 4 weeks I saw many threads complaining about bad response times. And after digging deeper it turned out that many of these insallations had mailchimp running. 1 Link to comment Share on other sites More sharing options...
nioubiepresta Posted September 12, 2017 Share Posted September 12, 2017 Thanks a lot! Will try these at once! 1 Link to comment Share on other sites More sharing options...
alvesjc Posted September 12, 2017 Author Share Posted September 12, 2017 Ok, don't forget to leave feedback also, this may help a lot of other users. Regards 1 Link to comment Share on other sites More sharing options...
nioubiepresta Posted September 12, 2017 Share Posted September 12, 2017 Hi nioubiepresta, I've first solved my situation my changing nginx configuration in my VPS. In my case it was always wasting 120s. After changing the timers in nginx, no more 504 erors. /etc/nginx/nginx.conf http { send_timeout 300; proxy_connect_timeout 300; proxy_send_timeout 300; proxy_read_timeout 300; fastcgi_send_timeout 300; fastcgi_read_timeout 300; } But there was still this annoying 120s waiting. But then in other place found references to "mailchimp" module causing this huge 120s delays in some pages. I've then removed the module and voilá, all pages loading has normal. Regards Hi again alvesjc and Scully, In my case it was the mailchimp module. Nginx was working like a charm and was properly configured. Once I deactived Mailchimp, it started working again. Shame since I love Mailchimp. Thanks a lot to both of you and happy coding, alvesjc 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now