Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.2
-
Component/s: CiviContribute
-
Labels:None
Description
to get around an issue where the credit card form doesn't load when selecting "Paid by" -> "Credit Card" on
/civicrm/contribute/add&reset=1&action=add&context=standalone
we have been using path
/civicrm/contribute/add&reset=1&action=add&context=standalone&mode=live
in this last release, this path now throws an error
"Fatal error: Class 'CRM_Core_BAO_CustomOption' not found in /home/sfcbook/sfcb.org/sites/all/modules/civicrm/CRM/Contribute/Form/Contribution/Main.php on line 639"
for a temporary solution, we commented out lines 636 to 657 and we now can load the page and make successful credit card transactions.
we will try to look at exactly what is going on if we get a moment, but wanted to at least report it.