pbickmore Posted March 22, 2007 Posted March 22, 2007 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??? Quote
StephenJacob Posted March 30, 2007 Posted March 30, 2007 (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 March 30, 2007 by StephenJacob Quote
Recommended Posts
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.