cancel
Showing results for 
Search instead for 
Did you mean: 

Magento upgrade from 1.7 to 1.9

Magento upgrade from 1.7 to 1.9

I have a customized version of Magento 1.7 community edition. I want to upgrade it to 1.9.x. What are the major changes done in 1.9.x which I need to be careful of during the upgradation ?

4 REPLIES 4

Re: Magento upgrade from 1.7 to 1.9

Hi,

Fallow below steps during upgrade:

 

  1. take a backup of current database and current 1.7 code.
  2. download latest magento from the http://www.magentocommerce.com/download
  3. remove all folders and files from your 1.7 code (but you should have backup somewhere) and place all folders and files from the 1.9.
  4. now from your 1.7 merge your following folders into the 1.9

• Community app/code/community

• Local app/code/local

• Media

• your theme or package (app/design/frontend/default/<your theme> or app/design/frontend/<your package>)

• custom folders from Skin (both for adminhtml and frontend).

• copy your custom xml files from app/etc/modules/ to current app/etc/modules/

• any custom admin theme folder from adminhtml/default/yourtheme.

• copy your custom folders from adminhtml/default/default/ (1.7) to adminhtml/default/default/(1.9).

• custom js files if any from app/js/.

  1. now go to app/etc/local.xml.Edit database details there. put your database username and password and database name.
  2. Clear the cache
  3. now check the site. it's done.

Please accept my solution if you satisfied.

 

Thanks,

Dibyajyoti

Re: Magento upgrade from 1.7 to 1.9

There's actually number of things changed. For example few more forms have form_key added and there's a new block whitelisting feature. The list doesn't end there, but it's nothing too complicated as long as no changes have been made to your store core. v1.7 is  the oldest version that can be upgrade to latest one relatively painlessly.

Tanel Raja

Re: Magento upgrade from 1.7 to 1.9

The most important upgrade of Magento 1.9 is that now it takes less time and less spending to code your site for mobiles and tablets, because Magento 1.9 supports responsiveness at core. Magento 1.9 support PHP 5.4 and Zend Framework 1.12.3. Don't miss to upgrade magento from 1.7 to 1.9. You can try Magento to Magento migration tool of Lit-extension as a choice to upgrade magento automatically.

Re: Magento upgrade from 1.7 to 1.9

Magento 1.9 doesn't still support PHP 5.6 / PHP 7.x though. Without fixes the first one will throw warning (saturates system.log) and the the last one will fail outright. Since older PHP versions are deprecated by now, you're in tough position one way or another as majority of ISP-s doesn't officially support them anymore.

Tanel Raja