mbrohan Posted February 27, 2007 Share Posted February 27, 2007 Hi, I need help. Configuring my second site and don't remember the above happening on the first. When I press the continue button on the payment information screen, the confirmation (checkout_confirmation.php) screen displays a balnk page. Checked the permissions and they are ok. I even deleted it and when I to do it again it gave me the standard page not found. I've searched the "forums" but can't find the answer (maybe just too tired and too stressed as it's my wife's site and she's eager to get it up and runnning) Any help would be much appreciated. I have installed Paypal IPN and deinstalled it and it still doesn't work. Only have 2 payment methods, cheque and paypal. Regards Michael Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted February 27, 2007 Share Posted February 27, 2007 Are you getting an 404 error or a blank page? If you get a blank page, please check the source code of the blank page. Could be an execution error of the .php file. That might give you a hint, where the error is located. Link to comment Share on other sites More sharing options...
mbrohan Posted February 27, 2007 Author Share Posted February 27, 2007 Thanks for the quick response. I'm just getting a blank page. I did a view source and this is all I got <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY onbeforeunload="" onunload=""></BODY></HTML> Could it be a hosting problem in they way oscommerce is setup from their control panel? Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted February 27, 2007 Share Posted February 27, 2007 I don't think so. Seems to be a problem of the .php file. Did you change anything in that file? If it would be a hosting problem, no pages would be displayed at all. Link to comment Share on other sites More sharing options...
mbrohan Posted February 28, 2007 Author Share Posted February 28, 2007 I don't think so. Seems to be a problem of the .php file. Did you change anything in that file? If it would be a hosting problem, no pages would be displayed at all. I didn't change anything in this file. Any suggestions? Link to comment Share on other sites More sharing options...
Guest Posted February 28, 2007 Share Posted February 28, 2007 I didn't change anything in this file. Any suggestions? this does not look like an osc standard file. <BODY onbeforeunload="" onunload=""> there isn't such thing with osc so is that a fork or some custom feature? Link to comment Share on other sites More sharing options...
mbrohan Posted February 28, 2007 Author Share Posted February 28, 2007 this does not look like an osc standard file. <BODY onbeforeunload="" onunload=""> there isn't such thing with osc so is that a fork or some custom feature? No it isn't. When the blank page opens and you view the source, this is what it is. The only contrib I applied was the basic design pack. Link to comment Share on other sites More sharing options...
mbrohan Posted February 28, 2007 Author Share Posted February 28, 2007 I found out where the problem is in checkout_confirmation.php. I put the "debug" lines in and it does not display print("debug02"). Any suggestions as to why... print("debug01"); require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; print("debug02"); Link to comment Share on other sites More sharing options...
jdegrace Posted April 11, 2007 Share Posted April 11, 2007 I found out where the problem is in checkout_confirmation.php. I put the "debug" lines in and it does not display print("debug02"). Any suggestions as to why... print("debug01"); require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; print("debug02"); I'm experiencing the same problem. Did you ever find out what the issue was? Thansk! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.