Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
askmefor
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
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
askmefor
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?
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
DrByte
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.
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
DrByte
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
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
askmefor
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.
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?
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
DrByte
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.
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
askmefor
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
Re: blank page after upgrading - checkout_process page
Quote:
Originally Posted by
DrByte
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)
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