KryptonTech Posted March 27, 2006 Posted March 27, 2006 I am hoping someone can help a newbie with my installation problem. The site is at http://www.kryptechnology.com/ I am using shared SSL at 1and1 ... when I chekout, I get a message that tells me to configure my browser on medium security which it already is. Here is the configure.php file contents...: please help :huh: <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright ? 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.kryptechnology.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ssl.perfora.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.kryptechnology.com'); define('HTTPS_COOKIE_DOMAIN', 'www.kryptechnology.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/kryptechnology.com/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/kunden/homepages/20/d149249554/htdocs/shop/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', '*****'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '*****'); define('DB_SERVER_PASSWORD', '*****'); define('DB_DATABASE', '*****'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?>
AlanR Posted March 28, 2006 Posted March 28, 2006 define('HTTP_SERVER', 'http://www.kryptechnology.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ssl.perfora.net/kryptechnology.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.kryptechnology.com'); define('HTTPS_COOKIE_DOMAIN', 'ssl.perfora.net/kryptechnology.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); 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)
KryptonTech Posted March 28, 2006 Author Posted March 28, 2006 Alan, thank you. I have replaced the code in configure.php but still have the cookie_usage.php warning come up when i test the checkout or login. define('HTTP_SERVER', 'http://www.kryptechnology.com'); // eg, http://localhost - should not be empty for productive serversdefine('HTTPS_SERVER', 'https://ssl.perfora.net/kryptechnology.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.kryptechnology.com'); define('HTTPS_COOKIE_DOMAIN', 'ssl.perfora.net/kryptechnology.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/');
AlanR Posted March 28, 2006 Posted March 28, 2006 You can not use "Force Cookies" with shared ssl see: http://www.oscommerce.com/forums/index.php?s=&...ndpost&p=764018 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)
KryptonTech Posted March 28, 2006 Author Posted March 28, 2006 Ah, Alan! Looks like that did the trick. Thanks so much! You can not use "Force Cookies" with shared ssl see: http://www.oscommerce.com/forums/index.php?s=&...ndpost&p=764018
KryptonTech Posted March 28, 2006 Author Posted March 28, 2006 Alan I get as far as the delivery confirmation, and I get thrown back to the login.php page...any thoughts? Ah, Alan! Looks like that did the trick. Thanks so much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.