Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

returned and Checkout_success is blank?


ben_stilwell

Recommended Posts

1st, I'm a total noob to ecommerce.

 

I've just completed installing the InternetSecure contribution and I've gone through a checkout with it. After I completed the payment I click the button to be resent to my site. I then end up at checkout_success.php?oscsid=... and the page is blank.

 

Any help?

Link to comment
Share on other sites

1st, I'm a total noob to ecommerce.

 

I've just completed installing the InternetSecure contribution and I've gone through a checkout with it. After I completed the payment I click the button to be resent to my site. I then end up at checkout_success.php?oscsid=... and the page is blank.

 

Any help?

If there's an error in one of your pages, do you generally see the error text? Some hosts have error reporting turned off, so if there's say, a parse error in the page, it will come up blank instead of throwing the error for you to see... Does the order actually get processed and stored? It looks like it does if you're making it to checkout_success.php, as you're generally redirected to that page from checkout_process.php, where the order is actually processed and stored in the database...

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

If there's an error in one of your pages, do you generally see the error text?
I'm not sure. I don't recall seeing any error msgs do possibly not. Is there a possible workaround to get them to display?

 

 

Does the order actually get processed and stored?

 

yep, order is stored and processed.

Link to comment
Share on other sites

I'm not sure. I don't recall seeing any error msgs do possibly not. Is there a possible workaround to get them to display?

yep, order is stored and processed.

Well, therein lies a problem with this type of setup :D You can *try* this at the very top of that file:

 

error_reporting(E_ALL);

However... If it's a parse error that's being thrown, you still won't see anything, because in order for that error_reporting call to even execute to set error reporting on, the script has to compile successfully... So the problem you may have is that if it is a parse error, the script won't even compile because of it, the first line will never execute to turn on error reporting, and you won't get any helpful output, just a blank screen... However, if it's a run-time error of some kind, or possibly a syntax error (I'm not sure on this one), it should report it I think...

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

Well it was certainly worth a shot but nope, no messages and its still blank.

Hmm... if you go to your checkout_success.php page just by itself, out of the blue, do you get a blank page? Make sure you have an empty cart... If it's compiling correctly, you should be redirected to the shopping_cart.php page... If it still comes up blank, then it sounds like it is probably throwing a parse error...

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

1st, I'm a total noob to ecommerce.

 

I've just completed installing the InternetSecure contribution and I've gone through a checkout with it. After I completed the payment I click the button to be resent to my site. I then end up at checkout_success.php?oscsid=... and the page is blank.

 

Any help?

 

 

Can you put full link of checkout_success.php

 

regards,

veerasekar

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...