ShaunB Posted October 6, 2010 Posted October 6, 2010 I have done quite a few OScommerce carts and have never came across this issue before. Please understand I spent hours looking for a solution but the only answers I could find were to check my config.php file which I have done over and over, but might be missing something at this point. Please have a look: http://www.holstersrus.com When you add a product to your cart is just says: Your Shopping Cart is empty! This client was using a very old version of OSC and I installed a new version and imported some of his customers and orders, along with doing some mods like SEO etc nothing major. define('HTTP_SERVER', 'http://www.holstersrus.com'); define('HTTPS_SERVER', 'http://www.holstersrus.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.holstersrus.com'); define('HTTPS_COOKIE_DOMAIN', 'www.holstersrus.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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/holsters/domains/holstersrus.com/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
web-project Posted October 6, 2010 Posted October 6, 2010 check the php global register, as it should be ON 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.
ShaunB Posted October 6, 2010 Author Posted October 6, 2010 check the php global register, as it should be ON I just moved the site to my usual hosting company, I am afraid the older version of PHP and MySQL might have caused some issues. After the DNS updates I will see how it goes. php glabal register is where exactly to check if it is on?
ShaunB Posted October 7, 2010 Author Posted October 7, 2010 everything works fine on new hosting company, thanks for the help!
germ Posted October 7, 2010 Posted October 7, 2010 Visit the link below: How to Secure Your Site Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable. It's easier to do a few security fixes now than to clean up a hacked store later. And if you don't secure the admin your shop will be hacked. It's just a question of when... :o If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.