Got hit today by this issue when I was validating our latest WFFM installation for our Dev SC7.0 instances. Some existing pages with WFFM forms in them where throwing these exceptions. After a lot of searching and troubleshooting, I remembered that I ran into this issue before; with the Sitecore queries. SC queries in particular do not like "and", "or" and "-" in item names (paths). I suspect, Sitecore.Forms.Core.dll contains a new call using an SC query.
Looks like this breaking change was not documented in the SDN.
My current alternative is to move these affected forms elsewhere i.e. under items without the prohibited character and words.
Looks like this breaking change was not documented in the SDN.
My current alternative is to move these affected forms elsewhere i.e. under items without the prohibited character and words.
Comments
Post a Comment