Order API Error

General ShopSite user discussion
Post Reply
OldSalt
Posts: 23
Joined: Mon Sep 28, 2009 4:37 pm
Location: MA

Order API Error

Post by OldSalt »

I have a cgi script called from the Order API, which used to work but now prepends an error to thankyou.cgi.

The error is:
<!-- ClientApp: Error-count incremented (1) -->
The vendor on the receiving side of the POST tells me this error string does not come from him and I have googled that error string many times without finding anything conclusive.

Has anyone else seen this error string and/or know what it means?

Thanks.
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Post by Jim »

It is a ShopSite generated message indicating that the client app (your custom cgi) caused an error. Tthe number of errors which have occurred is indicated by the number in the ( ).

You might check your server log and see if it contains information about what the error was.
OldSalt
Posts: 23
Joined: Mon Sep 28, 2009 4:37 pm
Location: MA

Post by OldSalt »

I have:

Code: Select all

use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
in my script and I checked the error-log, but found nothing relating to any perl error.

In the past, CGI::Carp worked when added to Order API, but now nothing shows.

Any suggestions how I can get any errors to display?

Thanks.
Post Reply