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

    Default Blanks page loads after clicking Confirm Order

    Not sure if this is the correct place to post this, but I have a feeling that my issue may be related to my payment module.

    I am using ZenCart version 1.3.9b with a SecurePay payment module. I am able to complete transactions in both production and text mode. However the website hiccups after clicking on Conform Order and loads a blank page with the URL:

    /store/index.php?main_page=checkout_process&RETURN_CODE=Y&RESPONSE_CODE=AA&AUTH_RESPONS E=Demo%20Approved,%20AVS%20=%20N,%20AppNum:%20123456&APPROV_NUM=123456&ZENID=bc2 76a3e2919843dfb0de9ceea7a6c71

    The transaction goes through successfully and the customer receives an email conformation. But something is tripping up the page load and I can't figure out what is happening. Any ideas?

  2. #2
    Join Date
    May 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Blanks page loads after clicking Confirm Order

    I just looked in my debug log. Any ideas?

    PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/j/u/l/juliecohnarts/html/store/includes/languages/english/modules/payment/SecurePay.php:119) in /home/content/j/u/l/juliecohnarts/html/store/includes/functions/functions_general.php on line 45

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

    Default Re: Blanks page loads after clicking Confirm Order

    Looking up "headers already sent" in the Tutorials/FAQ section brings up this article, which explains what's wrong in your securepay language file: https://www.zen-cart.com/tutorials/index.php?article=87
    .

    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.

  4. #4
    Join Date
    May 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Blanks page loads after clicking Confirm Order

    That helped! Thanks!

  5. #5
    Join Date
    Mar 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Blanks page loads after clicking Confirm Order

    I'm getting this same error:

    [24-Sep-2010 09:34:35] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/68/6659768/html/zencart/includes/languages/english/modules/payment/SecurePay.php:114) in /home/content/68/6659768/html/zencart/includes/functions/functions_general.php on line 45

    I checked the link you suggested, but there is no code at all on line 114 in the securepayp.php file


    These are lines 103-117

    // Other error messages

    define('MODULE_PAYMENT_SECUREPAY_TEXT_ERROR_MESSAGE', 'There has been an error processing your credit card. Please try again.');

    define('MODULE_PAYMENT_SECUREPAY_TEXT_GATEWAY_TIMEOUT', 'There was an error contacting the credit card processor. Please try again.');

    define('MODULE_PAYMENT_SECUREPAY_TEXT_ERROR', 'There was a problem processing your Credit Card! Not-Approved.');

    define('MODULE_PAYMENT_SECUREPAY_TEXT_WRONG_TYPE', 'The Credit Card Number does not match the Credit Card Type.');





    ?>

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

    Default Re: Blanks page loads after clicking Confirm Order

    See the last link I posted above.
    .

    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
    Mar 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Blanks page loads after clicking Confirm Order

    I did. That's why I posted the code. There is nothing on line 114.

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

    Default Re: Blanks page loads after clicking Confirm Order

    Go back and re-read the article. Specifically the "Common Cause" section.
    .

    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
    Mar 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Blanks page loads after clicking Confirm Order

    Quote Originally Posted by DrByte View Post
    Go back and re-read the article. Specifically the "Common Cause" section.
    Checked that too. There was a space in the end securepay php module, but I fixed it and I'm still getting a blank.

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

    Default Re: Blanks page loads after clicking Confirm Order

    What error are you getting now?
    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!]
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 7 Dec 2010, 11:40 PM
  2. Checkout Confirm Blank Page Can't confirm order
    By gump47371 in forum General Questions
    Replies: 1
    Last Post: 24 Oct 2010, 11:35 PM
  3. How to post order to admin/database upon clicking 'Confirm'?
    By milkyway in forum General Questions
    Replies: 5
    Last Post: 8 Sep 2010, 03:30 PM
  4. Problems after clicking 'Confirm Order'
    By superprg in forum General Questions
    Replies: 1
    Last Post: 28 Aug 2007, 09:22 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