Actions
Feature #12440
closedTypo3 V10 upgrade (durchfuehren und testen)
Start date:
25.05.2021
Due date:
30.04.2022
% Done:
100%
Estimated time:
(Total: 0.00 h)
Discuss:
Prio Planung:
No
Description
TEST INSTANZ (kopie von forkred): http://webwork16.math.uzh.ch/megger/forkred/
upgrade to newest version of Typo3 v9¶
- Backup LocalConfiguration.php!
- download 9.5.26
- replace symlink typo3_src
rm typo3_src ln -s /var/www/typo3_src-9.5.26/ typo3_src
Upgrade to Typo3 v10¶
- download Typo3 v10
cd /var/www/ wget --content-disposition https://get.typo3.org/10.4.15 tar -xzf typo3_src-10.4.15.tar.gz rm typo3_src-10.4.15.tar.gz
- update reference index:
- “System” > “DB check” module and use the “Check and update global reference index” function.
- replace symlink
rm typo3_src ln -s /var/www/typo3_src-10.4.15/ typo3_src
- upgrade wizzard
- go install tool: install.php
- upgrade > run upgrade wizard
- execute all except the ones that install extensions
- Database analyze tool
- go to install tool: install.php
- Analyze Database Structure > apply all changes
- removed tables renamed to: zzz_tableName
- removed fields renamed to: zzz_fieldName
- did NOT drop any tables or fields
- clear caches
- Maintanance > Flush Cache
- delete the other temporary files, which TYPO3 saves in typo3temp/ by doing:
- Install tool > Maintanance > Remove Temporary Assets
Related issues
Updated by Marc Egger over 2 years ago
- Related to Support #12357: http://learningagreement.ch - Upgrade auf T3 V9 und latest QFQ 21.4 broken added
Updated by Carsten Rose over 2 years ago
- Tracker changed from Support to Feature
Updated by Carsten Rose over 2 years ago
- Related to Support #12067: qfq 21.02.00 / qfq-master added
Updated by Marc Egger over 2 years ago
- Description updated (diff)
official Typo3 v10 upgrade Infos:
- install.php > view upgrade documentation
- removals v10: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.html
Things that don't work:
- QFQ Links:
/?id=PageAlia
does not work- if the id is a number it seems to work
- Solution: look up page id when rendering link in QFQ
- good place to put code: Link->buildPage
- search alias in
pages.slug
- when migrating from alias to slug underscore "_" was replaced by minus "-"
- fallback to
pages.zzz_deleted_alias
if column exists - old/removed function
getPageIdFromAlias
:
- language switch from english back to german does not work
- The language switching link is not changed from "English" to "German"
- Language switch link is defined in:
uzh_cd_template/Configuration/TypoScript/lib/0050_language.typoscript
- Layout: page navigation is put into top menu instead of side menu
- menu items are put into primary navigation menu instead of secondary
cd.navigation.secondaryNavigation
andcd.navigation.primaryNavigation
are defined in:- HTML template:
uzh_cd_template/Resources/Private/Templates/template.html
- typoscript menu definition:
uzh_cd_template/Configuration/TypoScript/lib/0020_navigation.typoscript
- HTML template:
- set new password form "internal servar error" on save
Updated by Marc Egger over 2 years ago
- Related to Bug #10661: Typo3 Warnungen added
Updated by Marc Egger about 2 years ago
- Subject changed from Typo3 V10 upgrade Testen to Typo3 V10 upgrade (durchfuehren und testen)
Updated by Marc Egger about 2 years ago
- Assignee changed from Marc Egger to Carsten Rose
Actions