Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Check, Account & other pages not displaying


Guest

Recommended Posts

Posted

checkout_shipping.php, account.php and a few others are showing in web browser as not found, yet I see them in the oscommerce dir via FTP.

 

All the web browser URL looks correct.

 

What's wrong?

Posted

try remove the .htaccess file

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

The most common reason is you said "yes" to the SSL question at install but don't have SSL installed.

 

Check your configure file for this:

 

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

If it says that, but you don't have a SSL cert. installed change it to this:

 

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

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Hi,

 

I am having this problem but on my configure pages it is set to true but after that where the code above reads secure webserver for checkout procedure?....this bit is missing on both my configure pages...does that mean anything???

Archived

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

×
×
  • Create New...