Gator Posted August 3, 2005 Share Posted August 3, 2005 First off, thanks in advance for any help you can offer. Here's the situation - I have inherited a website that is running OSCommerce and Cybersource, with BofA. I am trying to correct a problem that is occuring in the purchase process. After entering CC info, I click on the Confirm ORder button and get the following fatal error: Fatal error: Call to undefined function: proc_open() in /home/xxxxxxx/www/htdocs/includes/modules/payment/cybersource.php on line 195 (xxxxxxx is site name). Line 195 in CyberSource.php reads: $process = proc_open(MODULE_PAYMENT_CYBERSOURCE_CLIENT_PATH, $descriptorspec, $pipes); I have been unable to find anything in the support forum. I have my request in to CyberSource for a support password and am awaiting that. If anyone has any clues on this I would appreciate it. Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 download the contribution and compare it with what you have, see what is missing Link to comment Share on other sites More sharing options...
Guest Posted August 4, 2005 Share Posted August 4, 2005 Here the word on proc_open .... your version of PHP does not support this function Matti Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.