UI_LoginPro Error

Report errors found in any assets.
Post Reply
User avatar
aounmuhammad
New Member
New Member
Posts: 1
Joined: Sun Jul 10, 2022 11:23 pm

XmlSyntaxException: System error.
System.Security.SecurityDocument.InternalGetElement (System.Int32& position, System.Boolean bCreate) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Security.SecurityDocument.GetElement (System.Int32 position, System.Boolean bCreate) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Security.SecurityDocument.GetRootElement () (at <eae584ce26bc40229c1b1aa476bfa589>:0)

having this error when we try to sign up, having execution of following lines

mForm.AddSecureField("name", user); // adds the login name to the form
mForm.AddSecureField("nick", nick); // adds the nick name to the form
mForm.AddSecureField("password", pass); // adds the player password to the form
mForm.AddSecureField("coins", bl_GameData.Instance.VirtualCoins.InitialCoins);
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

To receive support for MFPS or the addons, please verify your purchase by sending me your purchase invoice number in a private message.
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply