Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Im using Paymentech.php with the Orbital Gateway and when I place an order I get Fatal error: Call to undefined function: curl_init() in /web/osc/includes/modules/payment/paymentech.php on line 319

 

has anybody seen this before???

  • 2 weeks later...
Posted (edited)
Im using Paymentech.php with the Orbital Gateway and when I place an order I get Fatal error: Call to undefined function: curl_init() in /web/osc/includes/modules/payment/paymentech.php on line 319

 

has anybody seen this before???

 

I'm having the same problem... and i have CURL enabled on my server.

 

I'm actually looking for a transaction software, instead of a full e-commerce store now. Is anyone familiar with any type of PHP/MySQL Bill Pay system for Paymentech?

 

 

But try this to see if you have CURL enabled.

 

<?

exec('which curl', $curl_output);

if ($curl_output) {

$curl_path = $curl_output[0];

echo $curl_path;

}else{

echo "No curl found";

}

?>

Edited by StephenJacob

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

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