CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • problem - message template content is blank in received mail
Pages: [1]

Author Topic: problem - message template content is blank in received mail  (Read 1254 times)

hs2483

  • Guest
problem - message template content is blank in received mail
April 06, 2009, 08:10:25 am
Hi,

I am using CiviCRM 2.1.4 and am facing a problem that the message template content becomes blank in the received mail. I have written down the steps to replicate this:-
1)Click on "New Mailing"
2)Put some name in "Name your Mailing" and include a test group. Click on "Next"
3)Leave the default option selection as it is and click on "Next"
4)Choose an existing template and be sure to include the tokens {domain.address} and {action.optOut}(for me the tokens get included by selecting "Mailing Footer"). Then Click "Next"
5) In the Test Mailing section, choose the previously selected test group. Click on "Send a Test Mailing". Check the e-mail inbox of any of the members and you see that the e-mail has been received correctly
6)Click on "Previous"
7)Then, again click on "Next". Like in step 5, again in the Test Mailing section, choose the previously selected test group. Click on "Send a Test Mailing".  Check the e-mail inbox of any of the members and you see that the e-mail has been received blank. The template content is missing in the received e-mail.
8)Now, even if I Create a new mailing and try to send a test mail with the same template, even then I  get a blank e-mail in the test group member's inbox. Even after Logging out and logging in again the problem persists. However, some times, I think after logging out for long time and then logging in again I see that problem gets resolved(until I do the click on previous thing again)

Thanks and regards,
Harshit

Shailesh Lende

  • Guest
Re: problem - message template content is blank in received mail
April 06, 2009, 09:22:45 am
Hi,
This has been fixed in v2.2.0.
For more details,
http://issues.civicrm.org/jira/browse/CRM-4092
To fix this, you have insert following code at CRM/Mailing/Form/Upload.php => line No. 127
Code: [Select]
  if ( $this->get('html_message') ) {
         $htmlMessage = $this->get('html_message');
  }

Shailesh
« Last Edit: April 06, 2009, 09:37:25 am by Shailesh Lende »

hs2483

  • Guest
Re: problem - message template content is blank in received mail
April 08, 2009, 11:39:47 pm
Thanks Shailesh for your reply. I tried putting the code fix as mentioned by you, but, the problem still occurs. Any other possible solutions, apart from upgrading to 2.2.0?

Regards,
Harshit


Shailesh Lende

  • Guest
Re: problem - message template content is blank in received mail
April 08, 2009, 11:57:06 pm
Are you facing this problem with Text Message and HTML editor or its specific to HTML editor?
If its HTML editor specific, then is it same for both FCKEditor and TinyMCE ? Need to confirm

Shailesh

hs2483

  • Guest
Re: problem - message template content is blank in received mail
April 09, 2009, 07:40:37 am
Problem is specific to HTML editor. Text Message seems to be working fine. The HTML editor I am facing problem with is -  FCKEditor . I do not know if I have TinyMCE editor as well in my CiviCRM.

(By the way, how  do I check if I have TinyMCE too and how can I switch to it?)

-Harshit

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: problem - message template content is blank in received mail
April 09, 2009, 10:05:20 am
hi

Quote
(By the way, how  do I check if I have TinyMCE too and how can I switch to it?)
go to Administer CiviCRM ->Global Settings -> Site Preferences -> check "WYSIWYG Editor" setting
default is 'FCKEditor'.

kiran
 
You Are Designed To Choose... Defined By Choice.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • problem - message template content is blank in received mail

This forum was archived on 2017-11-26.