Hi Community,
I’m trying to clone our DNN website from the production server to a UAT server. Could anyone share the standard or recommended steps to do this properly?
Here’s what I’ve done so far, but the UAT site is not working as expected. I'm wondering if I missed something:
Backed up and copied the entire website directory from production to the UAT server
Granted Network Service, IIS_IUSRS, and the Application Pool Identity full permissions to the copied directory
Restored the production database to the UAT SQL Server
Updated the connection string in webDotconfig to point to the UAT SQL Server
webDotconfig
Set up a new IIS web application pointing to the UAT site directory
However, I’m encountering the following errors (examples below):
<code>Could not load provider DotNetNuke.Providers.RadEditorProvider.EditorProvider, DotNetNuke.RadEditorProvider</code>
<code>[ERROR] DotNetNuke.Web.DependencyInjectionInitialize - Unable to configure services for ToSic.Sxc, Version=12.8.0.39546... - LoaderException: Could not load file or assembly 'Microsoft.AspNetCore.Http.Features, Version=1.1.1.0...'</code>
<code>[ERROR] DotNetNuke.Web.DependencyInjectionInitialize - Unable to configure services for WI.Modules.WowChartv2, Version=2.0.9.16913... - LoaderException: Could not load type 'WI.Modules.ModuleBase.ModuleControlBase' from assembly 'WI.Modules.ModuleBase, Version=1.0.0.0...'</code>
<code>[ERROR] DotNetNuke.ComponentModel.ProviderInstaller - ConfigurationErrorsException: Could not load provider DotNetNuke.Providers.RadEditorProvider.EditorProvider...</code>
Any advice or step-by-step guidance would be greatly appreciated. Thank you!
Best regards,
Jie
It sounds like you either have missing files or missing permissions. 🤔
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.