Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-8344

PHP error when using payment processor

    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'];

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              rajesh Rajesh Kumar
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: