I have an old DNN website I want to update this to the latest version so I have tried to update my website to DNN 05.04.04 after copying the update packages and going to the update page this error shows on the browser I had more look on the web.config file, and I can see this config but in this folder path this file does not exist name="CKHtmlEditorProvider" type="WatchersNET.CKEditor.CKHtmlEditorProvider, WatchersNET.CKEditor" providerPath="~/Providers/HtmlEditorProviders/CKEditor/" ck_skin="black" ck_toolbar="Full" ck_browser="standard" also, I have tried to remove this and run the update and this error shows on the browser how can I fix this issue I'm stuck on this any help would be appreciated
Thank you guys for the reply this is the current DNN version 04.09.05 Sure I will try to remove all the unused modules (is there any way to find whether the module is used or not I know the newer version of DNN We can see that) also, I have followed the DNN update path unfortunately I can t find any foot note for this versions any way I will try to remove unused module and do the update
Posted By David Lee on 7/22/2024 10:57 AM SQL for Modules installed SELECT distinct MD.FriendlyName FROM [ModuleDefinitions] as MD SQL for Modules in use. SELECT distinct MD.FriendlyName FROM [Modules] as M inner join [ModuleDefinitions] as MD on M.ModuleDefID = MD.ModuleDefID NOTE: Please don't trust this 100%, I just wrote it off the top of my head. There may be other factors involved. But it gives you a start. If anyone has a better idea, please post it.
Seems to be correct to me.
Happy DNNing! Michael
Posted By David Lee on 7/22/2024 7:13 AM This could be the Aricie module. You can try upgrading that, if they have a new version. DNN4 is very old. To Test you could try removing the Aricie modules and retry the upgrade to see if it works.
I think that the error is caused by a breaking change between DNN5 and DNN4. You probably need to upgrade Aricie Shared and Aricie PortalKeeper to solve the 2nd error.
Do you know why PortalKeeper is installed on your instance? What are the features you need for? This module is now maintained only for internal purposes and it's not publicly released anymore. I could provide you an upgrade for test if needed. Maybe the best solution is to uninstall Aricie PortalKeeper, depending on your needs.
Staying at your disposal.
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.