Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Just upgraded to v7.0.3 it may be that issue also exists in older vesrions. However I went to edit user and got ysod with error:
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
Anyone else seen this?
Ok just did a google and found this on stackoverflow http://stackoverflow.com/questions/16660900/webforms-unobtrusivevalidationmode-requires-a-scriptresourcemapping-for-jquery and adding extra value to web.config fixes the issue namely in appsettings:
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
Ismail
This worked for me for an upgrade from Umbraco 6.1.6 to Umbraco 7.4.3. Thanks!
u 7.1.6
For anyone else having this issue, I tried both fixes of editing web config and editing app start in global.asax but neither worked.
Finallly I tried moving the web config key/value further up (actually to the top) in my app settings list, and then I stopped getting the error.
Hi, I hit this problem today on a site that was working fine. It's fine on my staging enviroment but broken on localhost - anyone got any other suggestions. It's also the same issue where I only see the YSOD on trying to edit a user
Cheers,
O.
Cancel that - Got it working, I had a slightly different entry in my config file! phew!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping
Just upgraded to v7.0.3 it may be that issue also exists in older vesrions. However I went to edit user and got ysod with error:
Anyone else seen this?
Ok just did a google and found this on stackoverflow http://stackoverflow.com/questions/16660900/webforms-unobtrusivevalidationmode-requires-a-scriptresourcemapping-for-jquery and adding extra value to web.config fixes the issue namely in appsettings:
Ismail
This worked for me for an upgrade from Umbraco 6.1.6 to Umbraco 7.4.3. Thanks!
u 7.1.6
For anyone else having this issue, I tried both fixes of editing web config and editing app start in global.asax but neither worked.
Finallly I tried moving the web config key/value further up (actually to the top) in my app settings list, and then I stopped getting the error.
Hi, I hit this problem today on a site that was working fine. It's fine on my staging enviroment but broken on localhost - anyone got any other suggestions. It's also the same issue where I only see the YSOD on trying to edit a user
Cheers,
O.
Cancel that - Got it working, I had a slightly different entry in my config file! phew!
is working on a reply...