Getting error: Uncaught TypeError: Cannot read property 'indexOf' of undefined after upgrade to Epi 11 and Forms 4.18
Vote:
We recently upgraded our EPi 10.9 project to Epi 11 latest using the Nuget packages and datbase update. Most of our site looks great locally, but Epi Forms doesn't work at all. Whenver you click any button, you get this error:
WebResource.axd?d=fo…49188920000000:2258Uncaught TypeError: Cannot read property 'indexOf' of undefined at validateElement
(WebResource.axd?d=fo…49188920000000:2258) at HTMLDivElement.<anonymous>
(WebResource.axd?d=fo…49188920000000:2229) at Function.each
(WebResource.axd?d=rQ…36749188920000000:2) at n.fn.init.each
(WebResource.axd?d=rQ…36749188920000000:2) at validateElementsIn
(WebResource.axd?d=fo…49188920000000:2228) at HTMLButtonElement._formSubmissionHandler
(WebResource.axd?d=fo…49188920000000:1659) at HTMLButtonElement.dispatch
(WebResource.axd?d=rQ…36749188920000000:3) at HTMLButtonElement.r.handle (WebResource.axd?d=rQ…36749188920000000:3)
We've tried almost everything. Lots of checking the web.config and the like. No dice.
Look like some of your resources are not loaded. Do you see any request return error (http code 500 for ex)? Or did you do a custom view template (ascx files)?
We recently upgraded our EPi 10.9 project to Epi 11 latest using the Nuget packages and datbase update. Most of our site looks great locally, but Epi Forms doesn't work at all. Whenver you click any button, you get this error:
We've tried almost everything. Lots of checking the web.config and the like. No dice.
Has anybody else gotten this?