This documentation refers to CiviCRM 4.1, the current stable version.

Skip to end of metadata
Go to start of metadata


Documentation Search


CiviCRM 4.1 Documentation

Developer Resources


CiviCRM books!

Make sure to check out our Online User/Administrator and Developer Guides! You can also support this project by ordering a hard copy.

Or support us by buying an eBook or hard copy of Using CiviCRM from Packt Publishing.

Configuration is same a previous version.  

http://wiki.civicrm.org/confluence/display/CRMDOC31/Moneris+Configuration+Guide

However there is a bug in the code that persists, at least in the joomla install on an apache server

administrator/components/com_civicrm/CRM/Core/Payment/Moneris.php

line 65:  if (include_once 'Services/mpgClasses.php' === false )

needs extra brackets.

line 65:  if ((include_once 'Services/mpgClasses.php') === false )

Also here is the mpgClasses.txt file (you must rename to .php).  The file has been missing from the previous documentation for quite some time.

Labels