Error with Contour form entries not showing up in dashboard.
I got my contour form installed and functioning on a page. I submitted some test entries, returned to the backoffice and am not seeing the entries show.
I did some inspection and it looks like there is an internal server error when trying to fetch them, caused from /umbraco/plugins/umbracoContour/webservices/records.aspx
This is the error summary:
Exception Details: System.Xml.XmlException: The 'ext' start tag on line 12 position 3 does not match the end tag of 'XsltExtensions'. Line 13, position 3.
Great that worked, thanks Jan. I also had to remove /bin from the assembly path, but that was an easy catch after the xml was formatted correctly. Thanks again.
Error with Contour form entries not showing up in dashboard.
I got my contour form installed and functioning on a page. I submitted some test entries, returned to the backoffice and am not seeing the entries show.
I did some inspection and it looks like there is an internal server error when trying to fetch them, caused from
/umbraco/plugins/umbracoContour/webservices/records.aspx
This is the error summary:
Hi Kurt
Make sure that your /config/xsltExtensions.config is well-formed.
if you have forgot to close an entry using either or
That should fix the error.
If you're unsure about how to fix it please copy/paste the content of your xsltExtensions.config file in here so I we can have a look.
/Jan
Hey Jan, here's my
xsltExtensions.config
. Thanks for taking a look at it.Hi Kurt
Ok, the issue is in the last line where you insert the reference to the Contour extension - It should look like this
Then it will work.
Cheers, Jan
Great that worked, thanks Jan. I also had to remove
/bin
from the assembly path, but that was an easy catch after the xml was formatted correctly. Thanks again.Hi Kurt
Ah yes of course - can't remember when that change was introduced. Glad you got it working :)
/Jan
is working on a reply...