Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default (99) this transaction cannot be accepted on Authorize.net SIM

    I have ZC 1.5.0 installed in root and Authorize.net SIM is working.
    I installed 1.5.3 in sub directory and Authorize.net SIM is not working. Instead of displaying authorize.net page during checkout it shows
    (99) this transaction cannot be accepted

    Both have exact same information in admin section.

    Any idea how I can make it work on 1.5.3. in sub directory?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    What timezone is your server in?
    What timezone is your server configured to use?
    What timezone have you configured Zen Cart to use?
    .

    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.

  3. #3
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    What php version for each cart?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    Quote Originally Posted by mc12345678 View Post
    What php version for each cart?
    The current server time is:

    Tue Aug 19 19:27:59 CDT 2014

    The currently PHP version is PHP 5.2.17.

    The ZenCart applications should be using the server date timezone.

  5. #5
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    This may help:

    Root Zencart admin shows
    Wed, 20 Aug 2014 06:33:49 -0500GMT [76.226.118.222 ]

    but zencart in subdirectory admin shows

    Wednesday 20 Aug 2014 06:32:37 AM -0500 GMT [76.226.118.222]
    serv01.xxxxx.xxxx.com - America/Chicago - en_US

    I have tweek server signature with xxxx for security.

    Why it is showing server url and how I can hide it in admin?

    Also email function in root zencart working ok but with same settings on zencart in subdirectory emails to admins work ok on stmp but not to customers and if I change stmp to other (sendmail-f") then customer get emails but not admin.

  6. #6
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    I was able to fix server sign... and email issue but authorize.net still persists. any idea how to fix this?

  7. #7
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    Quote Originally Posted by DrByte View Post
    What timezone is your server in?
    What timezone is your server configured to use?
    What timezone have you configured Zen Cart to use?

    America/Chicago - en_US

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    1. What's in your /includes/extra_configures/set_time_zone.php file?
    2. Login to your Admin. What time does it show in the navigation menu bar?
    3. In your Admin, click the "Version" button in the top right of navigation menu bar. Copy and paste all the information shown there down as far as the Zen Cart Database version info.
    .

    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.

  9. #9
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: (99) this transaction cannot be accepted on Authorize.net SIM

    Quote Originally Posted by DrByte View Post
    1. What's in your /includes/extra_configures/set_time_zone.php file?
    2. Login to your Admin. What time does it show in the navigation menu bar?
    3. In your Admin, click the "Version" button in the top right of navigation menu bar. Copy and paste all the information shown there down as far as the Zen Cart Database version info.

    1.
    Code:
    <?php
    
    /**
    
     * @package initSystem
    
     * @copyright Copyright 2003-2013 Zen Cart Development Team
    
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    
     * @version GIT: $Id: Author: DrByte  Sat Nov 2 01:21:28 2013 -0400 New in v1.5.2 $
     */
    
    /*
     * Set time zone
    */
    if (version_compare(PHP_VERSION, 5.3, '>='))
    {
      // put your timezone here. Refer to http://www.php.net/manual/en/timezones.php
      $TZ = '';  // eg: 'Europe/Oslo'
    
    
    
    
    
      /**
    
       * MAKE NO CHANGES BELOW THIS LINE
    
       *
       * The following will take the timezone you specified above and apply it in your store.
       * If you didn't specify one, it will try to use the setting from your server's PHP configuration
       */
      if ($TZ == '') {
        $TZ = date_default_timezone_get();
      }
      if ($TZ != '') {
    
        putenv('TZ=' . $TZ);
    
        @date_default_timezone_set($TZ);
      }
    }

    2. Tuesday 19 Aug 2014 06:57:56 PM -0500 GMT


    3. PHP Version 5.2.17
    Database Patch Level: 1.5.3
    date/time support enabled
    "Olson" Timezone Database Version 2010.9
    Timezone Database internal
    Default timezone America/Chicago

 

 

Similar Threads

  1. (99) this transaction cannot be accepted on Authorize.net SIM
    By lina0962 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 13 Jan 2015, 07:24 PM
  2. v153 Auth.net SIM Error 99 Cannot be accepted
    By RixStix in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 1 Nov 2014, 09:17 PM
  3. Authorize SIM - (97) This transaction cannot be accepted.
    By joefox in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 15 Mar 2009, 05:11 AM
  4. Authorize.net (SIM) - transaction not showing up
    By missslady in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 26 Sep 2008, 06:20 PM
  5. Authorize.net SIM: An error occurred while trying to report this transaction to merch
    By sapproizza in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 5 May 2008, 11:19 PM

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