Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Upgrading - UPS module not allowing checkout

    Checkout wouldn't proceed and recieved blank page or server cannot be found after upgrading. Flat rate and the UPS module for shipping. Turned off UPS module and checkout worked fine. Turned UPS back on checkout no go. Uninstalled and reinstalled UPS - same problem. Really would like UPS mod to work. Any help would be greatly appreciated.

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

    Default Re: Upgrading - UPS module not allowing checkout

    1. what version are you upgrading "from"?
    2. what other mods/addons do you have installed?
    3. what version of PHP?
    4. what version of MySQL?
    5. what are your server's errorlogs saying when this happens?
    6. would you upload the zc_install/techsupp.php to your server and post a URL to it? (I'd like to check on things like cURL being installed, PHP functions being restricted, etc)
    .

    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
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Upgrading - UPS module not allowing checkout

    1. I believe it was 1.2.7
    2. I dont think im using any other custom mods
    3. php 4.4.2
    4. mysql 4.1.19
    5. showing no errors??
    6. http://www.bksportofkings.com/zencar...l/techsupp.php

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Upgrading - UPS module not allowing checkout

    Just a heads up ... your continue shopping button has a typo ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Upgrading - UPS module not allowing checkout

    OK thanks.

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

    Default Re: Upgrading - UPS module not allowing checkout

    I don't see anything immediately obvious. But your site does run quite slowly.

    I suspect the problem with your UPS module may be related to some edits you've made to customize the language in the module? includes/languages/english/modules/ups.php ?
    .

    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
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Upgrading - UPS module not allowing checkout

    I haven't modified that file.

  8. #8
    Join Date
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Upgrading - UPS module not allowing checkout

    I looked at ups.php file and it had a space at the end but still didnt solve the problem.

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

    Default Re: Upgrading - UPS module not allowing checkout

    If I were to look at your site, the procedure I would follow to find out what's wrong, in addition to the questions asked above, would be:

    1. download all your site's files by FTP to a new temporary folder on my PC
    2. run WinMerge to compare all your site's files against a freshly-unzipped copy of the same version of Zen Cart
    3. identify all the differences, and check each one to see if it could cause the problem
    things I'd be looking for are:
    - unexpected blank lines or spaces at top or bottom of files
    - customized code that's missing closing brackets ) or braces } or semicolons ; or quote marks ' and "
    - incomplete files that may have not been uploaded properly
    - mods that have been installed, and whether they've been done right or not

    In most cases it's a result of define() statements being customized and missing the closing ' or ') or '); or maybe using ' marks inside strings but not using \' instead so the ' is treated properly.
    Second most popular is poorly-written mods.

    The other possibility is that your server won't talk to the UPS server properly using the PHP "fsockopen()" function...which would be a result of your host's PHP configuration settings being set to block this function from talking to external sites.
    .

    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
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Upgrading - UPS module not allowing checkout

    OK thanks. I'll try the file compare and hopefully root out the problem that way.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 7 Jun 2012, 12:01 AM
  2. Fast & Easy Checkout not allowing customers with an account to checkout
    By zubenubi in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Dec 2010, 10:45 PM
  3. My Zen Cart is allowing checkout even when stock not enough
    By ebaobao in forum General Questions
    Replies: 7
    Last Post: 22 Aug 2008, 11:15 PM
  4. Shipping PA to Ontario not estimating or allowing checkout
    By xippychic in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 16 Jul 2007, 04:23 AM
  5. Zons shipping allowing checkout when not available
    By longstockings in forum General Questions
    Replies: 0
    Last Post: 10 Sep 2006, 01:03 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