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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • Payment Processing -- warning on Confirm.php?
Pages: [1]

Author Topic: Payment Processing -- warning on Confirm.php?  (Read 1539 times)

chriswood_ut

  • Guest
Payment Processing -- warning on Confirm.php?
September 01, 2009, 03:51:12 pm
I upgraded to the 3.0 beta 1 and it broke my custom payment processor.  I have fixed it, I think, but I'm still having it tell me it can't connect to my cc processing server.  I'm also getting an error that I wonder if it is related to my problem.

The error:
-----
warning: Invalid argument supplied for foreach() in /home/cha/public_html/civicrm/sites/all/modules/civicrm/CRM/Contribute/Form/Contribution/Confirm.php on line 437.
-----

Any ideas?  Tips on debugging?

chriswood_ut

  • Guest
Re: Payment Processing -- warning on Confirm.php?
September 08, 2009, 03:07:41 pm
I have solved my credit card processing problem, but I am still seeing the error below.  I do not see where this would be set in my scripts, so I wonder if this is a bug in 3.0?  I have upgraded to 3.0beta2 and the error is still there.  The donation is not "on behalf" of anybody, just a regular individual donor.

Any ideas?


warning: Invalid argument supplied for foreach() in /home/cha/public_html/civicrm/sites/all/modules/civicrm/CRM/Contribute/Form/Contribution/Confirm.php on line 437.

----Line 437 has this foreach----

            foreach ( $params['onbehalf_location'] as $block => $vals ) {
                $behalfOrganization[$block] = $vals;
            }
« Last Edit: September 08, 2009, 03:19:28 pm by chriswood_ut »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • Payment Processing -- warning on Confirm.php?

This forum was archived on 2017-11-26.