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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Civicrm breaks Drupal functionality when registering
Pages: 1 [2]

Author Topic: Civicrm breaks Drupal functionality when registering  (Read 2820 times)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Civicrm breaks Drupal functionality when registering
September 05, 2011, 11:49:09 am
In general patches committed againt 3.4.x should be merged into the 4.0 chain. (that's the current process).

Some files are a bit more version specific....
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

mrfelton

  • I’m new here
  • *
  • Posts: 8
  • Karma: 0
    • KirkDesigns
Re: Civicrm breaks Drupal functionality when registering
September 13, 2011, 07:16:57 am
I have the same or a very similar problem. The code after user_save() in logintoboggan doesn't get called correcty - the user doesn't get added to the pre-authenticated role, no emails are sent, and the custom redirect doesn't work.  Commenting out line 506 in civicrm_user() gets the logintoboggin part working properly:

$html = CRM_Core_BAO_UFGroup::getEditHTML( $userID, '',
                                                   2,
                                                   true,
                                                   $reset, null,
                                                   $doNotProcess, $ctype );

But then the CiviCRM contact record doesn't get created properly (IT doesn't get any details from the registration profile except for the email address.

I've applied the aforementioned patch, but it doesn't make any difference. I don't have the destination paramater set on user/register.

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Civicrm breaks Drupal functionality when registering

This forum was archived on 2017-11-26.