When I want to save a member node in the umbraco backend Members section, i get an error saying "The page cannot be displayed because an internal server error has occurred."
I got the same issue a while ago when selecting the Contour section of Umbraco, the problem appeared to be an invalid license.
My member node has the following properties:
* Firstname and lastname field, both of type Textstring. * 3 fields: datatype = CheckBoxList, showing all the nodeNames of the nodes beneath a certain parent node. * 1 field: datatype = RadioButtonList, showing all the node names of the nodes beneath a certain parent node
Whan can be the cause of this error showing up in the members section after saving?
Internal server error when saving a member node
When I want to save a member node in the umbraco backend Members section, i get an error saying "The page cannot be displayed because an internal server error has occurred."
I got the same issue a while ago when selecting the Contour section of Umbraco, the problem appeared to be an invalid license.
My member node has the following properties:
* Firstname and lastname field, both of type Textstring.
* 3 fields: datatype = CheckBoxList, showing all the nodeNames of the nodes beneath a certain parent node.
* 1 field: datatype = RadioButtonList, showing all the node names of the nodes beneath a certain parent node
Whan can be the cause of this error showing up in the members section after saving?
Hey Kim,
Is there any more to the error message? It's hard to tell what could be causing it without a bit more detail.
Meantime, do any of the error messages/codes on this page match your problem? http://support.microsoft.com/kb/942031
Lesley
Hi Kim
Try checking the umbracoLog DB table for more detail on the error.
Alsternatively install the Log Manager package, which gives you a dashboard interface to the table:
http://our.umbraco.org/projects/developer-tools/log-manager
is working on a reply...