Migration from TemplaVoilà 1.8/1.9/2.0 to TemplaVoilà Plus 7.0¶
In short, it is very simple to migrate from old TemplaVoilà to TemplaVoilà Plus. You can do it after you migrated from TYPO3 6.2 LTS to the newer TYPO3 7 LTS.
Steps to work¶
- Backup your database and files!
- Deactivate TemplaVoilà in Extension Manager
- Install and Activate TemplaVoilà Plus from TYPO3 Extension Repository (TER)
- Press the Update Button in Extension manager for the TemplaVoilà Plus extension
- Press the “Migrate TemplaVoilà 1.8/1.9/2.0” Button
- Start the migration process
- Wait a while, till it finishes, it may take a long time on bigger systems
- After this was done you may need to do the same with the “Update DataStructure from TYPO3 6.2 to 7/8 LTS”
- (This Update script has a own version number, you may recheck it from time to time, you can run it as often you like)
- Now the automatic part is done.
- Look now through all your TypoScript scripts and replace all occurences of tx_templavoila with tx_templavoilaplus
#. You may also switch your PAGE object definition to .. code-block:: typoscript
page = PAGE page {
typeNum = 0 10 = USER 10.userFunc = ExtensionTemplavoilaControllerFrontendController->main_page}
- You should be done now. If you have issues, ask on slack channel or on github