Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35
  1. #21
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Shopping Estimator Stopped Working!

    UPS Module Seems to be updated few days ago. Update notes go:
    Code:
    Updated for improved compatibility with PHP 7.2
    After updating, I still am not getting shipping estimates

  2. #22
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Shopping Estimator Stopped Working!

    After communicating with my hosting, I got this reply, which I think was very insightful:

    Upon review of your Zen Cart thread as well as your site, it appears that there might be a problem with how UPS is interpreting your SSL certificate. When we went to visit your site, we noticed that it was pulling up as http as opposed to https. Since the site was not forcing the use of https on port 80, we believe that UPS was accessing your site with a different port and not seeing that there is an encryption layer.

    We went through and forced the use of https on your site so that all traffic is connecting via port 80. Since your SSL certificate is not calling on the use of TLS v1, your site is not using this TLS version so UPS shouldn't be able to connect this way at all. Though it is still enabled on your server itself, it is not a default and would have to be hard coded in to call upon this TLS version.

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

    Default Re: Shopping Estimator Stopped Working!

    While I'm not exactly impressed by the response, I would say that if the site has been forced to be all https by any arrival path, then the includes/configure.php and admin/includes/configure.php files should be updated to reflect the full site as https:. This is covered in this FAQ: https://www.zen-cart.com/content.php...alled-zen-cart

    It entails modifying the constant HTTP_SERVER so that it begins with https: and to also ensure that any constant such as SSL_ENABLE has true between the single quotes such as:
    Code:
    define('SSL_ENABLE', 'true');
    Note that the includes/configure.php may have its permissions set to 0444 which would prevent saving the change(s). It may not fix this issue, but it is something that needs to be done for the way the site is currently set up.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #24
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Shopping Estimator Stopped Working!

    Currently, my includes/configure.php

    Code:
    define('HTTP_SERVER', 'http://www.*********.com');
    define('HTTPS_SERVER', 'https://www.*********.com');
    
    define('ENABLE_SSL', 'true');
    I should make the HTTP_SERVER to be 'https'? So it would be as this:
    Code:
    define('HTTP_SERVER', 'https://www.*********.com');
    define('HTTPS_SERVER', 'https://www.*********.com');
    
    define('ENABLE_SSL', 'true');

  5. #25
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Shopping Estimator Stopped Working!

    Quote Originally Posted by sle39lvr View Post
    Currently, my includes/configure.php

    Code:
    define('HTTP_SERVER', 'http://www.*********.com');
    define('HTTPS_SERVER', 'https://www.*********.com');
    
    define('ENABLE_SSL', 'true');
    I should make the HTTP_SERVER to be 'https'? So it would be as this:
    Code:
    define('HTTP_SERVER', 'https://www.*********.com');
    define('HTTPS_SERVER', 'https://www.*********.com');
    
    define('ENABLE_SSL', 'true');
    Yes and then in admin version: HTTP_CATALOG_SERVER should have the same change.

    Like said, may not resolve the UPS issue, but is a start in the right direction for overall setup considering your host has made the changes that they have.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #26
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,304
    Plugin Contributions
    125

    Default Re: Shopping Estimator Stopped Working!

    Go to admin->version and post your cURL version (the text next to it says "cURL information"). I have seen sites get into trouble because of old cURL versions.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #27
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Shopping Estimator Stopped Working!

    Quote Originally Posted by swguy View Post
    Go to admin->version and post your cURL version (the text next to it says "cURL information"). I have seen sites get into trouble because of old cURL versions.

    Code:
    cURL support	enabled
    cURL Information 7.19.7

  8. #28
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,304
    Plugin Contributions
    125

    Default Re: Shopping Estimator Stopped Working!

    That's your problem. This is a 10 year old version that's no longer secure (it uses an old version of OpenSSL).

    The trouble is, you won't be able to convince your hoster of this. You'll need to go to a new hoster that stays more up to date (or move to a VPS account where you can update your own software).
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #29
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Shopping Estimator Stopped Working!

    What version should the cURL be?

  10. #30
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,304
    Plugin Contributions
    125

    Default Re: Shopping Estimator Stopped Working!

    7.63.0 is current

    https://curl.haxx.se/docs/releases.html

    Your version is 10 years old. Lots of vulnerabilities.
    Last edited by swguy; 23 Jan 2019 at 01:48 AM.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v154 UPS Estimator Stopped Working on January 5, 2019
    By kwright in forum Addon Shipping Modules
    Replies: 32
    Last Post: 12 May 2019, 04:02 PM
  2. v153 HELP!!!!! my shopping cart and checkout have stopped working
    By ultimateautovibes in forum Basic Configuration
    Replies: 4
    Last Post: 23 Nov 2014, 10:36 PM
  3. Shopping cart stopped working please help
    By adam123 in forum General Questions
    Replies: 1
    Last Post: 1 Nov 2011, 11:29 AM
  4. My Shipping Estimator just stopped working
    By johnd in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 7 Jul 2007, 06:41 PM
  5. My Shopping Cart Just Stopped Working Won't Process cards
    By tbianco in forum Addon Payment Modules
    Replies: 1
    Last Post: 2 Apr 2007, 12:14 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