Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Feb 2010
    Posts
    74
    Plugin Contributions
    0

    Idea or Suggestion when checking out goes to blank page

    So,,,,Why is my site www.candygoround.com going to a blank page at checkout?

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: when checking out goes to blank page

    Please review the Blank Page troubleshooting guide:
    https://docs.zen-cart.com/user/troub...ng/blank_page/
    That Software Guy. My Store: Zen Cart Modifications
    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.

  3. #3
    Join Date
    Feb 2010
    Posts
    74
    Plugin Contributions
    0

    Default Re: when checking out goes to blank page

    I can't checkout.....I log in as new customer ...but it doesnt go anywhere....
    here is the log file:
    [27-Mar-2020 20:31:45 America/Boise] Request URI: /store/ipn_main_handler.php?type=ec, IP address: 76.14.185.186
    #1 trigger_error() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/classes/db/mysql/query_factory.php:171]
    #2 queryFactory->show_error() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/classes/db/mysql/query_factory.php:143]
    #3 queryFactory->set_error() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/classes/db/mysql/query_factory.php:270]
    #4 queryFactory->Execute() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/functions/functions_gvcoupons.php:110]
    #5 is_coupon_valid_for_sales() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/modules/order_total/ot_coupon.php:611]
    #6 ot_coupon->get_order_total() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/modules/order_total/ot_coupon.php:61]
    #7 ot_coupon->process() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/classes/order_total.php:178]
    #8 order_total->pre_confirmation_check() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/includes/modules/payment/paypalwpp.php:1570]
    #9 paypalwpp->ec_step1() called at [/home4/twomuch1/public_html/other_websites/candygoround/store/ipn_main_handler.php:76]
    --> PHP Fatal error: 1054:Unknown column 'coupon_is_valid_for_sales' in 'field list' :: SELECT coupon_id, coupon_is_valid_for_sales
    FROM coupons
    WHERE coupon_id = 0 ==> (as called by) /home4/twomuch1/public_html/other_websites/candygoround/store/includes/functions/functions_gvcoupons.php on line 110 <== in /home4/twomuch1/public_html/other_websites/candygoround/store/includes/classes/db/mysql/query_factory.php on line 171.

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

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: when checking out goes to blank page

    You didn't identify the Zen Cart version being used for your site (or the site's upgrade history). The coupons::coupon_is_valid_for_sales database field was added for Zen Cart 1.5.6 and it's apparently missing from your database, as indicated by the log you posted:
    Code:
    --> PHP Fatal error: 1054:Unknown column 'coupon_is_valid_for_sales'  in 'field list' :: SELECT coupon_id, coupon_is_valid_for_sales

  6. #6
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: when checking out goes to blank page

    Quote Originally Posted by lat9 View Post
    You didn't identify the Zen Cart version being used for your site (or the site's upgrade history). The coupons::coupon_is_valid_for_sales database field was added for Zen Cart 1.5.6 and it's apparently missing from your database, as indicated by the log you posted:
    Code:
    --> PHP Fatal error: 1054:Unknown column 'coupon_is_valid_for_sales'  in 'field list' :: SELECT coupon_id, coupon_is_valid_for_sales
    Which table? Before I go any further with the upgrade from 154 to 156c
    I just searched all db tables from within phpmyadmin for coupon_is_valid_for_sales and came up with zero matches but I wouldn't rule out my incompetance.

    Is it possible that a new db install creates it but a db upgrade does not?
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: when checking out goes to blank page

    Have you run the database upgrade? (zc_install)? That's where the field gets added.

    If you *did* run the upgrade, did you check for log files afterwards? The operation that created the field might have failed.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: when checking out goes to blank page

    Quote Originally Posted by dbltoe View Post
    The post you are linking refers to a language define problem (which produces a Warning at worst).
    OP is receiving a fatal error.
    That Software Guy. My Store: Zen Cart Modifications
    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. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: when checking out goes to blank page

    Quote Originally Posted by swguy View Post
    The post you are linking refers to a language define problem (which produces a Warning at worst).
    OP is receiving a fatal error.
    Thanks for the clarification. I was using Google as the forum search is, IMHO, the pits. Looked like that might get the OP in the right area since we didn't know the version.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: when checking out goes to blank page

    Quote Originally Posted by RixStix View Post
    Which table? Before I go any further with the upgrade from 154 to 156c
    I just searched all db tables from within phpmyadmin for coupon_is_valid_for_sales and came up with zero matches but I wouldn't rule out my incompetance.

    Is it possible that a new db install creates it but a db upgrade does not?
    It's the coupons table. FWIW, I've verified that the field is added within the zc_install upgrade script.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Blank page returned when checking out
    By Healthadvisor in forum General Questions
    Replies: 1
    Last Post: 9 Dec 2011, 04:59 PM
  2. Blank page when checking out?? Help!
    By cooperNYR in forum General Questions
    Replies: 10
    Last Post: 27 Dec 2010, 10:13 PM
  3. blank page when checking out
    By jake74 in forum General Questions
    Replies: 7
    Last Post: 1 Aug 2010, 04:54 PM
  4. BLANK PAGE when customer goes to Check Out
    By MagicMan in forum General Questions
    Replies: 6
    Last Post: 5 Jan 2008, 07:26 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