Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A blank page


moka

Recommended Posts

Posted

I'm testing my store. My problem is when I buy a product the entire process work correctly until the last step. When I checktout the shopping cart the browser goes to http://www.mystore.com/catalog/checkout_process.php but this page appears blank....

 

The buy order send to the customer`s e-mail and when I check the admin panel at customers module and look for the sale it appers correctly, but the customer can?t see the confirmation of its shopping cart at http://www.my store.com/catalog/checkout_process.php because the page appers blank.

 

What can I do?

 

PD: If the anwser is in spanish language much better, but I can read English.

Posted
I'm testing my store. My problem is when I buy a product the entire process work correctly until the last step. When I checktout the shopping cart the browser goes to http://www.mystore.com/catalog/checkout_process.php but this page appears blank....

 

i started to have the same problem.

i have added the "register_globals" patch. can this be the trouble maker?

Posted

Could you tell me what is the global "patch". I went into my config file to change off to on. Is it the same thing? I'm still new with OSC.

 

TIA, J+

 

i started to have the same problem.

i have added the "register_globals" patch. can this be the trouble maker?

Posted
Could you tell me what is the global "patch". I went into my config file to change off to on. Is it the same thing? I'm still new with OSC.

 

TIA,  J+

 

 

please see your error log.

 

i did:

'tail -f /var/log/apache/my-site-error.log'

and reloaded the checkout_shipping.php pag.

 

reuslt was this:

[error] PHP Fatal error: Call to undefined function: link_post_variable() in /blaa/blaa/includes/classes/order.php on line 27

 

the line 27 in /includes/classes/order.php is actually from the REGISTER_GLOBALS patch

 

// >>> BEGIN REGISTER_GLOBALS

link_post_variable('cc_type');

link_post_variable('cc_owner');

link_post_variable('cc_number');

link_post_variable('cc_expires');

link_post_variable('comments');

// <<< END REGISTER_GLOBALS

 

so i comment this part of the patch out and now i have a functional checkout_shipping page

 

cheers !

 

i added the same comment to

http://www.oscommerce.com/community/bugs,2586

Archived

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

×
×
  • Create New...