Jump to content

CGI Error/PFPro COM


dudedigital

Recommended Posts

[b]I keep getting the following error:[/b]

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

[b]To recreate the error follow the link below:[/b]
[a href=\"https://www.intrepidcs.com/global/cart.php?id=2&action=add_purchase\" target=\"_blank\"]https://www.intrepidcs.com/global/cart.php?...on=add_purchase[/a]
Continue the purchasing process and hit "Complete". After doing so, you will get the error.

[b]I've narrowed it down to the following code:[/b]
The COM object doesn't seem to construct I think. The reason I believe so is because when I attempt to echo its value I get the error, but if I echo anything the line before it, it works.

[code]
$objCOM = new COM('PFProCOMControl.PFProCOMControl.1');
$ctx1 = $objCOM->CreateContext('test-payflow.verisign.com', 443, 60, '', 0, '', '');
$result = $objCOM->SubmitTransaction($ctx1, $paramList, strlen($paramList));
$objCOM->DestroyContext($ctx1);
[/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.