fabarea / media

Media management system for TYPO3 CMS
Other
30 stars 25 forks source link

V10 planned? #207

Open bucheggerOnline opened 4 years ago

bucheggerOnline commented 4 years ago

Hi. I'm wondering if there will be soon an update to use your ext on Typo3v10?

fabarea commented 4 years ago

Yes, it will be (but no date to communicate) I have started the work for Vidi already here https://github.com/fabarea/vidi/tree/typo3-v10 (actually it is testable)

Epoche-Napoleon commented 3 years ago

Hello,

is there already a timetable in the meantime? Is it possible to influence it through sponsorship?

Happy new year 2021! Epoche Napoleon

abvdveen commented 3 years ago

Hi Fabian, are you planning on working on this in the near future?

fabarea commented 3 years ago

@abvdveen Yes, I am planning to take some time for that mid-May. 🤞 EXT:vidi has already a branch compatible v10

abvdveen commented 3 years ago

@fabarea Thanks for letting me know. Hope you'll find some time for this 🤞 😊

oberritter commented 2 years ago

@fabarea Hi, there are still some errors in v10. Do you think it will be finished until end of the year?

fabarea commented 2 years ago

@oberritter what errors?

oberritter commented 2 years ago

fab_media_error_1

Line 98 media/Classes/View/Warning/ConfigurationWarning.php

This could fix the error:

 $connection = GeneralUtility::makeInstance(ConnectionPool::class)
            ->getConnectionForTable($tableName);
fab_media_error_2

Line 32 media/Classes/Override/Backend/Form/FormResultCompiler.php

https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.3/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.html

abvdveen commented 2 years ago

@fabarea I recommend looking at the results of 'Scan Extension Files' under Upgrade in the BE. There you'll find the above mentioned deprecated method, among others, some of which have to be fixed.