My company had a DNN site hosted at a webhost, and then one of our old developers moved it to a server in-house. It is running but I have found that I am unable to open the language editor, as I would like to change the TOS and Privacy statement. When I try to do the language editor, this is the error I see:
Error: Language Editor is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find a part of the path 'C:\inetpub\wwwroot\esdnn\site1\~\admin'. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\inetpub\wwwroot\esdnn\site1\~\admin'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption) at System.IO.Directory.GetDirectories(String path) at DotNetNuke.Services.Localization.LanguageEditor.PopulateTree(TreeNodeCollection Nodes, String _path) at DotNetNuke.Services.Localization.LanguageEditor.InitTree() at DotNetNuke.Services.Localization.LanguageEditor.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
The reason for this as best as I can tell is that when the site was hosted externally, it was set up within a site1 directory. Now, that directory isnt part of the path. The Language and Resource Verifier files are located instead at C:\inetpub\wwwroot\esdnn\admin\Localization.
I get a similar error when trying to use the Resource Verifier.
Is it possible to edit something somewhere to make this DNN installation stop looking for the "site1" and fix the path for the localization so I can edit the TOS and Privacy statement?
I am normally a Windows technician not a web programmer, so I am hoping for a quick easy edit, and would prefer not to have to reinstall the site or anything like that...
Thanks,
J