Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Help: eProcessing Network Questions - Using the official eProcessingNetwork Modul

    Quote Originally Posted by merclord View Post
    I solved my own problem! It turns out that there was a setting in my php.ini file that was causing all the trouble. Set

    register_long_arrays = On

    By default my host server had this configured to be Off. This was preventing any of the values from the variables in the eProcessingNetwork module to submitted when moving from Step 2 to Step 3. This was generating an error and causing the script to simply return to Step 2. I did not have this problem when I configured my apache control panel to php 4. But I need to use other applications that require php 5. My guess is that this is not something that can be configured in PHP 4.

    I think this might help a few people trying to use the official eProcessingNetwork module v1.01.
    BTW: I am running zencart 1.3.8a
    Okay, so that means that your module is using the $HTTP_GET_VARS and/or $HTT_POST_VARS array variables for handling GET and POST data.
    PHP 5 has deprecated those variables, and they're not supported in upcoming PHP 6.
    You'll want to change the code to use $_GET instead of $HTTP_GET_VARS and $_POST instead of $HTTP_POST_VARS (similar with $HTTP_REQUEST_VARS and $HTTP_SERVER_VARS if you have them), if you want the code to be compatible moving forward.

    Ref: http://www.php.net/manual/en/ini.cor...er-long-arrays
    .

    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.

  2. #12
    Join Date
    Apr 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Help: eProcessing Network Questions - Using Authorize.net AIM Module

    Also, when youre logged into your eProcessing Network account:

    In "Processing Control" uncheck ALL "Disabled Integrations". After hours of not being able to figure out why I got the "Credit Card cannot be processed..." error message, I disabled these settings and it worked!

  3. #13
    Join Date
    May 2010
    Location
    Elizabeth, CO
    Posts
    8
    Plugin Contributions
    0

    Default Re: Help: eProcessing Network Questions - Using Authorize.net AIM Module

    I'm still learning this package so please be nice. I think I'm making a very simple mistake with getting this configured.

    hopefully a simple thing.


    I made the url change per the ePN webpage. That was the only modification I made to the authorizenet_aim.php code.

    For the loginid, I used my ePN account number
    For the transaction key, I put in the RestrictKey from ePN

    If I put the RestrictKey value in for the MD5 hash, my transaction is declined using the 5424000000000015 as the CC number.

    If I leave the MD5 has blank, I get a hash error - as one would expect - and the transaction is declined.

    What is supposed to go in that field? I'm sure I'm just missing something simple.

  4. #14
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Help: eProcessing Network Questions - Using Authorize.net AIM Module

    While I've no interest in using eProcessing, if you're trying to retrofit the AIM module to work with it, you'll have to leave the MD5 Hash field blank, since that only works with Authorize.net. And you'll need to use Zen Cart v1.3.9.
    .

    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.

  5. #15
    Join Date
    May 2010
    Location
    Elizabeth, CO
    Posts
    8
    Plugin Contributions
    0

    Default Re: Help: eProcessing Network Questions - Using Authorize.net AIM Module

    Thanks. Found their module. Their website didn't mention it but did mention the authorize.net emulation. I'll give their module a shot.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v153 Help! Authorize.net (AIM) module has no error messages, but is not processing payment
    By pjcc21e in forum Built-in Shipping and Payment Modules
    Replies: 47
    Last Post: 27 Apr 2015, 03:36 AM
  2. eProcessing Network Integration with Authorize.net AIM
    By jamadri in forum Addon Payment Modules
    Replies: 2
    Last Post: 10 Sep 2013, 06:29 AM
  3. v150 Double Charged using Authorize.net AIM
    By TrvlFox in forum General Questions
    Replies: 1
    Last Post: 4 Dec 2012, 04:51 PM
  4. Problems using eProcessing network
    By DezineJunkie in forum Addon Payment Modules
    Replies: 7
    Last Post: 15 Nov 2007, 12:21 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