Have installed uBooking in a 7.15.3 site. When an Email node it opened there is no RTE available and there's a red error bar. See image below:
The site has many other packages installed. Looking at the list of property editor aliases in the Data Types, in addition to the standard RTE with an alias of "Umbraco.TinyMCEv3" and name of "Rich Text Editor" and has all the usual properties, there is another in the list with an alias of "rte" and name of "Rich text editor" and has no properties (i.e. totally blank). I'm wondering if there's a conflict and how to get around it. The extra rte could be something to do with LeBlender. This is an old, upgraded site with lots of content so I need to be a bit careful ;)
Hi Craig,
First off, always backup before installing packages etc so that you easily can revert your changes.
Not quite sure what causing the error, if you're using chrome, go to DevTools then navigate to "Network" can you see whats being sent to "backoffice/UBooking/DataType/GetByName"? Should be a name parameter.
I tried an install on a pristine test site and it was all ok. However, when installed in the site I'm working on the request for the RTE returns a 404. From the Dev Tools network tab:-
Tried that but didn't make any difference. Just wondering if it's the "Name" of the DateType or the "Name" of the Property Editor the DataType is using. I have two "Rich Text Editor" and "Rich text editor". The latter has a Property editor alias of "rte" and otherwise shows as a blank screen in the DataType editor screen. The former appears to be the "proper" RTE with an Property editor alias of "Umbraco.TinyMCEv3".
Turns out that creating a DataType with the name "Richtext editor" ended up in the DataType list as "Richtext Editor (1)" !!! Deleted the newly created RTE and changed the name of the existing "Richtext Editor" to "Richtext editor" and it now appears in the uBooking Email Content tab. It's a large site so now will have to check this doesn't have any further unintended consequences.
Missing RTE in Email set up
Hi,
Have installed uBooking in a 7.15.3 site. When an Email node it opened there is no RTE available and there's a red error bar. See image below:
The site has many other packages installed. Looking at the list of property editor aliases in the Data Types, in addition to the standard RTE with an alias of "Umbraco.TinyMCEv3" and name of "Rich Text Editor" and has all the usual properties, there is another in the list with an alias of "rte" and name of "Rich text editor" and has no properties (i.e. totally blank). I'm wondering if there's a conflict and how to get around it. The extra rte could be something to do with LeBlender. This is an old, upgraded site with lots of content so I need to be a bit careful ;)
Any advice would be appreciated.
Craig
Hi Craig, First off, always backup before installing packages etc so that you easily can revert your changes.
Not quite sure what causing the error, if you're using chrome, go to DevTools then navigate to "Network" can you see whats being sent to "backoffice/UBooking/DataType/GetByName"? Should be a name parameter.
// Herman
Hi Herman,
I tried an install on a pristine test site and it was all ok. However, when installed in the site I'm working on the request for the RTE returns a 404. From the Dev Tools network tab:-
Any advice would be appreciated.
// Craig
Try changing the name of one of the rte data types to 'Richtext editor' - the param in the route doesn't match either of the existing data type names.
Hi Nathan,
Tried that but didn't make any difference. Just wondering if it's the "Name" of the DateType or the "Name" of the Property Editor the DataType is using. I have two "Rich Text Editor" and "Rich text editor". The latter has a Property editor alias of "rte" and otherwise shows as a blank screen in the DataType editor screen. The former appears to be the "proper" RTE with an Property editor alias of "Umbraco.TinyMCEv3".
Turns out that creating a DataType with the name "Richtext editor" ended up in the DataType list as "Richtext Editor (1)" !!! Deleted the newly created RTE and changed the name of the existing "Richtext Editor" to "Richtext editor" and it now appears in the uBooking Email Content tab. It's a large site so now will have to check this doesn't have any further unintended consequences.
Thanks for your help and suggestions.
//Craig
is working on a reply...