-
3
Answers
-
Last Activity:
long time ago,
DNNMonster
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I have 1 site on a shared host that is no longer rendering the host settings page... I have tried a few different things yet at this point I am unsure what the issue is other than it appears related to decrypting the SMTP password. Anyone recognize this? And how might I resolve it?
Error: Host Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: The input data is not a complete block. ---> System.Security.Cryptography.CryptographicException: The input data is not a complete block. at System.Security.Cryptography.CapiSymmetricAlgorithm.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at DotNetNuke.Security.FIPSCompliant.DecryptAES(String encryptedText, String passPhrase, String salt, Int32 iterations) at DotNetNuke.Entities.Controllers.HostController.GetEncryptedString(String key, String passPhrase) at DotNetNuke.Entities.Host.Host.get_SMTPPassword() at DotNetNuke.Modules.Admin.Host.HostSettings.BindSmtpServer() at DotNetNuke.Modules.Admin.Host.HostSettings.BindData() at DotNetNuke.Modules.Admin.Host.HostSettings.OnLoad(EventArgs e) --- End of inner exception stack trace ---