Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Registration errorRegistration error
Previous
 
Next
New Post
7/27/2015 2:17 PM
 

I have noticed my site cant register users. I use a verified regtration process and this happened after installing Q$A and forum modules. The registration module error is as follows

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%2fchristark.com%2f

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()

 

I also have this follwing exception showing on my event log very frequently

 

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:44c11a16-3127-4b77-9987-7e987a12bf2f

InnerException:Error Creating BusinessControllerClass 'DotNetNuke.Modules.Forum.ThreadController, DotNetNuke.Modules.Forum' of module(DNN_Forum) id=(551) in tab(116) and portal(0)

FileName:

FileLineNumber:0

FileColumnNumber:0

Method:System.Activator.CreateInstance

StackTrace:

Message:

System.Exception: Error Creating BusinessControllerClass 'DotNetNuke.Modules.Forum.ThreadController, DotNetNuke.Modules.Forum' of module(DNN_Forum) id=(551) in tab(116) and portal(0) ---> System.ArgumentNullException: Value cannot be null. Parameter name: type    at System.Activator.CreateInstance(Type type, Boolean nonPublic)    at System.Activator.CreateInstance(Type type)    at DotNetNuke.Services.Search.ModuleIndexer.GetSearchModules(Int32 portalId, Boolean allModules)    --- End of inner exception stack trace ---    at DotNetNuke.Services.Search.ModuleIndexer.ThrowLogError(ModuleInfo module, Exception ex)


Any solutions please?

 
New Post
7/28/2015 6:47 AM
 
there seem to be an issue with Forums module, did you recently install or uninstall this module?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/28/2015 11:18 AM
 
Yes, I installed it just yesterday, and then I uninstalled it when I was getting logs of errors. What should I do?
 
New Post
7/28/2015 12:31 PM
 
clean files manually from /desktopModules/forums and any furms .dll file from /bin folder

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/28/2015 5:29 PM
 

The forum folder isnt there. i gues it was removed when since uninstalled it. I also cant find any dll file with forum name. My major problem now is the registration. I use a verified regsitration process and ones a user registers, it writes the friendly error: registration is not availble but it registers the user and it doesnt send the user an email to verify account. What can I do. here is one of the exceptions on the event log.

FriendlyName:Sign up on Christ Ark

ModuleControlSource:DesktopModules/Admin/Security/Register.ascx

AbsoluteURL:/Default.aspx

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:24efe6ec-941e-4af9-95c6-126ddc050862

AssemblyVersion:7.4.1

PortalId:0

UserId:-1

TabId:114

RawUrl:/signup?returnurl=http%3a%2f%2fchristark.com%2f

Referrer:http://christark.com/signup?returnurl=http%3a%2f%2fchristark.com%2f

UserAgent:Mozilla/5.0 (Windows NT 6.1; rv:39.0) Gecko/20100101 Firefox/39.0

ExceptionHash:w9qJ1vWcF58tJMWU6UyB7g==

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.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()

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Registration errorRegistration error


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out