PayPal IPN isn't going through to CiviCRM. We need to debug this so everyone's membership is recorded.

Comments

drumm’s picture

I think this is fixed. The error was

[Thu May 10 19:11:42 2012] [error] [client 24.5.174.94] PHP Fatal error: Class 'CRM_Contribute_BAO_ContributionPage' not found in /var/www/association.drupal.org/htdocs/sites/all/modules/civicrm/CRM/Core/Payment/PayPalIPN.php on line 167

Other places this class is used, the file is require_onceed in the previous line. This case didn't have it, so I added it.

I looked at CiviCRM trunk to see if the same error might happen, it looks like they have a different strategy for including files, which I expect will be less error-prone.

drumm’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.