swebber11 Posted February 27, 2008 Posted February 27, 2008 When I went to run a live "test" transaction, it just hangs on the checkout.php file. It won't authorize or anything. The only thing I get is at the bottom, "Waiting for www.theeasyweightloss.com" and after a while the checkout.php page will just be blank, it won't show a thing. What am I doing wrong? Quote
swebber11 Posted February 28, 2008 Author Posted February 28, 2008 When I went to run a live "test" transaction, it just hangs on the checkout.php file. It won't authorize or anything. The only thing I get is at the bottom, "Waiting for www.theeasyweightloss.com" and after a while the checkout.php page will just be blank, it won't show a thing. What am I doing wrong? I did a debug on the transaction, and this is what it came up with: at curl_process, incoming data: host = secure.linkpt.net port = 1129 keyfile = /home/content/s/w/e/sweber25/html/includes/modules/payment/linkpoint_api/1158134.pem configfile = 1158134 ordertype = PREAUTH result = LIVE transactionorigin = ECI ponumber = 1002 taxexempt = Y terminaltype = UNSPECIFIED ip = 69.214.114.214 chargetotal = 94.99 cardnumber = 5189194199929657 cardexpmonth = 09 cardexpyear = 08 cvmindicator = provided cvmvalue = 166 userid = 2 name = SCOTT WEBER company = address1 = 9536 INTERNATIONAL DRIVE address2 = city = INDIANAPOLIS state = IN country = US phone = 317-334-9139 addrnum = 9536 INTERNATIONAL DRIVE zip = 46268 sname = SCOTT WEBER saddress1 = 9536 INTERNATIONAL DRIVE saddress2 = scity = INDIANAPOLIS sstate = IN szip = 46268 scountry = US Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/content/s/w/e/sweber25/html/includes/modules/payment/linkpoint_api/lphp.php on line 343 items = debugging = true sending xml string: <order><orderoptions><ordertype>PREAUTH</ordertype><result>LIVE</result></orderoptions><creditcard><cardnumber>5189194199929657</cardnumber><cardexpmonth>09</cardexpmonth><cardexpyear>08</cardexpyear><cvmvalue>166</cvmvalue><cvmindicator>provided</cvmindicator></creditcard><billing><name>SCOTT WEBER</name><company></company><address1>9536 INTERNATIONAL DRIVE</address1><address2></address2><city>INDIANAPOLIS</city><state>IN</state><zip>46268</zip><country>US</country><userid>2</userid><phone>317-334-9139</phone><addrnum>9536 INTERNATIONAL DRIVE</addrnum></billing><shipping><name>SCOTT WEBER</name><address1>9536 INTERNATIONAL DRIVE</address1><address2></address2><city>INDIANAPOLIS</city><state>IN</state><zip>46268</zip><country>US</country></shipping><transactiondetails><ponumber>1002</ponumber><taxexempt>Y</taxexempt><terminaltype>UNSPECIFIED</terminaltype><ip>69.214.114.214</ip><transactionorigin>ECI</transactionorigin></transactiondetails><merchantinfo><configfile>1158134</configfile><keyfile>/home/content/s/w/e/sweber25/html/includes/modules/payment/linkpoint_api/1158134.pem</keyfile><host>secure.linkpt.net</host><port>1129</port></merchantinfo><payment><chargetotal>94.99</chargetotal></payment> <items> <item> <id>22{5}13</id> <descrip.... I can't understand why it says "PREAUTH" and I have it set for "sale" Quote
frey1esm Posted March 8, 2008 Posted March 8, 2008 Looks like you are using godaddy also? We are having exactly the same problem since moving a site over. Have you resolved this issue? Quote
iofast Posted March 9, 2008 Posted March 9, 2008 Looks like you are using godaddy also? We are having exactly the same problem since moving a site over. Have you resolved this issue? There is another linkpoint api thread going with some answers and I'm not sure which version you are running but it looks like one which we have worked on: http://www.oscommerce.com/community/contributions,4255 In any case, you need to have port 1129 open and debugging mode does not currently work. We found significant security problems in the old module which did not actually check several parameters with Linkpoint. The changes we made were direct changes wherein we force pre-auth (to check card parameters and avs), then we process the ticket. Turn off debugging mode and try again. Presently you can only do your testing live with a test card. You can use the 4111 1111 1111 1111 card, but this will fail once it hits linkpoint itself but at least that will validate communication to their servers and they will send back the error code. Quote
Guest Posted April 7, 2008 Posted April 7, 2008 There is another linkpoint api thread going with some answers... Can someone please post the link to the other thread discussing this problem? I'm having the same issue and can't seem to find any answers. thx Quote
iofast Posted April 7, 2008 Posted April 7, 2008 Can someone please post the link to the other thread discussing this problem?I'm having the same issue and can't seem to find any answers. thx just search the forum for "linkpoint"... the one i was referring to is: http://www.oscommerce.com/forums/index.php?sho...mp;hl=linkpoint Quote
Guest Posted April 7, 2008 Posted April 7, 2008 just search the forum for "linkpoint"... the one i was referring to is:http://www.oscommerce.com/forums/index.php?sho...mp;hl=linkpoint Thank you for the link. Although, that thread doesn't seem to address the blank page issue. Nothing via search either. Just out of curiousity, what are folks using for linikPoint Connect Settings? linkPoint asks for: -Your Order submission form: -Your confirmation page -Your Failure page Not sure if they're necessary as we haven't gotten that far, but just curious. thx 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.