Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 4.0.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Got this error in the online contribution page, when using a payment gateway.
Warning: require_once(CRM/Core/CRM/Core/Payment/Worldpay.php) [function.require-once]: failed to open stream: No such file or directory in CRM_Core_Payment::singleton() (line 109 of /var/www/sites/all/modules/civicrm/CRM/Core/Payment.php).
Line number 108 in sites/all/modules/civicrm/CRM/Core/Payment.php
$paymentClass = "CRM_Core_" . $paymentProcessor['class_name'];
should be changed to
$paymentClass = $paymentProcessor['class_name'];