.. include:: /Includes.rst.txt .. highlight:: bash .. _upgradeToLts: =============== Upgrade to v8.7 =============== You should follow the :ref:`general upgrade instructions `. This page gives additional information about upgrading that is specific for upgrading from 7.6 to 8.7. Important changes ================= We do not list all changes here. You may also want to browse the :doc:`changelogs ` before updating. All changes listed for 8.0 to 8.7 and 8.7.x. are relevant for upgrading from 7.6 to 8.7. TypoScript ---------- If you used your TypoScript template to modify the output of `tt_content` or `lib.stdheader`, you will have to adjust these changes. For example, if you used `tt_content.stdWrap.innerWrap2` to modify the link "to top", you will now have to define a path with `lib.contentElement.partialRootPaths` and you will have to modify the file `Footer/All.html`, which contains the according partial in fluid_styled_content. RTE --- The old Rich Text Editor *rtehtmlarea* has been removed from the TYPO3 Core. Its replacement is :doc:`rte_ckeditor `. If you for now still want to continue using the old editor, you can use the Upgrade Wizard in the Install Tool to import it from TER. In v8 the RTE link syntax has changed. Before, `` note the following: - The upgrade wizard, which installs extension *compatibility7* from TER, is not necessarily needed. It provides a compatibility layer for extensions, which are compatible with TYPO3 7.6, but not yet with TYPO3 8.7, e.g. because they are still using old class names. If you are not using such extensions, you do not need to install the *compatibility7* extension. - The upgrade wizard, which migrates *css_styled_content* and *fluid_styled_content*, allows parallel installation of both extensions in the system, making it possible to smoothly migrate from the now deprecated *css_styled_content* to *fluid_styled_content*. - The extension *form_legacy* contains the old form content element. The complete form element was replaced by a new form builder in the TYPO3 backend. If you are currently using forms, you should install *form_legacy* - and think about migrating your forms to the new extension. - The extension *rtehtmlarea* contains the old rich text editor which was replaced by *rte_ckeditor*. Before installing you should check whether the new editor is already fulfilling all your requirements. CKEditor is easier to configure and runs smoother. After upgrade ============= An overview of all major changes in TYPO3 CMS is available in the new Upgrade Analysis section in the Install Tool.