Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37
  1. #11
    Join Date
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    Quote Originally Posted by askmefor View Post
    If i remove that file it again shows blank page at checkout_process...
    I have changed the page as you mentioned. just to turn on the error and notices on main_page=checkout_process
    it gives all those notices

  2. #12
    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
    I have changed the page as you mentioned. just to turn on the error and notices on main_page=checkout_process
    it gives all those notices
    What is the browser URL when it's showing all those notices? is it still checkout_process?
    .

    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. #13
    Join Date
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    Quote Originally Posted by DrByte View Post
    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.
    I am not sure which file to look into, as these notices has nothing to do with any of the associated files as I've just added some template files, rest is all standard installation.. and it doesnt matter if I change any template. As I've tested this with different templates including default template. but only "main_page=checkout_process" shows blank if I remove error reporting otherwise it show all those notices.
    Last edited by askmefor; 21 Dec 2007 at 08:13 AM.

  4. #14
    Join Date
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    Quote Originally Posted by DrByte View Post
    What is the browser URL when it's showing all those notices? is it still checkout_process?
    yes it is same index.php?main_page=checkout_process

  5. #15
    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
    I am not sure which file to look into, as these notices has nothing to do with any of the associated files as I've just added some template files, rest is all standard installation..
    The whole idea of what I'm trying to do is help you find which file is the problem.

    Most of the "Notice: xxxxxxxxxxxxxxxx" messages you're seeing can be ignored.
    It's the "Fatal Error: xxxxxxxx" messages that must be dealt with. And you should only see one fatal error, and it should show up on the page that is coming up blank.
    .

    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. #16
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: blank page after upgrading - checkout_process page

    You said you upgraded to 1.3.8. Was it 1.3.8 or 1.3.8a?
    What version were you upgrading from?
    What addons/contributions are installed on your site?
    Which payment modules do you have enabled?
    Which payment module are you using to do these test checkouts?
    .

    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. #17
    Join Date
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    Quote Originally Posted by DrByte View Post
    The whole idea of what I'm trying to do is help you find which file is the problem.

    Most of the "Notice: xxxxxxxxxxxxxxxx" messages you're seeing can be ignored.
    It's the "Fatal Error: xxxxxxxx" messages that must be dealt with. And you should only see one fatal error, and it should show up on the page that is coming up blank.
    Oh I've just noticed a fatal at the end of all these notices
    Fatal error: Unsupported operand types in \includes\classes\class.smtp.php on line 118.
    I've open this file. it has got an empty line at the end which i've removed, but still it didnt solve out the problem.

  8. #18
    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
    Oh I've just noticed a fatal at the end of all these notices
    Fatal error: Unsupported operand types in \includes\classes\class.smtp.php on line 118.
    I've open this file. it has got an empty line at the end which i've removed, but still it didnt solve out the problem.
    That's a bug that was fixed in 1.3.8a:
    http://www.zen-cart.com/forum/showth...780#post473780
    .

    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. #19
    Join Date
    Oct 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    Quote Originally Posted by DrByte View Post
    You said you upgraded to 1.3.8. Was it 1.3.8 or 1.3.8a?
    What version were you upgrading from?
    What addons/contributions are installed on your site?
    Which payment modules do you have enabled?
    Which payment module are you using to do these test checkouts?
    Following is the information I got from admin
    Zen Cart 1.3.8
    Database Patch Level: 1.3.8
    v1.3.8 [2007-12-20 23:50:12] (Version Update 1.3.7->1.3.8)
    v1.3.7 [2007-10-24 21:18:28] (Version Update 1.3.6->1.3.7)
    v1.3.6 [2007-10-24 21:18:27] (Version Update 1.3.5->1.3.6)
    v1.3.5 [2007-10-24 21:18:25] (Version Update 1.3.0.2->1.3.5)
    v1.3.0.2 [2006-08-25 23:32:57] (Version Update 1.3.0.1->1.3.0.2)
    v1.3.0.1 [2006-08-25 23:32:57] (Version Update 1.3.0->1.3.0.1)
    v1.3.0 [2006-08-25 23:32:57] (Version Update 1.2.7->1.3.0)
    v1.2.7 [2006-03-20 23:23:54] (Fresh Installation)

    I dont have any contribution installted on this.
    I've COD, Freecharger, Moneyorder and Paypal enabled.
    All these tests are running for freecharger and these are for downloads where i was facing issues in my pervious version.(which was corrupting downloaded files)

  10. #20
    Join Date
    May 2006
    Location
    Wisconsin
    Posts
    60
    Plugin Contributions
    0

    Default Re: blank page after upgrading - checkout_process page

    I am also having the same problem on the same page. I will reinstall hopefully soon, or tomorrow after some needed sleep. If I figure anything out I can post an update.

    Matt

 

 
Page 2 of 4 FirstFirst 1234 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