Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    red flag No Installation Button for Authorize.net (AIM)

    Hello,

    As instructing by the guideline that a website must have SSL certificate to install Authorize.net (AIM). After I have SSL installed on my website, I click on Authorize.net (AIM) and I do not see any places or buttons to install Authorize.net (AIM).

    Please give me advice of how to install Authorize.net (AIM).

    Thanks for your help and support.

    ttmb33

  2. #2
    Join Date
    Jan 2004
    Posts
    66,385
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: No Installation Button for Authorize.net (AIM)

    Three requirements:
    1. Functioning SSL certificate on your site.

    2. Your /includes/configure.php must have:
    ENABLE_SSL set to 'true'
    and HTTPS_SERVER must have an https URL in it.

    3. Your /admin/includes/configure.php must have:
    HTTP_SERVER must have an https URL in it. YES, an https URL.
    HTTPS_SERVER must have an https URL in it.
    ENABLE_SSL_ADMIN must be set to 'true'

    More details here (found by searching the FAQs for SSL): http://www.zen-cart.com/content.php?...alled-zen-cart
    .

    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
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Re: No Installation Button for Authorize.net (AIM)

    Quote Originally Posted by DrByte View Post
    Three requirements:
    1. Functioning SSL certificate on your site.

    2. Your /includes/configure.php must have:
    ENABLE_SSL set to 'true'
    and HTTPS_SERVER must have an https URL in it.

    3. Your /admin/includes/configure.php must have:
    HTTP_SERVER must have an https URL in it. YES, an https URL.
    HTTPS_SERVER must have an https URL in it.
    ENABLE_SSL_ADMIN must be set to 'true'

    More details here (found by searching the FAQs for SSL): http://www.zen-cart.com/content.php?...alled-zen-cart
    Yes, I did have them both enable (True). Both my Admin and www are secured.

    Here is my website:

    https://overproduct.com

    https://www.overproduct.com

    And my Admin is secured too, but I do not see any buttons to install Authorize.net (AIM).

    Please give me some more tips to have Authorize.net (AIM) button to install this module.

    Thanks for you help and support.

    ttmb33

  4. #4
    Join Date
    Jan 2004
    Posts
    66,385
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: No Installation Button for Authorize.net (AIM)

    You missed my point about your ADMIN configure.php needing to have HTTP_SERVER set to an https URL and ENABLE_SSL_ADMIN set to 'true'
    .

    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. #5
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Re: No Installation Button for Authorize.net (AIM)

    Quote Originally Posted by DrByte View Post
    You missed my point about your ADMIN configure.php needing to have HTTP_SERVER set to an https URL and ENABLE_SSL_ADMIN set to 'true'

    Yes, DrByte. I did set my Admin HTTP_SERVER to https URL and Enable SSL_ADMIN set "true"

    But I still do not see any places to install Authorize.net (AIM)

    Thanks for your quick response. I do appreciate it.

    ttmb33

  6. #6
    Join Date
    Jan 2004
    Posts
    66,385
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: No Installation Button for Authorize.net (AIM)

    Your changes probably didn't get uploaded to the server properly. Remember, the configure.php files are read-only, and must be temporarily made writable when you try to save changes to them.
    .

    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.

  7. #7
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Re: No Installation Button for Authorize.net (AIM)

    Quote Originally Posted by DrByte View Post
    Three requirements:
    1. Functioning SSL certificate on your site.

    2. Your /includes/configure.php must have:
    ENABLE_SSL set to 'true'
    and HTTPS_SERVER must have an https URL in it.

    3. Your /admin/includes/configure.php must have:
    HTTP_SERVER must have an https URL in it. YES, an https URL.
    HTTPS_SERVER must have an https URL in it.
    ENABLE_SSL_ADMIN must be set to 'true'

    More details here (found by searching the FAQs for SSL): http://www.zen-cart.com/content.php?...alled-zen-cart
    Thank you DrByte very much. I now understand your instruction, and I have it worked.

    Again, thanks so much

  8. #8
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default Re: No Installation Button for Authorize.net (AIM)

    DrByte,

    I got the module installed successfully, but I got problem when submitting payment. When I click on confirm order, I got blank page.

    I login my authorize.net account, and I did not see any unsettlement amounts shown up. I also check my Admin, and I do not see any orders shown up either.

    Please show me how to fix the problem.

    Thanks DrByte.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,385
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: No Installation Button for Authorize.net (AIM)

    I found the following article by searching the FAQs for "blank page": http://www.zen-cart.com/content.php?124-blank-page
    .

    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. #10
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    bug Re: No Installation Button for Authorize.net (AIM)

    Quote Originally Posted by DrByte View Post
    I found the following article by searching the FAQs for "blank page": http://www.zen-cart.com/content.php?124-blank-page
    DrByte,

    The blank page is shown when I test it on Firefox, and the "HTTP 500 Internal Server Error" is shown when I test it on Internet Explorer.

    I contact my hosting service company, and they told me that the error is not from their server.

    The Hosting Service Company did the test and send me the following messages:

    The reported issues are not related with your SSL certificate. I have checked the application's error logs and found the following errors:

    Warning: require_once(/home/overprod/public_html/includes/extra_configures/bmz_image_handler_conf.php) [function.require-once]: failed to open stream: No such file or directory in /home/overprod/public_html/admin/includes/extra_configures/bmz_image_handler_conf.php on line 13

    Fatal error: require_once() [function.require]: Failed opening required '/home/overprod/public_html/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.:/usr/local/php52/pear') in /home/overprod/public_html/admin/includes/extra_configures/bmz_image_handler_conf.php on line 13

    I have no idea from where to fix these errors. Please give me some tips.

    Thanks DrByte.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 4 Mar 2016, 04:17 AM
  2. v151 Switching From Authorize.net (SIM) to AUthorize.net (AIM)
    By dinohaven in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2014, 05:56 PM
  3. v150 Difference Between Authorize.net (SIM) and Authorize.net (AIM)
    By joem83 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Aug 2012, 10:48 PM
  4. v150 Can't install Authorize.net (AIM) - INSTALL button not there
    By Johnnycopilot in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 7 Aug 2012, 08:44 PM
  5. cURL / Authorize.net AIM solution for Wild West Reseller hosting
    By bradymc in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 10 Mar 2007, 06:49 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