Page 5 of 5 FirstFirst ... 345
Results 41 to 48 of 48
  1. #41
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

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

    Hi

    Yes, got the PM. :)

    Will scan the logs to see if I can see a problem with your IP., but it's getting late here, so may not reply till tomorrow :)

    Ian

    Quote Originally Posted by pjcc21e View Post
    Thanks Ian! I just sent you a PM, but let me know if you didn't receive it. When I look at my "sent" folder it says I have 0 messages.

    If you didn't get it, I'll give it a second try, or just post it here.

    Grateful for your help,

    KKoch

  2. #42
    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

    Thanks so much, Ian! I appreciate the effort and eagerly await your response.

    To the forum: here's my current interpretation. If zen-cart.com is indeed blocking the IP address of our server, this would explain why the installer is having issues. I'm wondering what the implications are for the first cart I built (the one I hoped to launch into production this week).

    I do recall that, when I used the host's installer back in September, the install failed without explanation. The host's help desk stepped in and finished the installation for me, and that's how I got up and running. So, it sounds like this IP block was in effect at that time. And, it stands to reason that key functions in the authorizenet_aim.php file are being skipped because ZenCart thinks that it doesn't have cURL access. That's why it's not processing orders, and apparently it's not leaving any error messages.

    What I'm wondering is, when the IP block is no longer in effect, does this mean that Authorize.Net will suddenly fire up and start processing orders like it should? Or, do you think that the install might be botched because cURL was being blocked at the start? Do any developers out there have a thought on that?

    Thanks again to all of you for your help! I'm truly glad you're all here :)

    Best, KKoch

  3. #43
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

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

    Hi

    Just a quick note here. If ZC is blocking your IP, while this may have an effect on the CURL tester, it has nothing to do with your access to Authorize.net
    Even if I find that your IP is blocked at Zen Cart, fixing that will not help with any problems you have using Authorize.net.


    Quote Originally Posted by pjcc21e View Post
    Thanks so much, Ian! I appreciate the effort and eagerly await your response.

    To the forum: here's my current interpretation. If zen-cart.com is indeed blocking the IP address of our server, this would explain why the installer is having issues. I'm wondering what the implications are for the first cart I built (the one I hoped to launch into production this week).

    I do recall that, when I used the host's installer back in September, the install failed without explanation. The host's help desk stepped in and finished the installation for me, and that's how I got up and running. So, it sounds like this IP block was in effect at that time. And, it stands to reason that key functions in the authorizenet_aim.php file are being skipped because ZenCart thinks that it doesn't have cURL access. That's why it's not processing orders, and apparently it's not leaving any error messages.

    What I'm wondering is, when the IP block is no longer in effect, does this mean that Authorize.Net will suddenly fire up and start processing orders like it should? Or, do you think that the install might be botched because cURL was being blocked at the start? Do any developers out there have a thought on that?

    Thanks again to all of you for your help! I'm truly glad you're all here :)

    Best, KKoch

  4. #44
    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 Ian,

    Yes, I'm not worried about the connection to Authorize.Net. In fact, I know that Auth.Net is not blocking us at all, because I have two other home-grown e-commerce forms on the same server that are using cURL, and both of them are processing orders just fine. It just seems to be ZenCart that's affected.

    Best, KKoch

  5. #45
    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

    Hello All,

    Well, the problem isn't solved yet, but I think the mystery is finally answered. This weekend I finally had a chance to devote a long block of time to this and create a test copy of the shop (basically duplicating the install). I discovered that everything works fine with the standard ZenCart template, and there is only a problem when I use the theme I bought. So, whatever this demon is, it's haunting the template and appears to be interfering with the cart's submission to Authorize.Net.

    I can still find no errors whatsoever, not even Javascript errors. I've even tried removing all template-related Javascript from the checkout pages (telling the template not to include the files if we're in checkout), which means that ZenCart is working only with the form and the javascript produced by the pages. Still no dice.

    So, presently tearing my hair out trying to eliminate the problem. Any advice out there, other than the obvious---go back to the template developers? I will do that, but I know they'll take their sweet time, and meanwhile I've got a cart that's been down for a week.

    Best, KKoch

  6. #46
    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

    Hello All,

    After a week of struggling with the most insidious problem I've ever seen in my time as a web developer (and that's about 12 years), I've finally isolated the culprit and solved it. I'll put my discovery and solution here, in case anyone else has to slay a similar dragon.

    In my custom theme, I modified the bestsellers sidebox with a custom query, and it turns out that it was a little whiny, throwing random errors on occasion. When I shut off that sidebox during the checkout process, everything suddenly started working.

    Why a totally separate query in a sidebar would interfere with Authorize.Net's submission process is beyond me, but that's the only culprit that I could find. This one was really nasty because the only clue was an occasional query error in the logs, and everything just silently failed.

    Thanks to all who have been watching the action from the stands and providing moral support :) Enjoy the rest of your weekend!

    Best, KKoch

  7. #47
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

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

    Quote Originally Posted by pjcc21e View Post
    Hello All,

    After a week of struggling with the most insidious problem I've ever seen in my time as a web developer (and that's about 12 years), I've finally isolated the culprit and solved it. I'll put my discovery and solution here, in case anyone else has to slay a similar dragon.

    In my custom theme, I modified the bestsellers sidebox with a custom query, and it turns out that it was a little whiny, throwing random errors on occasion. When I shut off that sidebox during the checkout process, everything suddenly started working.

    Why a totally separate query in a sidebar would interfere with Authorize.Net's submission process is beyond me, but that's the only culprit that I could find. This one was really nasty because the only clue was an occasional query error in the logs, and everything just silently failed.

    Thanks to all who have been watching the action from the stands and providing moral support :) Enjoy the rest of your weekend!

    Best, KKoch
    Hopefully, the final solution didn't just stop at turning off the sidebox during checkout... I'm not talking down or being a pain or anything, this is to suggest (in absence of related discussion above) that now that a solution to one problem was found, it identified another that still needs to be corrected: why does the query/sidebox cause any error(s)? Sure can now accomplish the most important part of providing an e-commerce webpage, but that could be causing some other undesirable action as well.

    Btw, congrats on finding a solution.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

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

    Quote Originally Posted by pjcc21e View Post
    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.
    Quote Originally Posted by pjcc21e View Post
    In my custom theme, I modified the bestsellers sidebox with a custom query, and it turns out that it was a little whiny, throwing random errors on occasion. When I shut off that sidebox during the checkout process, everything suddenly started working.

    Why a totally separate query in a sidebar would interfere with Authorize.Net's submission process is beyond me, but that's the only culprit that I could find.
    If that sidebox was outputting some data that changed the HTML structure of the page such that the checkout form was no longer functional due to invalid syntax (such as unmatched or nested <form> ... </form> tags, or submit buttons having different purposes, etc), then that would completely explain why the form was never actually attempting do complete a payment, thus never hitting the actual checkout logic.
    .

    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 5 of 5 FirstFirst ... 345

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