Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting error 404 page not found


genturo

Recommended Posts

turn off ssl, you don't have it set up right.

 

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

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

I am having a similar problem, but it is not consistent. Sometimes I get the error but hitting refresh loads the page fine. Other times it just refreshes the page and does not go to the next page. I have SSL as true. Suggestions?

Link to comment
Share on other sites

Can you post the address to the site so we can see what's going on?

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

I just added in catalog/checkout_shipping.php and didnt work

so I added in catalog/includes/l/modules/anguage/english/checkout_shipping.php and didnt work either.

Also added it at catalog/checkout_process.php and catalog/includes/l/modules/anguage/english/checkout_process.php

What I am doing wrong?

Thank you

Link to comment
Share on other sites

so put this in the checkout_shipping.php?

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

This line does not require to be in the checkout_shipping.php this line is allready in the catalog and admin includes/configure.php files

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

you have to go to catalog/includes/configure.php and admin/includes/configure.php and change the code from

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

to

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

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...