Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Check out


Guest

Recommended Posts

Hello Everyone

 

I just set up my site. When I try to checkout out all I get is The page cannot be displayed. Can anyone tell me what I did wrong? :(

Link to comment
Share on other sites

Do you have SSL installed on your Server ? If you don't perhaps you need to change the following line to 'false'

 

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

 

in your configure.php file under /catalog/includes/

Link to comment
Share on other sites

I think I am in way over my head here, I have no php training. Any idea where I can learn? I changed the line from false to true and back again. All I get now is this:

1046 - No Database Selected

 

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

 

[TEP STOP]

Link to comment
Share on other sites

Start with the configure.php files. Most likely you have something misconfigured in there.

 

If using $DOCUMENT_ROOT rather than the real path you will get this.

 

Check both files and see if that is the case. If so, use the real path. If your Admin loads, you can find the real path with Admin ... Tools ... Server Info ... search for DOCUMENT_ROOT without the $

 

Put that value in quotes, example:

define('DIR_FS_DOCUMENT_ROOT', '/home/octave/public_html');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...