Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

create_account.php, login.php don't show!


grigoriosokratis

Recommended Posts

Posted

Help, I'm working offline in my localhost and everything works fine except the create_account.php, login.php and checkout_shipping.php pages which cannot show. I think it has something to do with the SSL issue, but actually I'm not sure. Whether because of this or other cause please could anyone of you help me with this since I'm lost every hope.

 

Thanks

Posted

Looks like it has been solved since I found the solution in other thread. Nonetheless just in case I'll paste what it said for those who have the same problem.

 

In both catalog and admin/includes/configure.php change:

define('ENABLE_SSL', true); // secure webserver for checkout procedure? to:

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

Archived

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

×
×
  • Create New...