Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
  1. #1
    Join Date
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Download corrupt

    I've updated to ver 1.38, updated database as well1.38...

    after I click on confirm order (Step 3 of the check out process) it shows totally Blank Page (index.php?main_page=checkout_process)
    not sure what to do in this case... really apreciate your help.
    kind regards

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

    Default Re: blank page after upgrading - checkout_process 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.

  3. #3
    Join Date
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    Thank you once again.
    after adding a file according to above tutorial, it show heaps of notices, i dont know how to get rid of these.... I've checked the main papes which are included and they do not have any extra spaces at the end,,, and similar things.. please help (http://shop.imranseries.com)
    thanks

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

    Default Re: blank page after upgrading - checkout_process page

    That extra file you added containing STRICT_ERROR_REPORTING turns on all alerts, errors, warnings, and fatal error notices to assist in finding out where your mistake is.


    If you remove the file you uploaded from that FAQ, what happens next?
    .

    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
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    application error Re: blank page after upgrading - checkout_process page

    Quote Originally Posted by askmefor View Post
    Thank you once again.
    after adding a file according to above tutorial, it show heaps of notices, i dont know how to get rid of these.... I've checked the main papes which are included and they do not have any extra spaces at the end,,, and similar things.. please help (http://shop.imranseries.com)
    thanks
    Notice: Trying to get property of non-object in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 337

    Notice: Trying to get property of non-object in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 338

    Notice: Undefined property: queryFactoryResult::$fields in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 339

    Notice: Undefined property: queryFactoryResult::$fields in E:\Websites\shop.imranseries.com\includes\classes\order.php on line 397

    Notice: Trying to get property of non-object in E:\Websites\shop.imranseries.com\includes\templates\template_default\templates\t pl_checkout_confirmation_default.php on line 36

    Notice: Undefined index: customer_id in E:\Websites\shop.imranseries.com\includes\templates\iC_AthemeV1.3\common\tpl_hea der.php on line 52


    <snip> Moderator note: repeated entries removed for brevity

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

    Default Re: blank page after upgrading - checkout_process page

    ... again, if you remove the extra file which has turned on strict error reporting, what changes in how the pages load?
    .

    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
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    Which extra file you are talking about?

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

    Default Re: blank page after upgrading - checkout_process page

    And ... what happens if you change the file's contents to say this:
    Code:
    <?php
    if ($_GET['main_page'] == 'checkout_process') define('STRICT_ERROR_REPORTING', true);
    ?>
    This could isolate the debug output to just the checkout page you mentioned.



    This sort of thing is often just a failed upload or an improperly merged file or two, etc.
    .

    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
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: blank page after upgrading - checkout_process page

    Quote Originally Posted by askmefor View Post
    after adding a file according to above tutorial, it show heaps of notices, i dont know how to get rid of these.... I've checked the main papes which are included and they do not have any extra spaces at the end,,, and similar things.. please help (http://shop.imranseries.com)
    thanks
    Quote Originally Posted by DrByte View Post
    ... again, if you remove the extra file which has turned on strict error reporting, what changes in how the pages load?
    Quote Originally Posted by askmefor View Post
    Which extra file you are talking about?
    ... the one you said you uploaded according to the FAQ.
    .

    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
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    If i remove that file it again shows blank page at checkout_process...

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Blank page after upgrading php and MySQL
    By s58smith in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 9 Mar 2016, 08:12 PM
  2. v151 Blank Page after Upgrading
    By KlingstedtBrothers in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 20 Sep 2013, 03:26 PM
  3. Replies: 1
    Last Post: 26 Jun 2012, 01:09 AM
  4. Blank page after upgrading 1.3.9g to 1.3.9h
    By filmlover7 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 4 Dec 2010, 12:02 AM
  5. checkout_process is a white blank page after credit card order
    By psychosis in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 1 Nov 2010, 05:56 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