using umbraco 452 and i have added a rich text field to image type, however when you then view an image type you get an error namely
No Document exists with Version 'c3e9b8ad-d8de-44f1-b328-bd8a3b4b6081'
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 Document exists with Version 'c3e9b8ad-d8de-44f1-b328-bd8a3b4b6081'
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.
Not tried it before, so haven't come across it myself, but looking at the stack trace, due to the fact it's trying to instanciate a Document, I'd say it looks like RTE is meant to be used only on Doc Types, rather than Media Types.
If that's the case, then I can't see a way round it without creating a custom data type of your own that uses the RTE.
rich text field on image type
using umbraco 452 and i have added a rich text field to image type, however when you then view an image type you get an error namely
No Document exists with Version 'c3e9b8ad-d8de-44f1-b328-bd8a3b4b6081'
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 Document exists with Version 'c3e9b8ad-d8de-44f1-b328-bd8a3b4b6081'
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:
if i change the field to text box or text box multiple then it all works fine.
Anyone else seen this?
Regards
Ismail
Not tried it before, so haven't come across it myself, but looking at the stack trace, due to the fact it's trying to instanciate a Document, I'd say it looks like RTE is meant to be used only on Doc Types, rather than Media Types.
If that's the case, then I can't see a way round it without creating a custom data type of your own that uses the RTE.
Could be wrong though.
Matt
This bug is fixed in Umbraco 4.6: http://umbraco.codeplex.com/workitem/29258 - http://umbraco.codeplex.com/workitem/29032
Jeroen
jeroen,
just found that on codeplex.
cheers
is working on a reply...