Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Won't Fix
-
Affects Version/s: 4.3.0, 4.3.4
-
Fix Version/s: None
-
Component/s: CiviEvent
-
Labels:None
Description
Is there a missing file: CRM/Core/DAO/Currency? or is there something wrong with Moneris script?
An event is using the Moneris payment processor. I added the mpgClasses.php to packages/Services as instructed (taken from a previous version) but when I navigate to the event I get this error in watchdog and a WSOD:
require_once(CRM/Core/DAO/Currency.php): failed to open stream: No such file or directory in /var/www/vhosts/cfnu.ca/httpdocs/sites/default/modules/civicrm/CRM/Core/ClassLoader.php on line 126.
There is no reference in mpgClasses.php to including any files, so I assume it's the Services that's trying to find that file.
I've looked through release notes of 4.3.0 and didn't see any reference to this file being removed. Is it something that is no longer used or rare used? For now I've crudely just put in the file from 4.2.9 and testing the payment via events.