Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new instalation problems


phono

Recommended Posts

Posted

hi, i've just installed osc on win2003 server with iis6, the demo pages seem to work, the admin works also.

 

my problem i'm having is with creating an account, if i try to add one i get "page cannot be displayed", i also get this error when trying to add a review (using the guest account)

 

any help with this would be appreciated, if you need any additional info on the system here just yell :)

 

Paul

Posted
hi, i've just installed osc on win2003 server with iis6, the demo pages seem to work, the admin works also.

 

my problem i'm having is with creating an account, if i try to add one i get "page cannot be displayed", i also get this error when trying to add a review (using the guest account)

 

any help with this would be appreciated, if you need any additional info on the system here just yell :)

 

Paul

 

 

i think i found the problem for new users, its calling https and i donthave the ssl up yet ;)

 

however this is not the case for reviews, unless its related in some way?

Posted
i think i found the problem for new users, its calling https and i donthave the ssl up yet ;)

 

however this is not the case for reviews, unless its related in some way?

 

 

set enable ssl to false in configure.php

Treasurer MFC

Posted

In catalog/includes/configure.php

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

 

And in catalog/admin/includes/configure.php

 ?define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

 

There are 2 configure.php, Paul. You'll have to set both of them to false.

Posted
In catalog/includes/configure.php
 ?define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

And in catalog/admin/includes/configure.php

 ?define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

 

There are 2 configure.php, Paul.  You'll have to set both of them to false.

 

:thumbsup:

Archived

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

×
×
  • Create New...