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) »
  • non-recoverable error on creating a new contact with custom fields
Pages: [1]

Author Topic: non-recoverable error on creating a new contact with custom fields  (Read 1109 times)

sonicthoughts

  • Ask me questions
  • ****
  • Posts: 498
  • Karma: 10
non-recoverable error on creating a new contact with custom fields
January 23, 2008, 09:26:16 pm
When creating a contact with <root>/civicrm/profile/create?reset=1&gid=2 I get non-recoverable error.  No message.

Error Details:

Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => handle
            )

       
Code: [Select]
=> 0
    [message] =>
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)

I have no idea what is causing this.  set profile permission for anonymous users.  tried to turn on debug.  any help?

A backtrace yields:
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 148
, handle,
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/packages/PEAR.php, call_user_func, 901
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/packages/PEAR.php, PEAR_Error, 566
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/packages/Net/Socket.php, raiseError, 143
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/packages/Net/SMTP.php, connect, 311
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/packages/Mail/smtp.php, connect, 231
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Utils/Mail.php, send, 153
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Core/BAO/UFGroup.php, send, 1841
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Profile/Form.php, commonSendMail, 654
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Profile/Form/Edit.php, postProcess, 205
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Core/StateMachine.php, postProcess, 166
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Core/QuickForm/Action/Next.php, perform, 63
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/packages/HTML/QuickForm/Controller.php, perform, 195
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/packages/HTML/QuickForm/Page.php, handle, 95
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Core/Controller.php, handle, 220
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Utils/Wrapper.php, run, 77
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Core/Invoke.php, run, 852
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/CRM/Core/Invoke.php, profile, 124
/home/jicnhol7/public_html/drupal/sites/all/modules/civicrm/drupal/civicrm.module, invoke, 319
, civicrm_invoke,
/home/jicnhol7/public_html/drupal/includes/menu.inc, call_user_func_array, 418
/home/jicnhol7/public_html/drupal/index.php, menu_execute_active_handler, 15

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: non-recoverable error on creating a new contact with custom fields
January 24, 2008, 10:23:19 am
Reviewing the backtrace - it looks like the "Settings" for that profile have Notify when profile form is submitted? enabled. AND, the failure is occurring during the attempt to send the notification email. I would probably try and debug this using the built-in "Send Email to Contact" function - after verifying that there's nothing funky in the email address you've entered for the Notifications.

There's quite a few posts on this forum regarding SMTP errors - one of which probably will answer your situation.
Protect your investment in CiviCRM by  becoming a Member!

sonicthoughts

  • Ask me questions
  • ****
  • Posts: 498
  • Karma: 10
Re: non-recoverable error on creating a new contact with custom fields
January 24, 2008, 10:33:00 am
yes - you nailed it.  thanks!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • non-recoverable error on creating a new contact with custom fields

This forum was archived on 2017-11-26.