If I right-click on the "Forms" node and select "Create" I get the pop up window with a "Server Error in "/" Application" Runtime Error. What should I check to correct this?
I think you might need to get customErrors turned off in that case, in the web.config. Once you do that you should get the real error. Guessing something didn't get added correctly during the Contour install...
Runtime Error When Creating New Form
If I right-click on the "Forms" node and select "Create" I get the pop up window with a "Server Error in "/" Application" Runtime Error. What should I check to correct this?
Hi Steve,
Does the error have any other information like a stack trace?
Try checking the umbracoLog table to see if you can find the "real" error. You might need to turn off customErrors in your web.config also
-Tom
Unfortunately Tom, I don't have access to the server. Is there another way to report the errors?
I think there's a couple packages that will let you view the log table from the UI, you could try this one: http://our.umbraco.org/projects/developer-tools/log-manager
It appears that package doesn't show Contour errors :(
I think you might need to get customErrors turned off in that case, in the web.config. Once you do that you should get the real error. Guessing something didn't get added correctly during the Contour install...
is working on a reply...