Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Step 1 of Checkout Looks funny (USPS message on screen) after upgrade

    I've finished upgrading to 1.5.3, haven't found anything funny except first page of checkout (checkout_shipping)

    It looks like this :

    Click image for larger version. 

Name:	shopping_cart_test.jpg 
Views:	154 
Size:	66.8 KB 
ID:	14263

    Checkout_payment (and subsequent page) looks fine:

    Click image for larger version. 

Name:	looks_right.jpg 
Views:	134 
Size:	59.1 KB 
ID:	14264


    Problem with checkout_shipping is the extraneous info in upper left corner and funny header.

    I'm not sure how to fix that and would appreciate any advice,

    thanks

  2. #2
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    Check your USPS shipping module that it is the current version and that debugging is NOT turned on.

  3. #3
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    Quote Originally Posted by jeking View Post
    Check your USPS shipping module that it is the current version and that debugging is NOT turned on.
    Thanks,

    I don't think that's it; I'm using USPS RateV4 Intl RateV2 - March 7, 2014 Version K3, and as far as I know that's up-to-date..........


    Steve

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

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    Check and see if you have uncommented an echo in the file:
    /includes/modules/shipping/usps.php

    by doing a search in the Tools ... Developers Tool Kit for:
    USPS $type:

    there will be several lines that contain that, but all should start as:
    Code:
    // echo
    and not as"
    Code:
    echo
    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
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    Quote Originally Posted by Ajeh View Post
    Check and see if you have uncommented an echo in the file:
    /includes/modules/shipping/usps.php

    by doing a search in the Tools ... Developers Tool Kit for:
    USPS $type:
    Yes, Thank you, I certainly did have an uncommented echo:

    Fixing that resulted in a further little glitch:

    Click image for larger version. 

Name:	new_error.jpg 
Views:	56 
Size:	35.5 KB 
ID:	14267

    Would that be another uncommented something?


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

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    Do you see any debug logs in /logs directory?

    If so, what do they read?
    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!

  7. #7
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    Quote Originally Posted by Ajeh View Post
    Do you see any debug logs in /logs directory?

    If so, what do they read?
    a couple of entries that indicated my configure files were not writeable, when I was doing my install, which I fixed, and these: (other debug entries are older than this upgrade)

    Code:
    [08-Jul-2014 20:39:50 America/Denver] PHP Warning:  require_once(/home1/saintste/public_html/shopping/includes/classes/vendors/password_compat-master/lib/password.php): failed to open stream: No such file or directory in /home1/saintste/public_html/shopping/includes/classes/class.zcPassword.php on line 52
    
    [08-Jul-2014 20:39:50 America/Denver] PHP Fatal error:  require_once(): Failed opening required '/home1/saintste/public_html/shopping/includes/classes/vendors/password_compat-master/lib/password.php' (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home1/saintste/public_html/shopping/includes/classes/class.zcPassword.php on line 52
    
    [08-Jul-2014 20:47:53 America/Denver] PHP Fatal error:  require(): Failed opening required 'includes/init_includes/init_observers.php' (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home1/saintste/public_html/shopping/includes/autoload_func.php on line 48

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

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    These do not look related to USPS ...

    What else have you installed besides USPS?

    You might check that all of the files on the server are current with those in v1.5.3 ...
    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!

  9. #9
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    I think USPS is the only file I've installed.

    I did modify USPS for Media Mail (which is where I suppose I uncommented that line and perhaps this has been going on for a while unnoticed by me and isn't related to 1.5.3).

    Perhaps I'd better get a fresh copy of the USPS mod and compare that to what I'm using, minus the Media Mail stuff........

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

    Default Re: Step 1 of Checkout Looks funny after upgrade to 1.5.3

    Quote Originally Posted by Saintsteven View Post
    Yes, Thank you, I certainly did have an uncommented echo:

    Fixing that resulted in a further little glitch:

    Click image for larger version. 

Name:	new_error.jpg 
Views:	56 
Size:	35.5 KB 
ID:	14267

    Would that be another uncommented something?
    That looks like you've made customizations to the html_header.php file in your template, but your changes have resulted in invalid HTML, thus outputting that raw unformatted html code to the visible area of the screen.

    Doesn't look like USPS is related to your current error anymore.
    .

    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 1 of 2 12 LastLast

Similar Threads

  1. v154 Blank Screen After Upgrade (fixed) but now blank screen after login!
    By Kias Henry in forum Upgrading to 1.5.x
    Replies: 6
    Last Post: 23 Jun 2015, 07:32 PM
  2. Category/subcategory display looks funny
    By edgemeister in forum General Questions
    Replies: 3
    Last Post: 19 Apr 2012, 10:35 PM
  3. Blank Screen on Step 2 of the Checkout Process after editing files in dreamweaver
    By cyberfrog in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 18 Apr 2012, 11:46 PM
  4. Product page looking funny after upgrade to 1.3.9f
    By phlapjacks in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 21 Aug 2010, 09:28 AM
  5. Blank screen on database-upgrade step
    By wittymom in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 12 Sep 2008, 08:13 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