MyBB Community Forums

Full Version: Bugs in xmlhttp.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys,

3 bugs from me:
1) some of the echo's for error messages in xmlhttp.php are not json encoded, and this will cause registration problems
2) probably also that whole flow for StopForumSpam.com is broken (got some DB connection error or something)

3) custom registration fields are causing JS errors in validator script

Thanks
http://stock-board.info
1) Care to point out where? Some are not JSON encoded on purpose because the JS used to get those messages doesn't expect them to be JSON encoded.

Regarding the others, feel free to open a new thread to report each of them.
@Pirata

#2. Is related to this: https://github.com/mybb/mybb/issues/1441
Not sure, the OP doesn't explain much Sad
1) is fixed in a PR for 1.8.4: https://github.com/mybb/mybb/pull/1649
2) was fixed in 1.8.1

What about 3)? Can anyone else reproduce it?
EDIT: nvm, the whole profile fields validation looks incorrect and needs to be fixed - the validator looks for #fidX which don't even exist. I'll do it here: https://github.com/mybb/mybb/pull/1651

EDIT2: 3rd point fixed so marking this as Pushed.