Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    Default Blank Screen after Checkout/login...

    Hi, i have a problem for wich i don't know where to look for...
    I'm building a store, and i've put some test product on it.

    And when i :
    1) Put a product in the shopping cart
    2) click Checkout
    3) Fill the information (if new customer)
    4) click submit
    5) tataaaaa..... blank screen !

    The thing is that yesterday was fine, but suddenly i don't know what i did and bamm...

    I have tried the : enable_error_logging.php debug tool without success


    I have Zen Cart 1.3.8
    I have installed Easy Sign Up and Fast Checkout, but i've deactivated them and it still doesnt work...

    Oh, and one time it worked for a product but not the other.. So i deleted all the categories, put them back, upload new test product, and now it never works !!!

    Any help please

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Blank Screen after Checkout/login...

    Did you search the Tutorials/FAQ's for "blank screen"?

    https://www.zen-cart.com/tutorials/index.php?article=82
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    Default Re: Blank Screen after Checkout/login...

    ACtually i did, and tried to use the debug tool without any success...

    This is the message i get from Safari:

    "Redirect Loop. Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked."

  4. #4
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Blank Screen after Checkout/login...

    Quote Originally Posted by utopiko View Post
    ]I have installed Easy Sign Up and Fast Checkout, but i've deactivated them and it still doesnt work...
    Maybe you need to set up a clean site without those mods, and then selectively re-apply the things you *do* want on it.

    Simply "deactivating" a mod doesn't remove the potential for it to influence normal operation.

    And then there's the possibility that you may have something set up wrong with your SSL, if you've got it enabled. Maybe you don't, but you didn't post a link and you didn't mention it. So, it could be related.
    .

    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
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    Default Re: Blank Screen after Checkout/login...

    Thanks DrByte

    First (sorry) here is the link : My shop

    I did'nt enable SSL...

    And the thing that is weird is that it was working even with the 2 mods.., and then i did something (?) that made that error happen...

    Maybe you will understand when seeing it. Try to checkout...

    Thanks a lot !

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

    Default Re: Blank Screen after Checkout/login...

    Well, you might have a sessions problem, since the zenid is showing on every page and never disappearing. That is usually a result of changing the settings in Admin->Configuration->Sessions to be set to something other than the defaults.
    Or it's a result of your server having different values for the domain details being set in the session cookie that is set in your browser to link the browser to the customer's session on your store.

    In addition to my earlier suggestions, you might also need to do something like this:
    http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    .

    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
    Jan 2008
    Location
    Healdsburg, CA
    Posts
    18
    Plugin Contributions
    0

    Default Re: Blank Screen after Checkout/login...

    I had this same problem. Here's the solution: open /includes/languages/english.php. I think you will find there are blank spaces or lines after the php closing tag at the end of the file. Remove them and problem solved.

  8. #8
    Join Date
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    Default Re: Blank Screen after Checkout/login...

    Thanks exactlyhow, but nothing happen. I didn't seem to had blank space or lines..

    I noticed that after i clicked checkout, i can see in the adress bar that the account creation is created, but it's after that it stop..

    the address goes like this :
    http://www.velvetmoustache.ca/shop/index.php?main_page=login
    http://www.velvetmoustache.ca/shop/index.php?main_page=create_account
    http://www.velvetmoustache.ca/shop/index.php?main_page=create_account_success
    http://www.velvetmoustache.ca/shop/index.php?main_page=checkout
    http://www.velvetmoustache.ca/shop/index.php?main_page=checkout&action=null

    Does that ring any bell ?

    Thanks a lot

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

    Default Re: Blank Screen after Checkout/login...

    If you say you've removed the one-page checkout module, but you're still being sent to main_page=checkout then you've failed to fully remove the one-page checkout module.
    The normal checkout flow uses main_page=checkout_shipping.
    .

    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
    Jan 2008
    Location
    Healdsburg, CA
    Posts
    18
    Plugin Contributions
    0

    Default Re: Blank Screen after Checkout/login...

    Did you modify the code on any in:

    includes/languages/english/login.php
    includes/languages/english/create_account.php
    includes/languages/english/create_account_success.php
    includes/languages/english/checkout.php

    Any extra lines or spaces at the end of these files will create the same effect.

 

 
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. v150 Blank screen after unsuccessful checkout
    By derbypip in forum General Questions
    Replies: 1
    Last Post: 5 Oct 2013, 09:42 PM
  3. Replies: 6
    Last Post: 11 Jan 2013, 12:51 PM
  4. Blank screen after login
    By Fantix in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Nov 2008, 11:10 PM
  5. Blank screen After checkout
    By judah in forum General Questions
    Replies: 5
    Last Post: 20 Oct 2008, 11:44 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