Guest Posted May 25, 2004 Share Posted May 25, 2004 I'm currently using osCommerce and my host does not support cURL. I'm tied into a contract with EFS and cannot get my module working due to lack of cURL support. Does anyone have a complete non-cURL efsnet payment module available. If not can someone who uses efsnet without cURL help me out. I'm banging my head against the wall on this one. I'm also in the same boat with FedEx shipping module for real time quotes as it requires cURL also. These are the last 2 objects that are stopping me from going live on my store and I have spent a lot of time searching here and the net for answers. Any help is greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Guest Posted May 25, 2004 Share Posted May 25, 2004 Bueller? class? anyone? ;) Quote Link to comment Share on other sites More sharing options...
sfatula Posted May 29, 2004 Share Posted May 29, 2004 CURL is not something people use just for fun. PHP does not support the calls necessary to get information from a secure site before PHP 4.3. PHP CAN do so after 4.3, but many authors, myself included, have not taken the time to have either 2 versions, one for curl one without, or, check for what version you are running and code using and not using it. If you have a PHP before 4.3, it is simply not possible to access secure servers from PHP to extract the info. If you have at least 4.3, yes, it is possible, but you would need rewritten modules. Not supporting CURL is very odd as it is extremely common. Sounds like you need to add this to your check list of things to check on before signing a contract. Quote Steve Link to comment Share on other sites More sharing options...
Guest Posted May 30, 2004 Share Posted May 30, 2004 Actually I just switched to a new host that supports cURL yesterday. The former hopes to add it at a later date in their next upgrade but no eta was established. Frankly I couldn't wait any longer. TY Quote Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2005 Share Posted March 4, 2005 Is anyone stll having problems with this module. I fixed the expiration date prob and now It just keeps sending back the message in the url browser field even though efsnet confirms it's getting authorized over on their end. here's the error in the brwoser address bar: ...checkout_payment.php?error_message=Your+credit+card+was+declined.+Please+try+another+card+or+contact+ your+bank+for+more+info. Do you have any idea what might be the problem? I have a feeling it has to do with curl like always. Also, is there a way to see response codes in oscommerce? Thanks so much, Quote Link to comment Share on other sites More sharing options...
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.