176
The problem seems to be the /language/english/user.php file.
If you remove it, the above issues go away.
Does anybody else have the same issues, or is it only me?
[EDIT] it seems like the class User_language was extending the wrong class.
If you have the same issues what I had above, please change line 5 in:
/language/english/user.php file
from
class User_language extends User
to
class User_language extends newbbUser
Could somebody else confirm the bug, and the solution?