I believe we've narrowed down the reason for this: IE8 doesn't seem to handle our validation error coding, and generates that series of errors. Two reasons I know of that will cause your profile not to validate are: signature is greater than 256 characters,
or you are trying to change your email address to one which already is in the membership system.
We hope to look at and correct this problem in the next couple of days.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; ImageShack Toolbar 4.6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Fri, 1 May 2009 13:42:11 UTC
I believe that there is some content being delivered to the page that is not under the HTTPS channel. If you have ie8 set not to include the unsecured content, then you are essentially not getting the scripts.
For me, i was prompted to only view secure content. When i click "yes" , then i see the same error. If i click "No", then i get all the page content and everything works as expected.
also, if you chose "Yes" to only see the secure content, you might also have clicked the "do not show this message again". So you might not actually be getting prompted by IE8 anymore and the page simply appears to fail.
Thanks for sharing these observations, Mike. The "secured content" issue is another one which has been at the top of our list to resolve. We know what's causing it (WebResource.axd requests getting redirected where to HTTP), it's just a matter of troubleshooting
it further and correcting it. It looks like we'll kill 2 birds with one stone once we have that resolved.
Actually, thanks to everyone in this thread! You helped me wrap my head around the issue and as such I was able to escalate and focus the effort. With repeatable steps, our dev was able to focus his time on problem resolution.
Thanks for your reply. i was facing the same problem when executing my project on https now its solve when Pressing "No" in the security exception box. But i want the solution when user press "Yes" in that case also it should work.
So could you please give me suggestion how to solve it...? i really want its solution..
If i am checking in any other browser like Morzilla or even IE 7 its working fine but as i start using IE8 i am getting this error....
Please Share the solution if some one has solved this issue..!
Participant
1164 Points
336 Posts
Terri - Edit Profile - Ajax Issue (Sys is undefined)
Apr 30, 2009 06:10 AM|worldclasscoders|LINK
I am getting Sys is undefined error in Edit Profile section of asp.net site. Unable to update profile.
Please can we get the issue resolved.
Cheers,
Robin
All-Star
162942 Points
9773 Posts
ASPInsiders
Dev Team
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
Apr 30, 2009 08:39 AM|tmorton|LINK
We hope to look at and correct this problem in the next couple of days.
ASP.NET Website Manager, Neudesic
Participant
1164 Points
336 Posts
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 01, 2009 01:18 AM|worldclasscoders|LINK
I am not trying to change any email address. Issue is with JS. A js error screen popups in IE 8.
All-Star
124308 Points
10142 Posts
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 01, 2009 09:45 AM|SGWellens|LINK
I also got errors saving my profile.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; ImageShack Toolbar 4.6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Fri, 1 May 2009 13:42:11 UTC
Message: 'Sys' is undefined
Line: 1218
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
Message: 'Telligent_Modal' is undefined
Line: 1270
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
Message: 'Telligent_DateTimeSelector' is undefined
Line: 1312
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
Message: 'Telligent_DateTimeSelector' is undefined
Line: 1316
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
Message: 'Sys' is undefined
Line: 1321
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
Message: 'Telligent_TabbedPanes' is undefined
Line: 1349
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
Message: 'Sys' is undefined
Line: 1354
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
Message: 'Telligent_Modal' is undefined
Line: 71
Char: 5
Code: 0
URI: https://forums.asp.net/PageGate/js/PageGate.js
Message: 'WebForm_PostBackOptions' is undefined
Line: 1
Char: 1
Code: 0
URI: https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2fmembers%2fSGWellens.aspx
My blog
All-Star
157653 Points
13145 Posts
ASPInsiders
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 01, 2009 09:55 AM|mbanavige|LINK
I believe that there is some content being delivered to the page that is not under the HTTPS channel. If you have ie8 set not to include the unsecured content, then you are essentially not getting the scripts.
For me, i was prompted to only view secure content. When i click "yes" , then i see the same error. If i click "No", then i get all the page content and everything works as expected.
also, if you chose "Yes" to only see the secure content, you might also have clicked the "do not show this message again". So you might not actually be getting prompted by IE8 anymore and the page simply appears to fail.
All-Star
162942 Points
9773 Posts
ASPInsiders
Dev Team
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 01, 2009 10:01 AM|tmorton|LINK
ASP.NET Website Manager, Neudesic
All-Star
124308 Points
10142 Posts
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 01, 2009 10:12 AM|SGWellens|LINK
Thanks Mike, I tried again and this time I responded NO instead of my usual YES to this prompt:
It worked fine (accept for getting that annoying SilverLight nag screen).
The IE8 message box should be simplified:
View unsecure content? Yes/No
My blog
All-Star
162942 Points
9773 Posts
ASPInsiders
Dev Team
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 20, 2009 09:55 PM|tmorton|LINK
ASP.NET Website Manager, Neudesic
All-Star
124308 Points
10142 Posts
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 20, 2009 10:24 PM|SGWellens|LINK
Thank you Terri.
My blog
All-Star
162942 Points
9773 Posts
ASPInsiders
Dev Team
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
May 20, 2009 11:20 PM|tmorton|LINK
ASP.NET Website Manager, Neudesic
Participant
1188 Points
609 Posts
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
Feb 15, 2010 04:29 AM|hemant.yadav|LINK
Hello Terri
Thanks for your reply. i was facing the same problem when executing my project on https now its solve when Pressing "No" in the security exception box. But i want the solution when user press "Yes" in that case also it should work.
So could you please give me suggestion how to solve it...? i really want its solution..
If i am checking in any other browser like Morzilla or even IE 7 its working fine but as i start using IE8 i am getting this error....
Please Share the solution if some one has solved this issue..!
Software consultant India (.NET Expert)
Skype: si.hemant
Email: truecodemaster@gmail.com
Website:http://www.truecodemaster.com
All-Star
162942 Points
9773 Posts
ASPInsiders
Dev Team
Moderator
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
Feb 15, 2010 08:10 AM|tmorton|LINK
For our situation, I believe we needed to add the WebResource.axd and ScriptResource.axd files to our Http module which handles SSL requests.
ASP.NET Website Manager, Neudesic
None
0 Points
1 Post
Re: Terri - Edit Profile - Ajax Issue (Sys is undefined)
Dec 20, 2010 04:18 AM|Lezlow|LINK
Hi!
Could you please clarify what you did exactly?
We have this problem, the webresource and scriptresource are redirected back to http from https and the mixed conted warning is shown.
But I don't understand what you mean when you say you added the files to the http module.
/Andreas Ljung
Sweden