Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [SOLVED] 502 Bad Gateway

[SOLVED] 502 Bad Gateway 5 years 11 months ago #27665

  • w2kd
  • w2kd's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 88
  • Thank you received: 1
Installed DT register 3.2.8 on a joomla 3.8.5 system with php 5.6.35

All seems fine except in the Admin -> DT Register-> Fields
The page displays with a 502 Bad Gateway
I have enable max php errors but not more information.
Nothing in the joomla logs.

Please Log in or Create an account to join the conversation.

Last Edit: by nathan.dth.

502 Bad Gateway 5 years 11 months ago #27669

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Well, that's certainly a new one! You'll have to submit a ticket on this one for sure.

Please Log in or Create an account to join the conversation.

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .

502 Bad Gateway 5 years 11 months ago #27681

  • w2kd
  • w2kd's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 88
  • Thank you received: 1
It was hosting related
I have resolved the problem.

The final error found in /var/log/nginx/joomla_https_error.log was:
"upstream sent too big header while reading response header from upstream"
Cause by one of the calls the DTRegister component was doing.

The header size exceeded the default configuration size for NGINX
So did these change to the config.
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;

in both of the nginx.conf

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.479 seconds