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 »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Undefined Index Error
Pages: [1]

Author Topic: Undefined Index Error  (Read 1510 times)

apmg

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: drupal
  • MySQL version: latest
  • PHP version: latest
Undefined Index Error
May 18, 2011, 04:50:26 pm
I installed CiviCRM 4.0 on Drupal 7 framework and setup a test campaign page.  After trying to submit a test donation, I get the following two errors:

Notice: Undefined index: is_recur in CRM_Contribute_BAO_Contribution_Utils::processConfirm() (line 177 of /home/cfund/public_html/sites/all/modules/civicrm/CRM/Contribute/BAO/Contribution/Utils.php).

and

Notice: Undefined index: is_recur in CRM_Core_Payment_AuthorizeNet->doDirectPayment() (line 103 of /home/cfund/public_html/sites/all/modules/civicrm/CRM/Core/Payment/AuthorizeNet.php).

I ran test donations and live donations, both of which I get an email send to me and the live donations show-up in my merchant account, so everything seems to be working, I'm just getting the above errors.

Thank you very much for your time knowledge in helping me.

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: Undefined Index Error
May 18, 2011, 06:40:23 pm

civicrm is not yet E_NOTICE compliant and hence u get the below notices. Might be best in the short term to turn off notices in your drupal 7 admin settings

In the future would be great if you can investigate and submit a patch along with an issue. I've fixed the below two notices for the next release

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

apmg

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: drupal
  • MySQL version: latest
  • PHP version: latest
Re: Undefined Index Error
May 18, 2011, 09:07:09 pm
lobo,

Thank you, that fixed that, but I'm still seeing an error "not mentioned previously"

Payment Processor Error message
: 9001:Unknown System Error.


I'm verifying with my host if the CURL Php Extension and hoping that would fix it...any thoughts?

As far as submitting a patch - once I know enough to make a difference, I would love to contribute.

Thank you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Undefined Index Error

This forum was archived on 2017-11-26.