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?
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.