12
I have just updated from 2.0.13 to 2.0.13.1 but I have ran into these issues:
1). Username is now limited to 10 characters even though the Register.php & Registerform.php show 25.
2). I have been unable to edit profiles as (Admin) causing a PHP error in modules/system/admin/user/main.php Line 58
[b]Line 58:[/b] updateUser($uid, $username, $name, $url, $email, $user_icq, $user_aim, $user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail,
Any idea where to extend the characters in username? I have several members with over 10 characters.
Note: The problem may be coming from the (Real Name) hack:
See Link but not sure why that would be affecting the Username.
Also getting an error in Newbb Module: Notice [PHP]: Constant _MD_POSTEDON already defined in file modules/newbb/language/english/main.php line 48
[b]Line: 48[/b] define('_MD_POSTEDON','Posted on: ');