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
I have been looking around for a solution for this but havent found one working for me.
I've created a membertype with a property of type RTE.
When creating a member with this type and trying to save it i get:
A potentially dangerous Request.Form value was detected from the client.
found this thread with a similar problem http://forum.umbraco.org/yaf_postst3355_Potentially-dangerous-RequestForm.aspx
But no real solution.
Is there a solution for this? Im running version 4.0.3 upgraded from 4.0.1.
I think this is fixed in the upcoming 4.6 release.
For the mean time you should be able to add ValidateRequest="false" to the top of the \umbraco\members\EditMember.aspx page
That did it. Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
error when saving a member with a RTE
I have been looking around for a solution for this but havent found one working for me.
I've created a membertype with a property of type RTE.
When creating a member with this type and trying to save it i get:
A potentially dangerous Request.Form value was detected from the client.
found this thread with a similar problem http://forum.umbraco.org/yaf_postst3355_Potentially-dangerous-RequestForm.aspx
But no real solution.
Is there a solution for this? Im running version 4.0.3 upgraded from 4.0.1.
I think this is fixed in the upcoming 4.6 release.
For the mean time you should be able to add ValidateRequest="false" to the top of the \umbraco\members\EditMember.aspx page
That did it. Thanks!
is working on a reply...