Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Go to checkout button leads to blank page

    New problem that just recently started. We've been using zen for years. Yes, we're using an old version. We're in the process of trying to update and move to a new server but it's taking longer than expected.

    Anyway, things have been working fine and today a customer calls stating he can't checkout. Further investigation reveals when the Go to checkout button is clicked it goes to a blank white page. Paypal and Google Checkout buttons still work but we also use offline credit card processing. Any ideas on what's going on. We haven't done anything to the zen or database files that should have caused this.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Go to checkout button leads to blank page

    with a version that old (over 7 years) the first thought is that you have been hacked. Especially with the problem being the chekout button.

    You need to perform the steps at http://www.zen-cart.com/wiki/index.p...ing_From_Hacks and give us your link in the form of yoursiteDOTcom so that search engines don't pick it up while there's a problem.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Go to checkout button leads to blank page

    wwwDOTtechdivinglimitedDOTcom

    I think we'll just have to step up the update rather than go through those steps. Hopefully that will fix the problem.

    Thanks!

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Go to checkout button leads to blank page

    Quote Originally Posted by RNRN View Post
    I think we'll just have to step up the update rather than go through those steps. Hopefully that will fix the problem.
    You will need to either run through the steps OR make absolutely sure that every file you bring over from the old site is checked against an original.
    Many "continuing problems" have been the result of an upgrade without checking what is being brought out of the old site.

    Might be best to just load 1.5.1, create a new template, and update the database. Kind of a "Start Over." See http://www.zen-cart.com/entry.php?3-...d-of-upgrading
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Go to checkout button leads to blank page

    Quote Originally Posted by RNRN View Post
    Further investigation reveals when the Go to checkout button is clicked it goes to a blank white page.
    A blank page is a result of a PHP error. Thus this is the starting point to work from: 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.

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Go to checkout button leads to blank page

    Curious, as I get to the login so it is checking for that.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #7
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Go to checkout button leads to blank page

    Quote Originally Posted by dbltoe View Post
    You will need to either run through the steps OR make absolutely sure that every file you bring over from the old site is checked against an original.
    Many "continuing problems" have been the result of an upgrade without checking what is being brought out of the old site.

    Might be best to just load 1.5.1, create a new template, and update the database. Kind of a "Start Over." See http://www.zen-cart.com/entry.php?3-...d-of-upgrading
    Great article! This helps a lot with the process that we're going through now. The question I have is how do I do this:

    c) upgrade the database to the new version
    The zc_install script is used to do this in an automated way. Just a couple clicks to take care of keeping all your data intact and bringing its data structure up-to-date to work with the new version.

    I have installed a test site and am in the process of making it look like the old site. How do I install the old database in just a couple of clicks?

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Go to checkout button leads to blank page

    Quote Originally Posted by RNRN View Post
    I have installed a test site and am in the process of making it look like the old site. How do I install the old database in just a couple of clicks?
    To replace your test site's database with the contents of the "old" (aka your "live") database, you make a backup of the "old" database and restore it to your "new"/test database, usually using phpMyAdmin.
    Same process as described here really: http://www.zen-cart.com/content.php?...fferent-server
    .

    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.

  9. #9
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Go to checkout button leads to blank page

    Thanks. I copied the old database to the new location but none of the products, customers, orders, etc are showing up. Do I need to upload the old zen files over the new ones? We believe our site may have been hacked so we're trying to avoid using the old zen files.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Go to checkout button leads to blank page

    You probably skipped the instruction that said to make sure you use the same DB_PREFIX (database tablename prefix) in your NEW site that you're currently using in your OLD site.
    Thus, you've now got two sets of tables in your database: one with your new prefix, and one with your old prefix.

    So, edit your NEW site's 2 configure.php files and set the DB_PREFIX to be the same as the DB_PREFIX in your old site's configure.php files.
    .

    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. checkout_payment error leads to blank page
    By dbeecken in forum General Questions
    Replies: 5
    Last Post: 26 Apr 2011, 07:20 PM
  2. Add button that leads to new page on product page
    By naz1228 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Sep 2010, 01:48 PM
  3. Created new category that leads to blank white page
    By psychosis in forum General Questions
    Replies: 0
    Last Post: 2 Jul 2010, 03:05 AM
  4. "Go to checkout" button leads to a dead page
    By Owen Fowler in forum Built-in Shipping and Payment Modules
    Replies: 16
    Last Post: 12 Feb 2009, 04:21 PM
  5. New Registration leads to blank page
    By jafma in forum General Questions
    Replies: 2
    Last Post: 22 May 2008, 08:34 PM

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