in reply to Debugging LWP
But, I still receive a CGI Timeout: The specified CGI application exceeded the allowed time for processing. The server has deleted the process. This script is for a well known transaction, Authorize.net's AIM CC Transactioning. I do CC processing in 5 different scripts, all which don't work anymore. I can transact CC's still though, so I know my account is active. The path to Authorize.net is working. I contacted them first. I even downloaded their test Perl script. Didn't work, and it's all coded and ready to run a test transaction. Worst case, if it was Authorize.net, I would receive an error. Any other ideas? Why did the LWP::Debug not report an error? Thanks for all your help in advance. I just started this business, and not being able to process credit cards will kill it. If this is an issue with my hoster, any ideas why? Tomuse Strict; use LWP 5.803; use LWP::Debug qw(+); use HTTP::Request::Common qw( POST );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Debugging LWP
by vladb (Vicar) on Feb 11, 2006 at 18:18 UTC | |
by tdrought (Novice) on Feb 11, 2006 at 19:22 UTC | |
by renodino (Curate) on Feb 12, 2006 at 00:45 UTC |