peakinternet Posted August 8, 2006 Share Posted August 8, 2006 Here's the deal, Server was just updated to plesk8 and now osCommerce installs fail miserably. When installing from the application Vault items are not added to the cart. When installed from scratch (downloaded from oscommerce.org) pages are not displayed. I've read through and through about this on this site, and others, and it seems to always be talked about, but resolutions never posted. PLEASE HELP. view my store here Click here I have verified that cookies are being set, and that the sessions are being recorded in the session table. setting php_value register_globals On completely disables any page loads. The configure.php file looks like this: <?php // Please, note that all changes in this file will be lost // after reconfiguring application by Plesk // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://cropformations.org'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://cropformations.org'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'cropformations.org'); define('HTTPS_COOKIE_DOMAIN', 'cropformations.org'); define('HTTP_COOKIE_PATH', '/reserve/'); define('HTTPS_COOKIE_PATH', '/reserve/'); define('DIR_WS_HTTP_CATALOG', '/reserve/'); define('DIR_WS_HTTPS_CATALOG', '/reserve/'); 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'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'user'); define('DB_SERVER_PASSWORD', 'password'); define('DB_DATABASE', 'db'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> Link to comment Share on other sites More sharing options...
peakinternet Posted August 8, 2006 Author Share Posted August 8, 2006 I've also read this could have something to do with this... Title Value Action Session Directory /var/www/vhosts/cropformations.org/httpdocs/reserve/tmp Force Cookie Use True Check SSL Session ID False Check User Agent False Check IP Address False Prevent Spider Sessions False Recreate Session True Link to comment Share on other sites More sharing options...
peakinternet Posted August 8, 2006 Author Share Posted August 8, 2006 bump :thumbsup: Link to comment Share on other sites More sharing options...
peakinternet Posted August 9, 2006 Author Share Posted August 9, 2006 resolved, I saw the bug report, and added the session. php_value session.use_trans_sid 0 php_value register_globals 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.