
Originally Posted by
coredesign
This was the "fix" provided by Moneris Integration Specialist, Christian Abdel-Malek:
"Please ensure that you do not have any leading space in your mpgClasses.php file as that has been known to cause several errors in sending transactions not only in zencart but also in previous oscommerce transactions that I have dealt with in the past."
WOW!
that helped clear one hurdle at least.
for those that are still getting "header already sent" messages,
modify the mpgClasses.php file at the very beginning to take away ANY blank spaces that maybe hiding hidden characters:
Code:
<?php
#################### mpgGlobals ###########################################
class mpgGlobals{
becomes:
Code:
<?php
################### mpgGlobals #############
the bottom part is the same:
becomes:
^^ NO spaces at all after "?>"
Now .... to actually get it talking to the Moneris servers.