|
Written on: 28. 10. 2010 [23:36]
|
|
tonylush
Tony Lush
Topic creator
registered since: 01.12.2009
Posts: 12
|
We have a site working with Magento ver. 1.3.1, TYPO3 4.2.9 and TypoGento 0.5.0.
What is the most orderly procedure for upgrading all components?
Thank you -- Tony
|
|
Written on: 02. 11. 2010 [13:50]
|
|
erik.dahlin
erik
registered since: 02.11.2010
Posts: 11
|
I've been upgrading
from typo3-4.2 and magento-1.3.4.2
to typo3-4.4 and magento-1.4.1.1
If you havent modified the source code there shouldnt be any major problems upgrading. But your site might have some downtime while configuring the new installations.
Typo3
Get the new source, change ownerships and run updatewizard in the installtool. Make sure to go through your extensions, upgrade them and check that everything works (templavoila, ttnews, etc.)
Typogento
Just upgrade the extension and check thats everything is ok in the extconf.
Magento
Since Im more of a typo3 developer I made backups on the magento filesystem/database before upgrading.
Download the source, change permission and go to any magento frontend page and you will get to the install wizard. point the installation to your old magento database and magento does all the database changes for you. Magento admin should now work.
Install the typogento extension in Magento.
I had some random issues trying to configure typogento in magento but clearing the cache (removing cache files from filesystem) worked.
You might get some errors after upgrading Magento because of changes in layout config (at least I did).
Magento-1.4.. got a separate tool for managing indexes. You will need to update these indexes if you make changes to your configuration or your products wont show.
Hope this helps
|