revdave Posted March 3, 2007 Posted March 3, 2007 I have an older oscommerce cart - I think it's v 2.2 MS2 (051113) - but not sure (how do I tell the version?) Here's 2 upgrades I want to do on the server 1 - Now I want to uprade from older php - php v4.3.11 to 5.1 or better Q: will this work with the older shopping cart? ALSO 2 - Now I want to uprade from older MySQL - MySQL have - 4.0.27 to 5.1 or better Q: will this work with the older shopping cart?
Guest Posted March 3, 2007 Posted March 3, 2007 you could go through the installation instructions of the latest osc and upgrade your store. Your database entries should not be affected, there are minor changes there. versions prior to 51113 will have problems with the mysql5x For register globals (php5) if your host sets it to off you could use the register globals contribution.
Guest Posted March 4, 2007 Posted March 4, 2007 I answered below. I have an older oscommerce cart - I think it's v 2.2 MS2 (051113) - but not sure (how do I tell the version?) Here's 2 upgrades I want to do on the server If you have osCommerce 2.2 Milestone 2 Update 060817 then you are up to date. 1 - Now I want to uprade from older php - php v4.3.11 to 5.1 or better Q: will this work with the older shopping cart? Yes it will work but you will get 2 errors that need to be commented out. 1. includes/functions/logger.php line 261 or something close will need to be commented out. 2.) includes/application_top.php This error will show itself when you do the upgrade. ALSO 2 - Now I want to uprade from older MySQL - MySQL have - 4.0.27 to 5.1 or better Q: will this work with the older shopping cart? Yes after you make the 2 error correction with the upgrade.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.