MyBB Community Forums

Full Version: Error Registering New User XMLHTTP.PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
can we have your forum url - it is difficult to provide support for PostgreSQL based forums Sad
This issue will be fixed in MyBB 1.6.11: [Issue #2235]
(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..