I am running stock v1.6.10 w/PostgreSQL database. I've disabled a couple features (thru the control panel) like the ability to see Whose online, and how many users online, etc. But I haven't done anything I can't do thru the control panel, and I haven't edited or changed any templates or anything like that. I have not enabled or disabled any extra Themes, Templates, or Plugins.
Whenever a new user tries to register, I get the spinners but nothing ever happens.
I checked with Firebug and can see that there is an error coming back:
![[Image: 2013_09_13_06_54_09_Greenshot.png]](https://camo.mybb.com/0fe5659542ea3c7eaedbc230e42c41ec66056fc7/687474703a2f2f7332322e706f7374696d672e6f72672f6a71676b39646479702f323031335f30395f31335f30365f35345f30395f477265656e73686f742e706e67)
can we have your forum url - it is
difficult to provide support for
PostgreSQL based forums

(2013-09-13, 03:22 PM)StefanT Wrote: [ -> ]This issue will be fixed in MyBB 1.6.11: [Issue #2235]
Thanks for your prompt response StefanT...
Did you know your bug tracker URL isn't working right now?
http://dev.mybb.com/issues/2235
I get an Error 502: Bad Gateway...
P.S. Any hint as to where the problem is so perhaps I could patch it just to get running til 1.6.11 release?
(2013-09-13, 06:36 PM)oeginc Wrote: [ -> ] (2013-09-13, 03:22 PM)StefanT Wrote: [ -> ]This issue will be fixed in MyBB 1.6.11: [Issue #2235]
Thanks for your prompt response StefanT...
Did you know your bug tracker URL isn't working right now?
http://dev.mybb.com/issues/2235
I get an Error 502: Bad Gateway...
P.S. Any hint as to where the problem is so perhaps I could patch it just to get running til 1.6.11 release?
Just in case anyone else is having this problem, the next release will move lines 32 & 33 in xmlhttp.php down to line 101 & 102 (just above the if($lang->settings['charset']) line).
This patch seems to work so far..