MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Add new friend button stop working when there is address on user profile and you are not loged in as Admin  (Mono Support )

Viewed 33003 time(s), 7 post(s) 23.09.2014 00:37:09by augusto
augusto

augusto

23.09.2014 00:38:10
Hello!
I searched for this issue at the forum but I could not find anything. Sorry if there is any.

Add new friend button stop working when there is address on user profile and the map appears if you are not logged in as Admin.

If you are logged as admin every thing goes fine.

Thanks
Dieser Inhalt wurde noch nicht bewertet. 
101 Reputation 13 Total posts
dmilasin

dmilasin

25.09.2014 09:22:26
Hello,
we can confirm that this is a bug and it's logged for the 5.1 release.
Regards
Dieser Inhalt wurde noch nicht bewertet. 
10 Reputation 1 Total posts
augusto

augusto

25.09.2014 19:57:36
Thank you!
Dieser Inhalt wurde noch nicht bewertet. 
101 Reputation 13 Total posts
idrazic

idrazic

17.10.2014 13:58:42
Hi Augusto,

There is a workaround to force Page_ClientValidate to load for non-admins:

inside PeopleSearch.ascx find this line:

<asp:TextBox runat="server" TextMode="MultiLine" ID="txtRequestMessage" Rows="4" Width="100%"></asp:TextBox>
and add asp validator  like  this:
<asp:TextBox runat="server" TextMode="MultiLine" ID="txtRequestMessage" Rows="4" Width="100%"></asp:TextBox>
<asp:RegularExpressionValidator ID="regexRequestMessage" CssClass="validator" ControlToValidate="txtRequestMessage"
    Display="Dynamic" ValidationExpression="[\s\S]{0,500}" ErrorMessage="Message too long!" Text="*"
    runat="server"></asp:RegularExpressionValidator>
Hope this helps,
Igor

Bewertet mit 5,00, 1 Besucher. 
1384 Reputation 152 Total posts
augusto

augusto

17.10.2014 14:50:49
Hi Igor,

I added the validator as you posted but didn't make any difference.

Do I have to do something else?

Thank you very much.
Dieser Inhalt wurde noch nicht bewertet. 
101 Reputation 13 Total posts
idrazic

idrazic

17.10.2014 15:04:35
Try recycling/restarting application from the IIS Manager. Force reload Ctrl+F5 should also work.

Let me know if the problem persists.
Dieser Inhalt wurde noch nicht bewertet. 
1384 Reputation 152 Total posts
augusto

augusto

17.10.2014 15:16:50
I works perfectly.

Thank you.


Dieser Inhalt wurde noch nicht bewertet. 
101 Reputation 13 Total posts