LoCuT0s Posted May 9, 2008 Posted May 9, 2008 (edited) I've read the posts on the oscommerce board, searched Google, and I am just clueless at this point. :blink: Below is my output from the debug log::: ________________________________________________________________________________ _____________________ Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/site_build/public_html/includes/modules/payment/linkpoint_api/lphp.php on line 171 items = debugging = true sending xml string: <order><orderoptions><ordertype>PREAUTH</ordertype><result>LIVE</result></orderoptions><creditcard><cardnumber>4111111111111111</cardnumber><cardexpmonth>07</cardexpmonth><cardexpyear>14</cardexpyear><cvmvalue>852</cvmvalue><cvmindicator>provided</cvmindicator></creditcard><billing><name>Test Account</name><company></company><address1>123 Test</address1><address2></address2><city>Priceton</city><state>NJ</state><zip>49124</zip><country>US</country><userid>8</userid><phone>3798884444</phone><addrnum>123 Test</addrnum></billing><shipping><name> </name><address1></address1><address2></address2><city></city><state></state><zip></zip><country></country></shipping><transactiondetails><ponumber>1002</ponumber><taxexempt>Y</taxexempt><terminaltype>UNSPECIFIED</terminaltype><ip>68.41.129.141</ip><transactionorigin>ECI</transactionorigin></transactiondetails><merchantinfo><configfile>1058072</configfile><keyfile>/home/site_build/public_html/includes/modules/payment/linkpoint_api/1058072.pem</keyfile><host>secure.linkpt.net</host><port>1129</port></merchantinfo><payment><chargetotal>1.99</chargetotal></payment> <items> <item> <id>28{9}10</id> <description>test</description> <quantity>1</quantity> <price>1.99</price> </item> </items> </order> server responds: <r_csp></r_csp><r_time>Fri May 9 15:19:50 2008</r_time><r_ref></r_ref><r_error>SGS-000001: D:Declined:XXUX:</r_error><r_ordernum>4429778D-4824BFF5-648-AFA9C</r_ordernum><r_message>DECLINED</r_message><r_code></r_code><r_tdate>1210367989</r_tdate><r_score></r_score><r_authresponse></r_authresponse><r_approved>DECLINED</r_approved><r_avs></r_avs> Warning: Cannot modify header information - headers already sent by (output started at /home/site_build/public_html/includes/modules/payment/linkpoint_api/lphp.php:169) in /home/site_build/public_html/includes/functions/general.php on line 33 ______________________________________________________________________________ Now from what I've read, it appears the header information is in reference to some white space somewhere, although when I open up the file and check the line everything is fine. As far as the other issue, I have no idea. Basically, the order is getting processed through Linkpoint with the respective DENIED response appearing in the transactions on that end (so I have no reason to suspect a blocked port), however, the refer process just takes me straight back to the checkout_payment.php with no notification of a failed transaction or error response on page (nor in the URL). It basically takes me back to one step before the confirmation, and shows the same session ID. No messages whatsoever. I am using the most recent contribution over a clean install and the only other third-party module I have setup is Google Checkout payment. Again, thank you. -Ian "T" Edited May 10, 2008 by LoCuT0s 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.