[TASK] make it work with TYPO3 11.5 - #6
Conversation
|
@lukasniestroj in TYPO3\CMS\v87\Install\Updates\ ImageCropUpdater can be easly fixed by replacing getInstance with GeneralUtility::makeInstance(ResourceFactory::class) |
…makeInstance(ResourceFactory::class)
|
@pulponair thanks. Fixed! |
|
Very nice thanks for your work @IchHabRecht and @lukasniestroj |
|
This PR works for me, thanks. |
|
Hi, |
@IchHabRecht |
|
@dkd-kaehm This is what needs to be investigated. I don't want to support multiple version of an extension if there is a way to unify those. |
Due of BC 93029 in TYPO3 v. 11.0, which removes "deleted" column in "sys_refindex" table. The core_upgrader command can not be executed more than once. See: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-93029-DroppedDeletedFieldFromSys_refindex.html Fixes: IchHabRecht#7 Depends: IchHabRecht#6
|
I've just used this pull-request to update from V8.7 to V11. Thanks for this. Thanks for this, this will save me quite some time. |
|
I did an upgrade from 8.7 to 11.5 (PHP 7.4) with this fork and it worked fine |
|
We decided within an upgrade from 8.7 to 11.5 to use a PHP 8.1 compatible version of core_upgrader. We run all upgrade wizards while all TYPO3 v11.5 compatible extensions are installed. Some of this extensions offers required upgrade wizards. |
|
@jokumer Is there a PHP 8.1 compatible version of EXT:core_upgrader? |
|
@fnagel See forks or our last commit 3pc-Berlin@62125d2 |
|
@lukasniestroj |
Hi @IchHabRecht,
I have prepared most of the files to make it work with an installed TYPO3 11.5 and an old DB (7.6).
I left .travis.yml untouched since I am unfamiliar with that.
The ext_emconf.php says
so I didn't commit my change but it is important to set typo3 => '11.5.0-11.5.99'
In my opinion it should be a new major release 2.0.0 since it's not compatible with 10.4.