paul1980 Posted November 7, 2007 Posted November 7, 2007 Hello, I am assuming RC1 is the new version? how do i go about upgrading to the newer version, bearing in mind i have a custom design for my site,
Jack_mcs Posted November 7, 2007 Posted November 7, 2007 There are upgrade instructions in the RC1 package. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
paul1980 Posted November 7, 2007 Author Posted November 7, 2007 Thank you, I have ran through the updates but not sure if i am doing it right, It says in the documents: [bUGFIX] Shopping Cart Product Quantity as Integer Value Affected Files catalog/includes/classes/shopping_cart.php from this $this->contents[$products_id_string] = array('qty' => $qty); to this $this->contents[$products_id_string] = array('qty' => (int)$qty); however in the version i am trying to update is says $this->contents[$products_id] = array('qty' => $qty); there are a few little differances like this! In the file application_top.php it says the version is: osCommerce 2.2-MS2 should i be updating straight to RC1? as it says at the top: "The following upgrade guide is based on the osCommerce 2.2 Milestone 2 Update 060817 release. If you have not yet updated to this release please review its upgrade guide in the extras directory (update-20060817.txt) before applying these changes." But i am not sure! do i need to run through these updates first from the update-20060817.txt file? There are upgrade instructions in the RC1 package. Jack
paul1980 Posted November 7, 2007 Author Posted November 7, 2007 do i have to do all the updates, or would it still be ok to just do the bugfixes and leave the improvment ones checking through my pages i have a few errors poping up now aswell :(
Jack_mcs Posted November 7, 2007 Posted November 7, 2007 You have to do as the instructions say and get the MS2 shop to the latest level if you want to upgrade to RC1. You can apply only some of the upgrades if you want but if that code was changed by the previous patches, doing so may break the shop. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
paul1980 Posted November 7, 2007 Author Posted November 7, 2007 do i need to run through these updates first from the update-20060817.txt file?
Jack_mcs Posted November 8, 2007 Posted November 8, 2007 What do the instructions say to do? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.