Getting it working with Umbraco 9 with custom config in appsettings.json
Hi
Umbraco 9.4.3 CMSImport 9.0
I am trying to get this to work for but having trouble with a couple of issues.
custom config
rich text editor
1. custom config - I found the v9 manual and used that as a ref to add the json to the appsettings.json and have purposely set the MediaImportLocation to a bad dir to force an errror.
When I go through the wizard it just uses the default root of site path - any ideas how to fix this?
I have tried restarting the site/app pool, republishing the site etc but no joy
2. rich text editor - when I run the wizard the rte data type is not detected and is just seen as standard textfield - has this functionality been dropped in v9?
I have managed to get the rte working by installing the 9.1.0.beta 6 - the cog now shows up for the rtes which didnt happen for the stable 9.0 release - all good there since I dont need this when the site goes live just an initial data pull in
for ref I also had to make a bin folder for the lic file since the v9 published dlls are in the root of the published files and it didnt like being there or in the wwwroot dir that the media etc is in - not sure if thats expected or not
Getting it working with Umbraco 9 with custom config in appsettings.json
Hi
Umbraco 9.4.3 CMSImport 9.0
I am trying to get this to work for but having trouble with a couple of issues.
1. custom config - I found the v9 manual and used that as a ref to add the json to the appsettings.json and have purposely set the MediaImportLocation to a bad dir to force an errror.
When I go through the wizard it just uses the default root of site path - any ideas how to fix this? I have tried restarting the site/app pool, republishing the site etc but no joy
2. rich text editor - when I run the wizard the rte data type is not detected and is just seen as standard textfield - has this functionality been dropped in v9?
Cheers John
Hi John,
Can you share your JSON snippet for issue 1 and RTE settings should work when you use the PRO version. No Settings button next to the field?
Hi Richard
Thanks for the reply
I have managed to get the rte working by installing the 9.1.0.beta 6 - the cog now shows up for the rtes which didnt happen for the stable 9.0 release - all good there since I dont need this when the site goes live just an initial data pull in
for ref I also had to make a bin folder for the lic file since the v9 published dlls are in the root of the published files and it didnt like being there or in the wwwroot dir that the media etc is in - not sure if thats expected or not
still no joy on the config - here is a sample
Cheers J
Hi Sorry for the late reply,
This is fixed in the 9.1 release from this week. Mail configs are wrong in the JSON. If you use the following it should work
}
Hope this helps,
Richard
Hi Richard
Thanks for the update - that config works for me Cheers J
Where did you find the version 9 manual for CMSImport??
All I can find online is version 3.
Hi Chester
You can find it on the at the bottom of https://soetemansoftware.nl/cmsimport/downloads
some of the other links that point to downloads actually point to an older version https://soetemansoftware.nl/cmsimport/downloadsv7
The direct link is https://soetemansoftware.nl/media/92532/cmsimport-manual.pdf
Cheers J
Thank you so much! I looked at that downloads page dozens of times and completely overlooked that link.
is working on a reply...