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 CiviEvent (Moderator: Yashodha Chaku) »
  • Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5
Pages: 1 [2]

Author Topic: Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5  (Read 4286 times)

hbergin

  • I post occasionally
  • **
  • Posts: 66
  • Karma: 6
  • CiviCRM version: 3.4.5 to 4.4.1
  • CMS version: Drupal 6.28 to 7.23
  • MySQL version: 5.5.34
  • PHP version: 5.3.10
Re: Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5
September 01, 2011, 08:19:05 am
The previous possible workaround I posted only seems to correct the display of the profile fields.  To correct the display of the group titles in the Event confirmation email, the following changes seem to work for me.  These notes also added to http://issues.civicrm.org/jira/browse/CRM-8746:

Around Ln 1186 in the BuildCustomDisplay function of the CRM/Event/BAO/Event.php file:

Code: [Select]
                if ( $groupTitle ) {
                    //ORIGINAL CODE: $groupTitles[] = $groupTitle;
                    $template->assign( $name."_grouptitle", $groupTitle );
                    $groupTitles[ $name."_grouptitle" ] = $groupTitle;
                }


Around Ln 1256 in the BuildCustomDisplay function of the CRM/Event/BAO/Event.php file:

Code: [Select]
//COMMENT OUT THE FOLLOWING ASSIGNMENT
/*
        if ( count ($groupTitles)) {
            $template->assign( $name.'_grouptitle', $groupTitles );
        }
*/


Marty

  • I post occasionally
  • **
  • Posts: 67
  • Karma: 14
    • Boulder County Arts Alliance
  • CiviCRM version: 4.4.4
  • CMS version: Drupal 7.26
  • MySQL version: 5.5.37
  • PHP version: 5.4.27
Re: Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5
November 22, 2011, 10:06:52 am
I'm having the same problem as described by petednz in reply #12 above (which seems to be different from the problem discussed in this topic), so I've started a new thread here: http://forum.civicrm.org/index.php/topic,22377.msg93782.html#msg93782

Quote from: petednz on August 31, 2011, 03:24:57 pm
Happy to look in to these examples further if you think I can shed any light but it is a major problem in the eyes of clients when it was working (in their view) correctly previously.

petednz - Could you please update the new thread if you've had a chance to look into this problem?  Thanks!

Upperholme

  • Administrator
  • Ask me questions
  • *****
  • Posts: 568
  • Karma: 8
    • MC3
  • CiviCRM version: 4.x
  • CMS version: Drupal 6.x/7.x, Wordpress, Joomla
Re: Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5
February 07, 2012, 08:59:17 am
I'm still seeing this issue in version 3.4.8. Is it still an outstanding issue?
« Last Edit: February 07, 2012, 09:47:59 am by Upperholme »
Graham Mitchell
http://mc3.coop

Upperholme

  • Administrator
  • Ask me questions
  • *****
  • Posts: 568
  • Karma: 8
    • MC3
  • CiviCRM version: 4.x
  • CMS version: Drupal 6.x/7.x, Wordpress, Joomla
Re: Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5
February 07, 2012, 11:46:25 am
To clarify, and provide some potentially useful detail, I have an event that uses two profiles in the registration form. The first profile appears at the top, is called Participant Information, and includes 9 fields. The second profile is at the bottom and has just one field.
The Participant Information profile is set to send email to me when it gets submitted. I get the email, but it below the row that contains the title of the profile, it shows just one row, containing just '0' and 'Array'.
The event confirmation includes all the data and correct field labels for the profile.
Graham Mitchell
http://mc3.coop

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5
March 06, 2012, 01:33:21 pm
 Upperholme :

I would recommend you to upgrade to the latest stable release 4.1.1

-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Incomplete confirmation emails, no PDFs; since upgrade to 3.4.5

This forum was archived on 2017-11-26.