Project:
UbercartCategory:
bug reportPriority:
normalStatus:
fixedI've been through the forums on this one, and I'm stumped.
When I click the "Charge Card" button, the system thinks for a long time, then produces a blank, white screen. No refresh, no info.
I put in some echos and I *think* the data's being passed to Linkpoint, Just nothing's being returned.
My XML being sent is as follows:
<order>
<billing>
<name>Morgan Engel</name>
<company></company>
<address1>9540 Azor Ln</address1>
<address2></address2>
<addrnum>9540 Azor Ln</addrnum>
<city>Atascadero</city>
<state>CA</state>
<zip>93422</zip>
<country>US</country>
<phone></phone>
<email>something@somewhere.com</email>
</billing>
<shipping>
<name>Morgan Engel</name>
<address1>9540 Azor Ln</address1>
<address2></address2>
<city>Atascadero</city>
<state>CA</state>
<zip>93422</zip>
<country>US</country>
</shipping>
<orderoptions>
<result>GOOD</result>
<ordertype>PREAUTH</ordertype>
</orderoptions>
<merchantinfo>
<configfile>1010324</configfile>
</merchantinfo>
<creditcard>
<cardnumber>xxxxxxxxxxxx8516</cardnumber>
<cardexpmonth>3</cardexpmonth>
<cardexpyear>09</cardexpyear>
<cvmvalue>09</cvmvalue>
<cvmindicator></cvmindicator>
</creditcard>
<payment>
<chargetotal>26.00</chargetotal>
</payment>
<transactiondetails>
<transactionorigin>ECI</transactionorigin>
<oid>3</oid>
<ip>75.23.179.66</ip>
</transactiondetails>
</order>Any ideas?



Fixed
All of my issues to date were caused by hosting on a GoDaddy shared server. Ensure that they can forward the appropriate ports for CURL on your server.
Re: Fixed
Thanks for letting us know. We'll be sure to mention this sort of problem in the docs or FAQ.