Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact

    just contacted my host, they said they support php 4 and 5

  2. #12
    Join Date
    Jul 2005
    Posts
    537
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact

    Quote Originally Posted by chuck View Post
    What version of PHP are you using ?
    Quote Originally Posted by jordana View Post
    just contacted my host, they said they support php 4 and 5
    fair enough, but what version is your site running with ?
    Admin->Tools->Server Information

  3. #13
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact

    verison 4.4.6

  4. #14
    Join Date
    Jul 2005
    Posts
    537
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact

    Quote Originally Posted by PHP Documentation
    Prior to PHP 4.3.0, apache_request_headers() was called getallheaders(). After PHP 4.3.0, getallheaders() is an alias for apache_request_headers().
    This function is only supported when PHP is installed as an Apache module.
    Are you running on Windows or Linux?
    Are you running Apache on your webserver?
    Is it running PHP as CGI or as SAPI ?
    (You may have to ask your hosting company some of these questions)

  5. #15
    Join Date
    Jul 2005
    Posts
    537
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact

    Quote Originally Posted by chuck View Post
    Where did you get this iTransact module from ?
    Wondering if you have an answer for this?

  6. #16
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact

    It's on Linux.
    Yes, it is on apache
    it's running the php as cgi

  7. #17
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact

    the module came from masterblaster on this site, I'll look for the link

  8. #18
    Join Date
    Apr 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: cc charged but no order, using iTransact


  9. #19
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: cc charged but no order, using iTransact

    Quote Originally Posted by jordana View Post
    the module came from masterblaster on this site, I'll look for the link
    Perhaps you should contact masterblaster and point out the problem.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #20
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: cc charged but no order, using iTransact

    You might be able to work around the problem by changing these lines
    Code:
        $external=apache_request_headers();
        $referer=$external[Referer];//get refer information
    
         if (eregi('secure.paymentclearing.com',$referer)) {  // See if the return is good
    to this :
    Code:
        //$external=apache_request_headers();
        //$referer=$external[Referer];//get refer information
    
         if (eregi('secure.paymentclearing.com', $_SERVER['HTTP_REFERRER'])) {  // See if the return is good
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v139h Customer's credit card is charged, but order isn't showing up in admin
    By hml_mike in forum Managing Customers and Orders
    Replies: 16
    Last Post: 8 Feb 2015, 09:32 AM
  2. Replies: 1
    Last Post: 13 Dec 2011, 12:15 PM
  3. cc charged but no order! Authorize.net
    By Olof Holte in forum Managing Customers and Orders
    Replies: 29
    Last Post: 10 Feb 2009, 11:04 PM
  4. Replies: 13
    Last Post: 26 Sep 2007, 04:08 PM
  5. Order shows placed and cc info given, but card is never charged through PayPal
    By challanah in forum Managing Customers and Orders
    Replies: 1
    Last Post: 26 Aug 2007, 07:56 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR