Guest Posted November 4, 2008 Posted November 4, 2008 (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 November 4, 2008 by raymondmagic Quote
Guest Posted November 4, 2008 Posted November 4, 2008 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); Quote
Recommended Posts
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.