Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 48
  1. #11
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    The logs folder to which I refer is included/part of a zencart install. So, if you performed a "by the book" install, the folder should be present.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #12
    Join Date
    Apr 2015
    Location
    Ohio
    Posts
    28
    Plugin Contributions
    0

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Another update from me, in case anyone is watching this thread :)

    I'm becoming more convinced that Carlwhat is right--this may not even be engaging the Authorize.Net AIM module. Since logging hasn't revealed any insights, I've tried adding variables to the session throughout the script. I see only the one that I put at the very top (which tells me that the authorizenet_aim.php file is being loaded), but I don't see any of the other variables being set in the session when key functions are running. So, my current interpretation is that authorizenet_aim.php is loaded and installed, but for some reason, the functions that interact with the gateway and process payment aren't even being called. Hence, I'm not even seeing error messages from the gateway or the AIM script.

    This is all pretty weird, because AIM is the only payment module that I have installed, and orders appear to be going through without a hitch (other than the payment processing being skipped).

    Anyone have any ideas? Continuing to troubleshoot.... and pull out my hair.

    Best, KKoch

  3. #13
    Join Date
    Apr 2015
    Location
    Ohio
    Posts
    28
    Plugin Contributions
    0

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Hi RixStix,

    As far as I know, it was a "by the book" install. I started with one of those nifty auto-installers provided by the host. I do have a /zencartinstall/logs folder, but I'm not seeing any logs in there. There are logs from other days, but nothing recent.

    Best, KKoch

  4. #14
    Join Date
    Apr 2015
    Location
    Ohio
    Posts
    28
    Plugin Contributions
    0

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    A follow-up observation, in case anyone is wondering. I went into my database to ensure that all the configuration keys installed by the Authorizenet AIM module were actually there. They seem to be present and all correct. Also, under Admin -> modules -> payment, the Authorize.Net AIM option is there, and completely functional. So, if our guesses are correct and the authorizenet_aim.php functions are simply not being called during the payment process, then this is pretty baffling to me. Any guesses out there?

    Best, KKoch

  5. #15
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Ok try something super simple,
    Uninstall the module from your ZC admin clear your cache( just in case )
    Re-Install the Module
    Zen cart PCI compliant Hosting

  6. #16
    Join Date
    Apr 2015
    Location
    Ohio
    Posts
    28
    Plugin Contributions
    0

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Hi Merlinpa1969,

    Actually, that was one of the very first things I tried, but I decided to do it again, just for grins. Unfortunately, the problem remains.

  7. #17
    Join Date
    Apr 2015
    Location
    Ohio
    Posts
    28
    Plugin Contributions
    0

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Some more information for anyone who is following along.

    Looking at the authorizenet_aim.php file, I can confirm that the following functions are being executed, and appear to be working normally:
    * authorizenet_aim()
    * confirmation()
    * process_button()

    I have no indication that before_process() (which adds the credit card info to the order and preps the call to the gateway) or _sendRequest() (which actually contacts the gateway) are executing. I have no idea why this would be.

  8. #18
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Quote Originally Posted by pjcc21e View Post
    Hi RixStix,

    As far as I know, it was a "by the book" install. I started with one of those nifty auto-installers provided by the host. I do have a /zencartinstall/logs folder, but I'm not seeing any logs in there. There are logs from other days, but nothing recent.

    Best, KKoch
    Not too many people would agree that using one of those nifty auto-installers provided by the host is a "by the book" install. They have been known to be without problem and they have also been known to be the source of many problem.

    Does/Did AIM work out of the box before you installed any addons or templates?

    Other zenners may be able to offer more suggestions if they had a link to the site with the problem.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  9. #19
    Join Date
    Apr 2015
    Location
    Ohio
    Posts
    28
    Plugin Contributions
    0

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Hi RixStix,

    I'm not sure whether it did or not, but I do know that, with all the testing I did pre-launch, I have nothing in the 'authorizenet' table. So, it may not have.

    The site in question is https://www.birdwatchersdigest.com/shop/index.php

    Really hope that helps. I'm compelled to give up on AIM and install something like PayPal Pro, but I wonder if I'd encounter the same problems there? I wonder if this is a larger, systematic problem with payment as a whole, and not just AIM.

    Best, KKoch

  10. #20
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Help! Authorize.net (AIM) module has no error messages, but is not processing pay

    Since AIM (and SIM) are included with the standard zencart install, it is probably the most tested and reliable method of accepting CC, so I would be more inclined to believe that there is something within your specific environment.

    Since you did use an auto-installer, it is possible that the install did not have the POODLE fix(es) applied to the various payment modules.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v151 Error processing credit card, but payment appears at Authorize.net
    By shfscotte in forum General Questions
    Replies: 7
    Last Post: 2 Jul 2014, 03:57 AM
  2. v150 Authorize.net AIM module not showing up as payment option
    By Skippersyacht in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 27 Mar 2012, 09:50 PM
  3. Authorize.net SIM Module - There has been an error processing your credit card. Pleas
    By anita in forum Built-in Shipping and Payment Modules
    Replies: 71
    Last Post: 1 Jul 2010, 06:41 PM
  4. Authorize.net AIM module not showing up as payment option
    By daisychick in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 19 Dec 2006, 11:26 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