This is a discussion on checkout confirmation ssl problem within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; My store was working fine untill i made it secure, now when I do a check out i see it ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| My store was working fine untill i made it secure, now when I do a check out i see it go the skipjack processor, I get a security warning and then it redirects me to the login page. The processer sees the transcation but the cart never does. I assume that it is a configure.php file problem so here they are. ![]() includes/configure.php <?php // Please, note that all changes in this file will be lost // after reconfiguring application by Plesk define('HTTP_SERVER', 'http://inkjetboss.com'); define('HTTPS_SERVER', 'https://inkjetboss.com'); define('ENABLE_SSL', 'true'); define('HTTP_COOKIE_DOMAIN', 'www.inkjetboss.com'); define('HTTPS_COOKIE_DOMAIN', 'www.inkjetboss.com'); define('HTTP_COOKIE_PATH', '/shopping/'); define('HTTPS_COOKIE_PATH', '/shopping/'); define('DIR_WS_HTTP_CATALOG', '/shopping/'); define('DIR_WS_HTTPS_CATALOG', '/shopping/'); 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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', '********************'); define('DB_SERVER_PASSWORD', '******************'); define('DB_DATABASE', '**********************'); define('USE_PCONNECT', '*************'); define('STORE_SESSIONS', ''); ?> admin/includes/configure.php <?php define('HTTP_SERVER', 'http://inkjetboss.com'); define('HTTP_CATALOG_SERVER', 'http://inkjetboss.com'); define('HTTPS_CATALOG_SERVER', 'https://inkjetboss.com'); define('ENABLE_SSL_CATALOG', 'true'); define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/inkjetboss.com/httpdocs'); define('DIR_WS_ADMIN', '/shopping/admin/'); define('DIR_FS_ADMIN', '/home/httpd/vhosts/inkjetboss.com/httpdocs/shopping/admin'); define('DIR_WS_CATALOG', '/shopping/'); define('DIR_FS_CATALOG', '/home/httpd/vhosts/inkjetboss.com/httpdocs/shopping/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', '*******************'); define('DB_SERVER_PASSWORD', '*****************'); define('DB_DATABASE', '****************'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', ''); ?> I have tried alot of different things, this does not use a shared SSL Thanks for you help |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Change your HTTP_SERVER and HTTPS_SERVER to also use the www in front of the domain name and you should be OK. |
|
#3
| |||
| |||
| that still did not work, please help |
|
#4
| |||
| |||
| Not sure if this is relevent to your question but... What I did once when I installed the catalog with ssl enabled and didn't better way to fix problem. I went in to every file with cute ftp and did a search for HTTPS and replace every refrence to HTTP so maybe you could do the same but in reverse. |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with checkout | stevemitch2 | osCMax v2 Installation issues | 3 | 08-13-2006 09:29 AM |
| Checkout with no order confirmation | auntie22 | osCMax v1.7 Discussion | 1 | 09-08-2005 10:19 AM |
| Having a problem with checkout. | mattcald | osCMax v1.7 Discussion | 2 | 06-17-2005 05:18 AM |
| Problem with checkout | chanterelle | osCommerce 2.2 Installation Help | 3 | 10-20-2003 11:23 AM |
| The problem of checkout. | Newbie | osCommerce 2.2 Modification Help | 1 | 10-08-2003 08:48 AM |