I guess my Umbraco-installation is broken. I it possible to repair it?
When I select the Document Type - Frontpage. I get this error:
No node exists with id '-87'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: No node exists with id '-87'
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
-87 is the RichTextEditor. Try to recycle the application pool to reinitialize the whole site and see if it is still there. If so check the datatypes and the doc types
Yes it should be pretty easy to reestablish the datatype.
In the developers section you can right click on "DataTypes" and select create. Call the DataType for "RichTextEditor" or whatever you like. Choose the "TinyMCE v3 wysiwyg" as rendercontrol. Choose "Ntext" in the Database datatype and hit "Save". You might have to reload the DataType to see the properties of TinyMCE, where you can choose, which buttons etc. that should be available to you.
But I think you would have to make a new reference to it in your docymenttype, which would require you to re-create the documenttype again I think.
No node exists with id
Hi all
I guess my Umbraco-installation is broken. I it possible to repair it?
When I select the Document Type - Frontpage. I get this error:
No node exists with id '-87'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: No node exists with id '-87'
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
-87 is the RichTextEditor. Try to recycle the application pool to reinitialize the whole site and see if it is still there. If so check the datatypes and the doc types
Thomas
What if I have deleted the DataType RichTectEditor? Is it possible to reestablish it?
/rasmus
Hi all,
I have a problem creating document types. here is a screenshot
The error occurs when I go to settings and then say create a document type.
I installed umbraco 4.0.2.1 and the database(SQL Server 2005) with all the tables but can't create anything in umbraco.
I apologise if this is the wrong post, but couldnt find the appropriate one...
Can somebody help please. Thank you in advance!
Hi Rasmus
Yes it should be pretty easy to reestablish the datatype.
In the developers section you can right click on "DataTypes" and select create. Call the DataType for "RichTextEditor" or whatever you like. Choose the "TinyMCE v3 wysiwyg" as rendercontrol. Choose "Ntext" in the Database datatype and hit "Save". You might have to reload the DataType to see the properties of TinyMCE, where you can choose, which buttons etc. that should be available to you.
But I think you would have to make a new reference to it in your docymenttype, which would require you to re-create the documenttype again I think.
I hope that this helps you?
/Jan
If this can help anyone: I had the same error.
I exported the document type, imported it again, and the error was gone.
Why? Ask someone else.
is working on a reply...