RLW Posted January 24, 2010 Share Posted January 24, 2010 Hi All, My customers can't fill their shopping carts! Not good for business!! Here is what's in my catalog/includes/configure.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.riversliving.com/catalog'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://www.riversliving.com/catalog'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'riversliving.com'); define('HTTPS_COOKIE_DOMAIN', 'riversliving.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); 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/'); Are there any changes I need to make here to get the shopping cart working again? Many thanks, Kerrie Link to comment Share on other sites More sharing options...
web-project Posted January 24, 2010 Share Posted January 24, 2010 check the sessions settings in oscommerce admin panel. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
RLW Posted January 25, 2010 Author Share Posted January 25, 2010 check the sessions settings in oscommerce admin panel. Thanks for that. I went to the OsCommerce manual, but I can't find a lot of information in there about the Sessions settings. Currently, my sessions settings are all set to false, excepting the Title, which says /tmp. Is this correct, or do I need to change something here to get the cart functioning correctly again? Many thanks, Kerrie. Link to comment Share on other sites More sharing options...
spooks Posted January 25, 2010 Share Posted January 25, 2010 Thanks for that. I went to the OsCommerce manual, but I can't find a lot of information in there about the Sessions settings. Currently, my sessions settings are all set to false, excepting the Title, which says /tmp. Is this correct, or do I need to change something here to get the cart functioning correctly again? Many thanks, Kerrie. You must set Prevent Spider Sessions to true are u linking correctly? http://www.oscommerce.com/forums/index.php?showtopic=330479&hl Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
RLW Posted January 25, 2010 Author Share Posted January 25, 2010 You must set Prevent Spider Sessions to true are u linking correctly? http://www.oscommerce.com/forums/index.php?showtopic=330479&hl Thanks for that. I changed the Prevent Spider Sessions to true, and got this message at the bottom of the page: Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 Is this something I have to attend to? Link to comment Share on other sites More sharing options...
spooks Posted January 25, 2010 Share Posted January 25, 2010 could be http://addons.oscommerce.com/info/6593 but check your configure too define('DIR_FS_CATALOG', '/home/servername/public_html/catalog/'); define('DB_SERVER', 'Localhost'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
RLW Posted January 25, 2010 Author Share Posted January 25, 2010 could be http://addons.oscommerce.com/info/6593 but check your configure too define('DIR_FS_CATALOG', '/home/servername/public_html/catalog/'); define('DB_SERVER', 'Localhost'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); Thanks again. I tried adding the add-on, but I didn't get the success message. I added the reset_temp.php file to my catalog folder, and uploaded it to my server. The install file told me to change the name of the file to www.yoursite.com/reset_temp.php. I assume this means to simply name it to reset_temp.php file and upload it to your server, as I can't put the / symbol into a file name. It wont' go. So is there any reason why the add-on hasn't appeared to work that you know of? Also, I changed the define STORE SESSION to 'mysql', but cart still isn't working. Any other suggestions? It could just be me! I'm not familiar with code too much! Many thanks. Kerrie. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.