phono Posted January 17, 2005 Posted January 17, 2005 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
phono Posted January 17, 2005 Author Posted January 17, 2005 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 <{POST_SNAPBACK}> 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?
boxtel Posted January 17, 2005 Posted January 17, 2005 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? <{POST_SNAPBACK}> set enable ssl to false in configure.php Treasurer MFC
Guest Posted January 17, 2005 Posted January 17, 2005 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.
phono Posted January 17, 2005 Author Posted January 17, 2005 set enable ssl to false in configure.php <{POST_SNAPBACK}> thanks, that fixed it
phono Posted January 17, 2005 Author Posted January 17, 2005 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. <{POST_SNAPBACK}> :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.