Funny thing is, I have a (pretty much) exact copy of the site running locally that does not experience this problem - which makes me think it might be some sort of configuration issue.
I did not upgrade Contour as I'm not quite sure of compatibility across Umbraco versions.
Could you see what Contour version you are running, it must be an older one, if you check the installed packages you should see the version you installed
Turns out the error actually happens on the local machine as well - it's just obscured due to the site being in debug mode. Here's what I see:
As you see, there seems to be a bunch of files missing (the 500 is actually a NotFound as well).
My webservices folder contains two files: Records.aspx and RecordActions.aspx. The Forms.asmx file resides one level up from the webservices folder.
I'm not sure what's going on, but there seems to be something wrong with how the paths are resolved. Funny thing is, the Form Designer seems to be working fine, as well as the actual rendering of the forms.
Could you try deploying https://dl.dropbox.com/u/886345/bin.zip just extract in your bin then update form picker datatype to use form picker standalone data editor, let me know if that fixes the issue
Nope just an issue with the form picker in older Umbraco versions, glad it's sorted :) will also update it in the contour core so it won't happen in the future
Nodes with Form picker broken in back office
This look familiar to anyone?
The same issue is described here: http://our.umbraco.org/forum/umbraco-pro/contour/31291-Form-Display-Broken-in-the-admin-area
- but it isn't obvious to me what the solution is.
Umbraco v4.7.1
Umbraco.Forms.Core.dll v1.1.0.0
.NET 4.0 / IIS 7.5
Funny thing is, I have a (pretty much) exact copy of the site running locally that does not experience this problem - which makes me think it might be some sort of configuration issue.
I did not upgrade Contour as I'm not quite sure of compatibility across Umbraco versions.
Any ideas?
Thanks,
Mikael
Comment author was deleted
Might be a permissions issue, check that those are setup correctly
Comment author was deleted
Also could you try creating a new doc type that only has the form picker as a single property, does it also happen then?
Hey Tim, thanks for your swift reply.
I can confirm the same thing happens with just the single form picker property.
I'll look into the permissions and see how it works out. Any permissions in particular I should be wary of?
/Mikael
Comment author was deleted
Could you see what Contour version you are running, it must be an older one, if you check the installed packages you should see the version you installed
Of course, I just checked the dll version.
Package is v1.1.9
Comment author was deleted
Yeah at that point the dll version wasn't up to date , thanks, will try to reproduce
Comment author was deleted
Tried with that umbraco and contour version but it works... and since it also works on your local setup...
SO double check the permissions
And maybe try updating the version number in the /config/ClientDependency.config file and clearing the \App_Data\TEMP\ClientDependency folder
The plot thickens!
Turns out the error actually happens on the local machine as well - it's just obscured due to the site being in debug mode. Here's what I see:
As you see, there seems to be a bunch of files missing (the 500 is actually a NotFound as well).
My webservices folder contains two files: Records.aspx and RecordActions.aspx. The Forms.asmx file resides one level up from the webservices folder.
I'm not sure what's going on, but there seems to be something wrong with how the paths are resolved. Funny thing is, the Form Designer seems to be working fine, as well as the actual rendering of the forms.
Any ideas?
Comment author was deleted
Did you try
And maybe try updating the version number in the /config/ClientDependency.config file and clearing the \App_Data\TEMP\ClientDependency folder
I did, yeah.
Also, the above screenshot is from a site running debug mode, which should bypass the ClientDependency stuff.
Comment author was deleted
Can't reproduce any chance you can send me the site having the issue, to tg at umbraco dot com
Thanks :)
Will do.
Comment author was deleted
Great, thanks :)
Did anyone solve this? Having the exact same problem on a live site.
Comment author was deleted
Could you try deploying https://dl.dropbox.com/u/886345/bin.zip just extract in your bin then update form picker datatype to use form picker standalone data editor, let me know if that fixes the issue
Thanks Tim, I will try it out!
Comment author was deleted
Great let me know if that does the trick
Thats sorted it. Was it anything I had done that I should avoid doing in future?
Yay, fixed my problem as well.
Thanks for the effort, Tim!
Comment author was deleted
Nope just an issue with the form picker in older Umbraco versions, glad it's sorted :) will also update it in the contour core so it won't happen in the future
Thanks a load Tim! I will keep this dll handy in case we have it happen on another one of our older sites :)
is working on a reply...