After installing Q&A and Forum module which has a couple of errors, additionally I noticed my site cant register users. I use the the verifed registration process and get the following error when someone tries to register. Any solutions please?
FriendlyName:Sign up on Christ Ark
ModuleControlSource:DesktopModules/Admin/Security/Register.ascx
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:751d041d-3382-4c5c-bb13-12e6bbd5f5a9
AssemblyVersion:7.4.0
PortalId:0
UserId:-1
TabId:114
RawUrl:/signup?returnurl=http%3a%2f%2fchristark.com%2f
Referrer:http://christark.com/signup?returnurl=http%3a%2f%2...
UserAgent:Mozilla/5.0 (Windows NT 6.1; rv:37.0) Gecko/20100101 Firefox/37.0
ExceptionHash:xrm3ONGAzl8ZP1wRPm2Dzw==
Message:The input data is not a complete block.
StackTrace:
InnerMessage:The input data is not a complete block.
InnerStackTrace:
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.Portals.PortalController.GetEncryptedString(String settingName, Int32 portalID, String passPhrase) at DotNetNuke.Entities.Host.Host.get_SMTPPassword() at DotNetNuke.Services.Mail.Mail.SendEmail(String fromAddress, String senderAddress, String toAddress, String subject, String body) at DotNetNuke.Services.Mail.Mail.SendMail(UserInfo user, MessageType msgType, PortalSettings settings) at DotNetNuke.Entities.Modules.UserModuleBase.CompleteUserCreation(UserCreateStatus createStatus, UserInfo newUser, Boolean notify, Boolean register) at DotNetNuke.Modules.Admin.Users.Register.CreateUser()