Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PsiGate XML module error message


Recommended Posts

Posted (edited)

Hi all,

 

I got the PsiGate XML module(PsiGateXML_5_08) from the contributions area... I installed all the updates mentioned on that page for this module. Now, when I go in as a customer (4111111111111111) or use a real credit card(confirm checkout step), and I get an error message. Can someone help me?

 

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file catalog/includes/modules/payment/psigate_xml/class.psigate_xml.php on line 443

 

Warning: Cannot modify header information - headers already sent by (output started at catalog/includes/modules/payment/psigate_xml/class.psigate_xml.php:443) in catalog/includes/functions/general.php on line 33

 

Thanks for all the help.

 

Raymond

Edited by raymondmagic
Posted
Hi all,

 

I got the PsiGate XML module(PsiGateXML_5_08) from the contributions area... I installed all the updates mentioned on that page for this module. Now, when I go in as a customer (4111111111111111) or use a real credit card(confirm checkout step), and I get an error message. Can someone help me?

 

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of xml_set_object(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file catalog/includes/modules/payment/psigate_xml/class.psigate_xml.php on line 443

 

Warning: Cannot modify header information - headers already sent by (output started at catalog/includes/modules/payment/psigate_xml/class.psigate_xml.php:443) in catalog/includes/functions/general.php on line 33

 

Thanks for all the help.

 

Raymond

 

 

I fixed it. I try to change the following in the class.psigate_xml.php file:

 

xml_set_object($this->parser, &$this);

 

to

 

xml_set_object($this->parser, $this);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...