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) »
  • Cannot add new Drupal users
Pages: [1]

Author Topic: Cannot add new Drupal users  (Read 1347 times)

bradjensen68

  • Guest
Cannot add new Drupal users
June 12, 2007, 09:47:46 am
I am using Drupal 5.1 and CiviCRM 1.7.  I have not been having any problems with my setup until now.  Now if I go to add a Drupal user - either a user that is already a contact or not - I get an error.  If I disable the CiviCRM module and add the user, I do not get an error.  After the error message the user does show up in the list of users but does not have the role that I assigned to him or her and if I go to edit that user, I get the same error message.  I have just recently imported a large number of contacts and performed a user-contact synch since prior to this error appearing (don't know if that has anything to do with it).

This is the error message that I am gettingedited to meet space limitations:

error


CRM_Core_Error Object
(
    [_errors] => Array
        (
           
  • => Array

                (
                   
Code: [Select]
=> 8000
                    [params] => Array
                        (
                            [0] => 1,2,4,5,6,7,[color=red]and so on, and so on until[/color]2150,2152,2154,2155
                        )

                    [package] => CRM
                    [level] => Fatal
                    [time] => 1181665436.0196
                    [context] => Array
                        (
                            [file] => /home/ccdpeopl/public_html/sites/all/modules/civicrm/CRM/Core/Error.php
                            [line] => 486
                            [function] => createError
                            [class] => CRM_Core_Error
                        )

                    [message] => Found matching contacts: 1,2,4,5,6,7,,[color=red]and so on, and so on until[/color],2149,2150,2152,2154,2155
                )

        )

    [_errorsByLevel] => Array
        (
            [Fatal] => Array
                (
                    [0] => Array
                        (
                            [code] => 8000
                            [params] => Array
                                (
                                    [0] => 1,2,4,5,6,7,,[color=red]and so on, and so on until[/color],2149,2150,2152,2154,2155
                                )

                            [package] => CRM
                            [level] => Fatal
                            [time] => 1181665436.0196
                            [context] => Array
                                (
                                    [file] => /home/ccdpeopl/public_html/sites/all/modules/civicrm/CRM/Core/Error.php
                                    [line] => 486
                                    [function] => createError
                                    [class] => CRM_Core_Error
                                )

                            [message] => Found matching contacts: 1,2,4,5,6,7,,[color=red]and so on, and so on until[/color],2149,2150,2152,2154,2155
                        )

                )

        )

    [_package] => CRM
    [_compat] =>
    [_msgCallback] => Array
        (
            [0] => CRM_Core_Error Object
 *RECURSION*
            [1] => getErrorMessage
        )

    [_contextCallback] => Array
        (
            [0] => CRM_Core_Error Object
 *RECURSION*
            [1] => getFileLine
        )

    [_errorCallback] => Array
        (
        )

    [_logger] => Log_display Object
        (
            [_error_prepend] =>
            [_error_append] =>
            [_linebreak] => <br />

            [_opened] =>
            [_id] => 537906bc2ca373030f4e290f632b40c4
            [_ident] =>
            [_priority] => 6
            [_mask] => 255
            [_listeners] => Array
                (
                )

            [_formatMap] => Array
                (
                    [%{timestamp}] => %1$s
                    [%{ident}] => %2$s
                    [%{priority}] => %3$s
                    [%{message}] => %4$s
                    [%{file}] => %5$s
                    [%{line}] => %6$s
                    [%{function}] => %7$s
                    [%\{] => %%{
                )

        )

    [_errorMsgs] => Array
        (
        )

)

[/code]

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Cannot add new Drupal users
June 12, 2007, 12:01:56 pm

did u change your dupe match rule from the default (first_name and last_name and email) to null?

The below error is coming from the dupe match code where the system thinks the new contact matches all existing contacts :(

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

bradjensen68

  • Guest
Re: Cannot add new Drupal users
June 13, 2007, 05:13:56 am
I changed it to "first name, last name" only.  Many of my contacts had no e-mail and I was importing many lists that had duplicates in them.  The duplicate matching seemed to work for the importing.  I will change it back and see if it works ok with drupal users again.  Thanks!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Cannot add new Drupal users

This forum was archived on 2017-11-26.