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 CiviContribute (Moderator: Donald Lobo) »
  • Google loadObjects(,,,$required) missing default? when anonymous user donation?
Pages: [1]

Author Topic: Google loadObjects(,,,$required) missing default? when anonymous user donation?  (Read 839 times)

bokabu

  • I’m new here
  • *
  • Posts: 16
  • Karma: 1
    • California Creativity
Google loadObjects(,,,$required) missing default? when anonymous user donation?
September 01, 2009, 01:39:09 am
CRM/Core/Payment/GoogleIPN.php line 240 invokes loadObject as
        $this->loadObjects( $input, $ids, $objects );

but CRM/Core/Payment/BaseIPN.php line 98 defines it as
        function loadObjects( &$input, &$ids, &$objects, $required ) {

I only get a complaint when I try to make a donation as an anonymous user.  I do have a profile used in the donation w/ an associated ACL to enable Everyone.

Anybody else seen/solved this one?

- Bob

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Google loadObjects(,,,$required) missing default? when anonymous user donation?

This forum was archived on 2017-11-26.