I have a shopping cart that sends all the required x fields to authorize.net, which works fine. Credit cards are validated correctly but the relay response won't work. The error I get from Authorize.net is "script timed out". This script collects the x values and updates a MySQL database to capture the invoice. When the script started timing out, I removed everything except to echo the x_cust_id, and nothing else.
I can run the relay script from the browser and it runs just fine.
Anyone have any suggestions why this timeout is happening on such a simple script? I've worked online with the Authorize.Net people and they don't have any suggestions.
Solved! Go to Solution.
06-05-2014 05:46 AM
No. It's been live for about 4 months.I have iec staff that has been accessing the backend building the training schedule for months with no problems.
06-05-2014 01:54 PM
I mis-spoke about that. The backend was using http://68.169.37.66/.
Is that accessible? The domain name didn't start resolving until the middle of last week.
06-05-2014 02:01 PM
Just try it with the http://68.169.37.66/authorize_postback.html
it work with the relay response.
Something is not updating.
Just try the name iectraining.org again, it failed
and look at my ipconfig /displaydns
it show the ip as 69.64.147.234
06-05-2014 02:07 PM - edited 06-05-2014 02:09 PM
Oh my. I just tried submitting a new transaction with the url to set http://68.169.37.66/ instead of http://iectraining.org and it relayed back to me fine.
So this is a domain name resolution problem.
Sheesh. Thanks for all the help. I've been pulling my hair out over this.
06-05-2014 02:14 PM