Results 1 to 8 of 8

Thread: Help

  1. #1
    Learning All I Can izwar's Avatar
    Join Date
    Feb 2006
    Location
    Miami
    Posts
    384

    Help

    http://forums.oscommerce.com/index.php?showtopic=233476



    i posted that in osc commerece forums mabie someone here knows a solution thanks ive tried many things

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    What happens when you try to place an order?
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Learning All I Can izwar's Avatar
    Join Date
    Feb 2006
    Location
    Miami
    Posts
    384

  4. #4
    Site Contributor stymiee's Avatar
    Join Date
    Dec 2004
    Location
    Between the Pipes
    Posts
    275
    Your server may not have the PHP CURL extension compiled. Do a phpinfo() and check to see if it is compiled into PHP. If not, you'll need to compile it.
    John Conde :: brainyminds
    Merchant Account Services -- Merchant Services Resources
    IT'S HERE: Integrate the Authorize.net Payment Gateway with PHP
    Everything you need to integrate Authorize.net into your website with PHP. Includes an explanation of how transactions work, validating credit cards, and the source code for free.

  5. #5
    Learning All I Can izwar's Avatar
    Join Date
    Feb 2006
    Location
    Miami
    Posts
    384
    how do i do php info on my server, and also it was working before so why the sudden stopage?

  6. #6
    Site Contributor stymiee's Avatar
    Join Date
    Dec 2004
    Location
    Between the Pipes
    Posts
    275
    Maybe your host changed something on you?

    Create a php file and make this the only content in it:

    Code:
    <?php phpinfo(); ?>
    Upload it to your server and open that page in a browser. Towards the top of the page you should see where it says, "Configure Command". Next to it somewhere it should say, "--with-curl". If it doesn't then that is your problem. If it does, then it is another issue.
    John Conde :: brainyminds
    Merchant Account Services -- Merchant Services Resources
    IT'S HERE: Integrate the Authorize.net Payment Gateway with PHP
    Everything you need to integrate Authorize.net into your website with PHP. Includes an explanation of how transactions work, validating credit cards, and the source code for free.

  7. #7
    Learning All I Can izwar's Avatar
    Join Date
    Feb 2006
    Location
    Miami
    Posts
    384
    it has curl

  8. #8
    Site Contributor stymiee's Avatar
    Join Date
    Dec 2004
    Location
    Between the Pipes
    Posts
    275
    Well, it gets difficult to troubleshoot from here. Take the attached script and upload it to your server.

    Change these two lines to use your Authnet login and current transaction key. You should have this information already in your os commerce setup (Lines 52 & 53):
    Code:
    $auth_net_login_id	= "cnpdev1234";
    $auth_net_tran_key	= "SR2df54jdEn7vFLQ";
    Then open that page in your browser. If it works, then something is wrong with oscommerce or your server. If it doesn't, it is an Authnet issue (like maybe bad login and/or transaction key).
    Attached Files Attached Files
    John Conde :: brainyminds
    Merchant Account Services -- Merchant Services Resources
    IT'S HERE: Integrate the Authorize.net Payment Gateway with PHP
    Everything you need to integrate Authorize.net into your website with PHP. Includes an explanation of how transactions work, validating credit cards, and the source code for free.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •