Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OScommerce 2.2 RC1 Several Issues


triodisplay

Recommended Posts

Posted

Thanks again, here is my admin/config.php

<?php

define('HTTP_SERVER', 'http://www.waveridersgallery.net');

define('HTTP_CATALOG_SERVER', 'http://www.waveridersgallery.net');

define('HTTPS_CATALOG_SERVER', 'https://www.waveridersgallery.net');

define('ENABLE_SSL_CATALOG', 'true');

define('DIR_FS_DOCUMENT_ROOT', '/var/www/vhosts/waveridersgallery.net/httpdocs/');

define('DIR_WS_ADMIN', '/catalog2/admin/');

define('DIR_FS_ADMIN', '/var/www/vhosts/waveridersgallery.net/httpdocs/catalog2/admin/');

define('DIR_WS_CATALOG', '/catalog2/');

define('DIR_FS_CATALOG', '/var/www/vhosts/waveridersgallery.net/httpdocs/catalog2/');

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('DB_SERVER', '****');

define('DB_SERVER_USERNAME', '****');

define('DB_SERVER_PASSWORD', '****');

define('DB_DATABASE', '****');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

 

and this is my catalog2/includes/config

 

<?php

define('HTTP_SERVER', 'http://www.waveridersgallery.net');

define('HTTPS_SERVER', 'https://www.waveridersgallery.net');

define('ENABLE_SSL', true);

define('HTTP_COOKIE_DOMAIN', '.waveridersgallery.net');

define('HTTPS_COOKIE_DOMAIN', '.waveridersgallery.net');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/catalog2/');

define('DIR_WS_HTTPS_CATALOG', '/catalog2/');

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', '/var/www/vhosts/waveridersgallery.net/httpdocs/catalog2/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('DB_SERVER', '****');

define('DB_SERVER_USERNAME', '****');

define('DB_SERVER_PASSWORD', '****');

define('DB_DATABASE', '****');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

Posted

What are your settings under admin - configuration - sessions?

Posted

Session Directory /var/www/vhosts/waveridersgallery.net/httpdocs/catalog2/sessions

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Recreate Session False

 

I have also reverted the server to php4 with no change. I'm starting to lose my mind of this haha.

  • 1 month later...
Posted

I was having this same issue (the login messing up your cart) and fixed it by verifying and matching all my cookie domains in the configure.php thanks!!!!

Archived

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

×
×
  • Create New...