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) »
  • A Non-Recoverable Error Has Occured when adding contact
Pages: [1]

Author Topic: A Non-Recoverable Error Has Occured when adding contact  (Read 2497 times)

beaugast

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Louisiana Wildlife Rehabilitators Association
A Non-Recoverable Error Has Occured when adding contact
August 24, 2007, 05:04:06 pm
I get the following message:

Code: [Select]
Error Details:


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

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

when trying to add a new organization in the CiviMember area. I am using Joomla 1.0.12 on php5. Any suggestions?[/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: A Non-Recoverable Error Has Occured when adding contact
August 24, 2007, 05:34:47 pm

1. can u give us the url, specifically the 'task' parameter

2. Can u enable backtrace in administer civicrm >> global setttings >> debugging and cut-n-paste the backtrace

thanx

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

beaugast

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Louisiana Wildlife Rehabilitators Association
Re: A Non-Recoverable Error Has Occured when adding contact
August 26, 2007, 02:05:05 pm
The URL is:

http://lawraonline.com/administrator/index2.php?option=com_civicrm&task=civicrm/contact/add

And I have enabled the logging as requested. I am also noticing that the title of the page in Internet Explorer is showing:

Code: [Select]
<img src ="http://lawr...
Any help you can give is greatly appreciated!

beaugast

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Louisiana Wildlife Rehabilitators Association
Re: A Non-Recoverable Error Has Occured when adding contact
August 26, 2007, 02:08:04 pm
Backtrace is showing the following:

backTrace


/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/Error.php, backtrace, 148
, handle,
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/packages/PEAR.php, call_user_func, 901
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/packages/PEAR.php, PEAR_Error, 566
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/packages/HTTP/Request.php, raiseError, 1023
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/packages/HTTP/Request.php, process, 631
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Utils/Address/USPS.php, sendRequest, 69
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Address.php, checkAddress, 180
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Address.php, fixAddress, 79
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Location.php, add, 132
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Contact/BAO/Contact.php, add, 589
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Contact/Form/Edit.php, create, 677
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/StateMachine.php, postProcess, 166
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/QuickForm/Action/Next.php, perform, 63
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/packages/HTML/QuickForm/Controller.php, perform, 195
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/packages/HTML/QuickForm/Page.php, handle, 95
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/Controller.php, handle, 213
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Utils/Wrapper.php, run, 77
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/Invoke.php, run, 489
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/Invoke.php, form, 188
/home/lawra/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/Invoke.php, contact, 92
/home/lawra/public_html/administrator/components/com_civicrm/admin.civicrm.php, invoke, 55
/home/lawra/public_html/administrator/components/com_civicrm/admin.civicrm.php, civicrm_invoke, 32
/home/lawra/public_html/administrator/index2.php, require_once, 69

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: A Non-Recoverable Error Has Occured when adding contact
August 26, 2007, 02:11:22 pm

Please disable USPS address formatting in this url:

administrator/index2.php?option=com_civicrm&task=civicrm/admin/setting/preferences/address

(towards the bottom of screen)

If this is not enabled, can u please let us know your php/joomla/civicrm versions

thanx

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

beaugast

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Louisiana Wildlife Rehabilitators Association
Re: A Non-Recoverable Error Has Occured when adding contact
August 26, 2007, 02:16:03 pm
Thanks. I knew it had to be something simple! IS the USPS service not working or something?

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: A Non-Recoverable Error Has Occured when adding contact
August 26, 2007, 02:28:51 pm

The USPS service is working but you need to get an account, give it the right credentials etc. Not sure why it did not fail nicely in your case, but gave a wierd error

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • A Non-Recoverable Error Has Occured when adding contact

This forum was archived on 2017-11-26.