Quick guide
Please note that TYPO3 7 requires at least PHP 5.5. You should therefore switch to at least this version in the domain administration.
- Create a copy of the TYPO3 project
- Update extensions as far as possible (to the latest version compatible with TYPO3 6.2)
- Update the reference index
- In the install tool ' Important Actions ' "Compare current database with specification"
- Unpack the typo3_src-7.6.x.tar.gz archive
:tar xzf typo3_src-7.6.x.tar.gz
- Let the symlink typo3_src point to typo3_src.7.6.x in the project directory
- Call the install tool again: name-der-domain.de/typo3/install
- In the event of an error message (see below), change the PHP edition to "EXTENDED" in the customer menu in the domain administration
- Go through all points of the upgrade wizard
- Only install the "compatibility6" extension if extensions that are not yet compatible with TYPO3 7 are absolutely necessary. If possible, do without this extension for performance reasons.
- Install the "mediace" extension if you use the "Media" content element. If not, you can do without it.
- Perform another "Database Compare" in the "Important Actions" area and confirm the changes to the database
- Click on the "Clear all cache" button in the "Important Actions" area
- Activate the PHP error output. In the "Configuration Presets" either switch to "Debug" mode or to "Custom" and set the parameter displayErrors to 1.
- Switch to the TYPO3 backend
- Update the extension list in the Extension Manager and update all extensions to the latest version
- Update the translations of the required languages in the Language module
- Test the backend and frontend carefully
Please also note that some extensions may require adjustments to the TypoScript or templates. Please refer to the documentation of the respective extensions.
Error message when using PHP as FASTCGI (for point 8)
If PHP is used as FASTCGI (recommended for performance reasons!), the following error message will appear the first time the install tool is called after the symlink has been changed:
Calculated absolute path to tslib directory does not exist.
Something in the main file, folder and link structure is wrong and must be fixed! A typical document root contains a couple of symbolic links:
* A symlink "typo3_src" pointing to the TYPO3 CMS core.
* A symlink "typo" - the backend entry point - pointing to "typo3_src/typo3"
* A symlink "index.php" - the frontend entry point - points to "typo3_src/index.php"
Solution: For the upgrade, set the PHP edition used for the affected domain to "EXTENDED" in the domain administration of the customer menu. After a successful upgrade, you can switch back to "FASTCGI".
This page contains automatically translated content.
Updated: 17.07.2024