Can not create Email Mailings
Moderator: moderator
Can not create Email Mailings
When i created New Mailings
An error occurred
Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "MailingTypeDescBefore" in bundle "(default bundle)" for locale en_EN
what can i do?
An error occurred
Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "MailingTypeDescBefore" in bundle "(default bundle)" for locale en_EN
what can i do?
Re: Can not create Email Mailings
nicolasVu
how did you fix it?
i am getting the exact same error message
thanks
how did you fix it?
i am getting the exact same error message
thanks
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Can not create Email Mailings
This was a bug in release 6.1. There is a fix available at SourceForge.
OpenEMM Maintainer
Re: Can not create Email Mailings
hmmm, i am running 6.2
is it not fixed in 6.2?
is it not fixed in 6.2?
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Can not create Email Mailings
It is. You can doublecheck with OpenEMM 6.2 at demo.openemm.org.
OpenEMM Maintainer
Re: Can not create Email Mailings
so it is broke on demo.openemm.org as well
these are the steps i took:
1) new mailing
2) wizard
on step 2of 11 choose en_template and clicked proceed
got this error
An error occurred
Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "MailingTypeDescBefore" in bundle "(default bundle)" for locale en_US
these are the steps i took:
1) new mailing
2) wizard
on step 2of 11 choose en_template and clicked proceed
got this error
An error occurred
Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "MailingTypeDescBefore" in bundle "(default bundle)" for locale en_US
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Can not create Email Mailings
Ah, a detailed bug description is always helpul to replicate the bug!
Solution:
1. Open file messages_en.properties (or another one with the language you use)
2. Search for line
3. Change it to
4. Restart OpenEMM
Does this help?
Solution:
1. Open file messages_en.properties (or another one with the language you use)
2. Search for line
Code: Select all
MailingTypeDescAfter = MailingTypeDescBefore=You want to create a
Code: Select all
MailingTypeDescAfter = \
MailingTypeDescBefore = You want to create a
Does this help?
OpenEMM Maintainer