hi all,
i am really frustrated now. i've done an upgrade from osc2.2 ms1 to ms2. i first ftp'd the ms2 to my host and have done the installation and did all the configurations to be the same as my old site. in then renamed the old catalog directory to /old_shop/ and the new one to /shop/ (as it was before with the previous site). EVERYTHING is working fine except that the session id is missing which is resulting in myself/clients not being able to log in or the shopping cart to be emptied. i've looked through all the posts and 99% of all the time the problem is with the configure.php file. i've configured it exactly the same as it was before (although you can configure cookies etc with ms2). i use a shared https server and i do save my sessions in mysql. my config file:
define('HTTP_SERVER', 'http://www.cdx.co.za'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://velocity.secureguards.com/~cdx/'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'www.cdx.co.za');
define('HTTPS_COOKIE_DOMAIN', 'velocity.secureguards.com');
define('HTTP_COOKIE_PATH', '/shop/');
define('HTTPS_COOKIE_PATH', '/~cdx/shop/');
define('DIR_WS_HTTP_CATALOG', '/shop/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');
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', '/home/cdx/public_html/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', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'cdx_shop');
define('DB_SERVER_PASSWORD', 'xxxxxx');
define('DB_DATABASE', 'cdx_shop');
define('USE_PCONNECT', 'true'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
i have played with the path names and none has solved the problem. sometimes i do get a session id after i have cleared my computers cache but not on all the links.
everything worked before...why not now?!
please help!
thanks
Marnitz
www.cdx.co.za





LinkBack URL
About LinkBacks








Bookmarks