Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
[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.
Comments
Comment #1
drummI 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 167Other 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.
Comment #2
drumm