Hi!!
I'm using DNN 6.2.1, I installed the language pack for brazilian portuguese, I found it in DNNBrasil .
When I try to register a new user, for test, using private registration (an email has to be sent for website admin), I have a problem. A message appears. This message is in Portuguese and it is something like "The character sequence isn't in a necessary format for a subject".
I asked the DNNBrasil forum, they said it is probably a problem with the language pack. They said to try change a line in globalresources.pt-br.resx file, removing the special characters from email subject. It does not work.
I tried install a newer version of the language pack. I can not complete the installation. I recieve a message saying that more information are necessary for continue the language pack instalation.
I got this on log viewer:
ModuleId: 552
ModuleDefId: 75
FriendlyName: Registro de Usuário
ModuleControlSource: DesktopModules/Admin/Security/ManageUsers.ascx
AssemblyVersion: 6.1.2
PortalID: 0
PortalName: Automatiza
UserID: -1
UserName:
ActiveTabID: 59
ActiveTabName: Cadastro
RawURL: /Cadastro.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://localhost:63374/Cadastro.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f57e3204-2afb-4c3d-923e-857cc5b43f4e
InnerException: A seqüência de caracteres especificada não está no formato necessário para um assunto.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Net.Mail.Message.set_Subject
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: A seqüência de caracteres especificada não está no formato necessário para um assunto. ---> System.ArgumentException: A seqüência de caracteres especificada não está no formato necessário para um assunto. em System.Net.Mail.Message.set_Subject(String value) em System.Net.Mail.MailMessage.set_Subject(String value) em DotNetNuke.Services.Mail.Mail.SendEmail(String fromAddress, String senderAddress, String toAddress, String subject, String body) em DotNetNuke.Services.Mail.Mail.SendMail(UserInfo user, MessageType msgType, PortalSettings settings) em DotNetNuke.Entities.Modules.UserModuleBase.CompleteUserCreation(UserCreateStatus createStatus, UserInfo newUser, Boolean notify, Boolean register) em DotNetNuke.Modules.Admin.Users.ManageUsers.UserCreateCompleted(Object sender, UserCreatedEventArgs e) --- Fim do rastreamento de pilha de exceções internas ---
Source:
Nome do Servidor:NB2
Thank you,
Cibely